Bug 35858 - [Qt] Binary incompatibility between Qt 4.6's WebKit and trunk in QWebSettings
Summary: [Qt] Binary incompatibility between Qt 4.6's WebKit and trunk in QWebSettings
Status: CLOSED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks: 35784
  Show dependency treegraph
 
Reported: 2010-03-08 02:47 PST by Simon Hausmann
Modified: 2010-03-25 00:59 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2010-03-08 06:17 PST, Simon Hausmann
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2010-03-08 02:47:47 PST
From a diff of qwebsettings.h

         LocalContentCanAccessRemoteUrls,
-        DnsPrefetchEnabled
+        LocalContentCanAccessFileUrls,
+        DnsPrefetchEnabled,

This changes the value of DnsPrefetchEnabled, making the trunk binary incompatible.
Comment 1 Simon Hausmann 2010-03-08 06:17:36 PST
Created attachment 50215 [details]
Patch
Comment 2 WebKit Commit Bot 2010-03-08 07:57:51 PST
Comment on attachment 50215 [details]
Patch

Clearing flags on attachment: 50215

Committed r55665: <http://trac.webkit.org/changeset/55665>
Comment 3 WebKit Commit Bot 2010-03-08 07:57:55 PST
All reviewed patches have been landed.  Closing bug.