WebKit/qt/Api/qwebsettings.h

@@public:
6767 LocalStorageDatabaseEnabled = LocalStorageEnabled,
6868#endif
6969 LocalContentCanAccessRemoteUrls,
70  LocalContentCanAccessFileUrls,
7170 DnsPrefetchEnabled,
7271 XSSAuditorEnabled,
7372 AcceleratedCompositingEnabled,
7473 WebGLEnabled,
75  SpatialNavigationEnabled
 74 SpatialNavigationEnabled,
 75 LocalContentCanAccessFileUrls
7676 };
7777 enum WebGraphic {
7878 MissingImageGraphic,

WebKit/qt/ChangeLog

 12010-03-08 Simon Hausmann <simon.hausmann@nokia.com>
 2
 3 Reviewed by NOBODY (OOPS!).
 4
 5 [Qt] Binary incompatibility between Qt 4.6's WebKit and trunk in QWebSettings
 6 https://bugs.webkit.org/show_bug.cgi?id=35858
 7
 8 Moved the enum value added in r54873 to the end of the enum, to preserve
 9 binary compatibility. DnsPrefetchEnabled was in the last release and needs
 10 to remain after LocalContentCanAccessRemoteUrls.
 11
 12 * Api/qwebsettings.h:
 13
1142010-03-06 Mark Rowe <mrowe@apple.com>
215
316 Rubber-stamped by Sam Weinig.