RESOLVED FIXED 97678
Reorder Qt WebCore includes
https://bugs.webkit.org/show_bug.cgi?id=97678
Summary Reorder Qt WebCore includes
Kenneth Rohde Christiansen
Reported 2012-09-26 06:48:20 PDT
SSIA
Attachments
Patch (14.82 KB, patch)
2012-09-26 06:50 PDT, Kenneth Rohde Christiansen
no flags
Kenneth Rohde Christiansen
Comment 1 2012-09-26 06:50:18 PDT
WebKit Review Bot
Comment 2 2012-09-26 08:17:19 PDT
Comment on attachment 165788 [details] Patch Clearing flags on attachment: 165788 Committed r129647: <http://trac.webkit.org/changeset/129647>
WebKit Review Bot
Comment 3 2012-09-26 08:17:22 PDT
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 4 2012-09-26 09:22:39 PDT
And an unreviewed buildfix landed in https://trac.webkit.org/changeset/129655 Reordering was incorrect in platform/graphics/surfaces/qt/GraphicsSurfaceGLX.cpp and it caused build fail on our WK2 bot. See the log for details: http://build.webkit.sed.hu/builders/x86-64%20Linux%20Qt%20Release%20WebKit2%20%28Amazon%20EC2%29/builds/9147 Unfortunately EWS didn't notice it, because config test of libxcomposite failed for some reason (will be checked) and building of GraphicsSurfaceGLX.cpp was switched off by the buildsystem of QtWebKit automatically.
Csaba Osztrogonác
Comment 5 2012-09-26 09:24:05 PDT
Just a note: "// Qt headers must be included before glx headers." comment in this file must have been suspicious a little bit. :)
Kenneth Rohde Christiansen
Comment 6 2012-09-26 12:22:09 PDT
(In reply to comment #5) > Just a note: "// Qt headers must be included before glx headers." comment in > this file must have been suspicious a little bit. :) Yeah noticed that comment now :-) thanks... anyway maybe they should be grouped together then. Also why didnt this fail on EWS qt-wk2?
Csaba Osztrogonác
Comment 7 2012-09-26 13:11:41 PDT
(In reply to comment #6) > (In reply to comment #5) > > Just a note: "// Qt headers must be included before glx headers." comment in > > this file must have been suspicious a little bit. :) > > Yeah noticed that comment now :-) thanks... anyway maybe they should be grouped together then. Also why didnt this fail on EWS qt-wk2? Because libxcomposite-dev package is missing on it and on all of our server, except the 64 bit WK2 buildbot. We should add it our meta package as dependency.
Note You need to log in before you can comment on or make changes to this bug.