Bug 42638

Summary: [Qt] Fix WebKit2 build
Product: WebKit Reporter: Balazs Kelemen <kbalazs>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, diegohcg, hausmann, kenneth, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 42830    
Attachments:
Description Flags
proposed patch
none
proposed patch - fixed fix
none
proposed patch none

Description Balazs Kelemen 2010-07-20 06:37:57 PDT
The build of the qt port of webkit2 is broken and needs update.
Comment 1 Balazs Kelemen 2010-07-20 06:44:07 PDT
Created attachment 62068 [details]
proposed patch
Comment 2 WebKit Review Bot 2010-07-20 06:47:26 PDT
Attachment 62068 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/UIProcess/qt/WebContextQt.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Balazs Kelemen 2010-07-20 08:06:24 PDT
Created attachment 62077 [details]
proposed patch - fixed fix
Comment 4 WebKit Review Bot 2010-07-20 08:08:19 PDT
Attachment 62077 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/UIProcess/qt/WebContextQt.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Balazs Kelemen 2010-07-22 09:24:58 PDT
Comment on attachment 62077 [details]
proposed patch - fixed fix

The patch has been outdated, I will update soon.
Comment 6 Balazs Kelemen 2010-07-22 09:44:34 PDT
Created attachment 62310 [details]
proposed patch
Comment 7 Andras Becsi 2010-07-22 10:01:54 PDT
Comment on attachment 62310 [details]
proposed patch

Buildfix committed in revision 63898.
Comment 8 Andras Becsi 2010-07-22 10:04:26 PDT
Issue fixed, closing bug.