Changes between Version 35 and Version 36 of Internals_Hackathon


Ignore:
Timestamp:
Apr 19, 2012 5:06:47 PM (12 years ago)
Author:
ravi.kasibhatla@motorola.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Internals_Hackathon

    v35 v36  
    9494 * setAutoFilled: Blackberry, GTK, QT, Win & Chromium ports used WebKit interface to set the value finally in HTMLInputElement. Rest port don't implement. Strongly can be considered for moving to Internals.
    9595 * setAuthorAndUserStyleEnabled: EFL, GTK, Blackberry and WX don't implement. QT uses WebKit interface to set the value in WebCore settings object. Chromium & Win set it to their preferences object which sets all preferences in one call. Can be checked for moving to Internals but some reservations because of Win & Chromium ports.
     96 * setApplicationCacheOriginQuota: Only QT implements it in WebKit interface layer. Rest all port don't have implementation. Strongly can be considered for moving to Internals.
     97 * setAppCacheMaxSize: Chromium, Win, Blackberrym, Wx has no implementation. GTK, Efl & QT has implementation through WebKit interface layer which hooks into WebCore API. Can be moved to Internals.
    9698----