Bug 43170 - [Qt] Factor LauncherWindow class out of main.cpp (QtTestBrowser)
Summary: [Qt] Factor LauncherWindow class out of main.cpp (QtTestBrowser)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Antonio Gomes
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 43199
  Show dependency treegraph
 
Reported: 2010-07-28 21:19 PDT by Antonio Gomes
Modified: 2010-07-29 11:01 PDT (History)
2 users (show)

See Also:


Attachments
(commit=r64291 , r=kenneth) patch v1 - add launcherwindow.cpp and h (79.19 KB, patch)
2010-07-29 09:29 PDT, Antonio Gomes
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Gomes 2010-07-28 21:19:36 PDT
In my opinion, it does not belongs to this file and has grown enough to desive its own file.
Comment 1 Antonio Gomes 2010-07-29 09:29:55 PDT
Created attachment 62959 [details]
(commit=r64291 , r=kenneth) patch v1 - add launcherwindow.cpp and h
Comment 2 WebKit Review Bot 2010-07-29 09:32:23 PDT
Attachment 62959 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKitTools/QtTestBrowser/launcherwindow.h:70:  Alphabetical sorting problem.  [build/include_order] [4]
WebKitTools/QtTestBrowser/launcherwindow.cpp:33:  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]
WebKitTools/QtTestBrowser/main.cpp:33:  Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 3 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Kenneth Rohde Christiansen 2010-07-29 10:37:45 PDT
Comment on attachment 62959 [details]
(commit=r64291 , r=kenneth) patch v1 - add launcherwindow.cpp and h

we probably want to handle the globals differently? Are you planning this?
Comment 4 Antonio Gomes 2010-07-29 11:01:01 PDT
Comment on attachment 62959 [details]
(commit=r64291 , r=kenneth) patch v1 - add launcherwindow.cpp and h

Clearing flags on attachment: 62959

Committed r64291: <http://trac.webkit.org/changeset/64291>
Comment 5 Antonio Gomes 2010-07-29 11:01:39 PDT
(In reply to comment #3)
> (From update of attachment 62959 [details])
> we probably want to handle the globals differently? Are you planning this?

Yes, in a follow up.