Changes between Version 30 and Version 31 of Internals_Hackathon
- Timestamp:
- Apr 19, 2012, 4:58:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internals_Hackathon
v30 v31 83 83 84 84 ---- 85 * testOnscreen - no port is using it? 85 86 86 87 ---- (kphanee) … … 88 89 * 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. 89 90 * 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. 90 (ap) I think that Mac DRT implements setCacheModel and setAutoFilled.91 91 ----