Changeset 55665 in webkit


Ignore:
Timestamp:
Mar 8, 2010 7:57:46 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-08 Simon Hausmann <simon.hausmann@nokia.com>

Reviewed by Laszlo Gombos.

[Qt] Binary incompatibility between Qt 4.6's WebKit and trunk in QWebSettings
https://bugs.webkit.org/show_bug.cgi?id=35858

Moved the enum value added in r54873 to the end of the enum, to preserve
binary compatibility. DnsPrefetchEnabled was in the last release and needs
to remain after LocalContentCanAccessRemoteUrls.

  • Api/qwebsettings.h:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/Api/qwebsettings.h

    r55579 r55665  
    6868#endif
    6969        LocalContentCanAccessRemoteUrls,
    70         LocalContentCanAccessFileUrls,
    7170        DnsPrefetchEnabled,
    7271        XSSAuditorEnabled,
    7372        AcceleratedCompositingEnabled,
    7473        WebGLEnabled,
    75         SpatialNavigationEnabled
     74        SpatialNavigationEnabled,
     75        LocalContentCanAccessFileUrls
    7676    };
    7777    enum WebGraphic {
  • trunk/WebKit/qt/ChangeLog

    r55633 r55665  
     12010-03-08  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     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
Note: See TracChangeset for help on using the changeset viewer.