Bug 97678 - Reorder Qt WebCore includes
Summary: Reorder Qt WebCore includes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kenneth Rohde Christiansen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 06:48 PDT by Kenneth Rohde Christiansen
Modified: 2012-09-26 13:11 PDT (History)
4 users (show)

See Also:


Attachments
Patch (14.82 KB, patch)
2012-09-26 06:50 PDT, Kenneth Rohde Christiansen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Rohde Christiansen 2012-09-26 06:48:20 PDT
SSIA
Comment 1 Kenneth Rohde Christiansen 2012-09-26 06:50:18 PDT
Created attachment 165788 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-09-26 08:17:22 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Csaba Osztrogonác 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.
Comment 5 Csaba Osztrogonác 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. :)
Comment 6 Kenneth Rohde Christiansen 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?
Comment 7 Csaba Osztrogonác 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.