RESOLVED FIXED Bug 69600
[WinCairo] Correct improper identification of QuartzCore Extensions on Windows
https://bugs.webkit.org/show_bug.cgi?id=69600
Summary [WinCairo] Correct improper identification of QuartzCore Extensions on Windows
Brent Fulgham
Reported 2011-10-06 21:09:36 PDT
A change to support hardware accelerated rendering under the Apple Windows build had the unintended effect of fooling Cairo builds into trying to build with Apple-specific extensions. http://trac.webkit.org/changeset/82960/trunk/Source/WebKit2/DerivedSources.make This patch attempts to recognize the Cairo build case and avoid switching to the new extensions. This was not noticed previously because it is only triggered when the build environment is updated to include the most recent Apple build headers (as you might do if you build both ways to confirm compatibility).
Attachments
Patch (1.33 KB, patch)
2011-10-06 21:14 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2011-10-06 21:14:41 PDT
Brent Fulgham
Comment 2 2011-10-06 22:15:07 PDT
Brent Fulgham
Comment 3 2011-10-06 22:19:56 PDT
The EWS showed the standard Apple Windows build succeeding, so I'm landing it to try to get my build bot green. Please roll-out if it causes any problem.
Adam Roben (:aroben)
Comment 4 2011-10-07 05:26:14 PDT
Sorry for the trouble here! I think there's probably a slightly better way to fix this. HAVE(WKQCA) being true shouldn't be enough to cause the WinCairo build to start trying to use WebKitQuartzCoreAdditions; USE(ACCELERATED_COMPOSITING) also has to be true. Is that symbol defined for your port? If it is, that seems like a bug. If it is not, then I think we just need to change some "HAVE(WKQCA)" checks into "HAVE(WKQCA) && USE(ACCELERATED_COMPOSITING)".
Adam Barth
Comment 5 2011-10-15 00:10:50 PDT
Comment on attachment 110088 [details] Patch Cleared review? from attachment 110088 [details] so that this bug does not appear in http://webkit.org/pending-review. If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).
Note You need to log in before you can comment on or make changes to this bug.