Attachment 60231[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/Platform/qt/WorkQueueQt.cpp:27: 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]
WebKit2/Platform/qt/WorkQueueQt.cpp:31: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/Platform/qt/WorkQueueQt.cpp:35: This { should be at the end of the previous line [whitespace/braces] [4]
Total errors found: 3 in 3 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60233[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/Shared/qt/WebEventFactory.cpp:27: 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]
WebKit2/Shared/qt/WebEventFactory.cpp:30: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/Shared/qt/WebEventFactory.cpp:42: An else if statement should be written as an if statement when the prior "if" concludes with a return, break, continue or goto statement. [readability/control_flow] [4]
WebKit2/Shared/qt/WebEventFactory.cpp:54: A case label should not be indented, but line up with its switch statement. [whitespace/indent] [4]
WebKit2/Shared/qt/WebEventFactory.cpp:154: Extra space between int and nativeVirtualKeyCode [whitespace/declaration] [3]
Total errors found: 5 in 3 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 60233[details]
EventFactory
r=me for WebEventFactory
qt/WebEventFactoryQt.cpp might be a better name for platform specific file (even though naming for other platforms is inconsistent)
Attachment 60239[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
Last 3072 characters of output:
e: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkgraphicswidget.cpp:24: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkgraphicswidget.cpp:30: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkgraphicswidget.cpp:31: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkgraphicswidget.cpp:32: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkgraphicswidget.cpp:33: wtf includes should be <wtf/file.h> instead of "wtf/file.h". [build/include] [4]
WebKit2/UIProcess/API/qt/qwkgraphicswidget.cpp:48: This { should be at the end of the previous line [whitespace/braces] [4]
WebKit2/UIProcess/API/qt/qwkgraphicswidget.cpp:52: _q_scaleChanged is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
WebKit2/UIProcess/API/qt/qwkgraphicswidget.cpp:271: QWKGraphicsWidgetPrivate::_q_scaleChanged is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:21: 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]
WebKit2/UIProcess/API/qt/qwkpage.cpp:24: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:27: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:28: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:31: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:137: Declaration has space between type name and * in QAction *a [whitespace/declaration] [3]
WebKit2/UIProcess/API/qt/qwkpage.cpp:178: QWKPagePrivate::_q_webActionTriggered is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:180: Declaration has space between type name and * in QAction *a [whitespace/declaration] [3]
WebKit2/UIProcess/API/qt/qwkpage.cpp:338: Declaration has space between type name and * in QAction *a [whitespace/declaration] [3]
WebKit2/UIProcess/API/qt/qwkpage.h:1: #ifndef header guard has wrong style, please use: qwkpage_h [build/header_guard] [5]
WebKit2/UIProcess/API/qt/qwkpage_p.h:26: wtf includes should be <wtf/file.h> instead of "wtf/file.h". [build/include] [4]
WebKit2/UIProcess/API/qt/qwkpage_p.h:26: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage_p.h:27: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage_p.h:28: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage_p.h:61: _q_webActionTriggered is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
Total errors found: 28 in 7 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 60244[details]
Initial Qt API for WK2
Renamed the class and sorted the files properly, it will still complain because of missing config.h etc
Attachment 60244[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/UIProcess/API/qt/qwkpage.cpp:21: 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]
WebKit2/UIProcess/API/qt/qwkpage.cpp:24: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:27: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:176: QWKPagePrivate::_q_webActionTriggered is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
WebKit2/UIProcess/API/qt/qgraphicswkview.h:7: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qgraphicswkview.h:8: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qgraphicswkview.cpp:21: 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]
WebKit2/UIProcess/API/qt/qgraphicswkview.cpp:48: _q_scaleChanged is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
WebKit2/UIProcess/API/qt/qgraphicswkview.cpp:267: QGraphicsWKViewPrivate::_q_scaleChanged is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
WebKit2/UIProcess/API/qt/qwkpage_p.h:27: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage_p.h:30: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage_p.h:61: _q_webActionTriggered is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
Total errors found: 12 in 7 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60246[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/UIProcess/API/qt/qwkpage.cpp:21: 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]
WebKit2/UIProcess/API/qt/qwkpage.cpp:24: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:27: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage.cpp:176: QWKPagePrivate::_q_webActionTriggered is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
WebKit2/UIProcess/API/qt/qgraphicswkview.h:7: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qgraphicswkview.h:8: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qgraphicswkview.cpp:21: 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]
WebKit2/UIProcess/API/qt/qwkpage_p.h:27: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage_p.h:30: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/qwkpage_p.h:61: _q_webActionTriggered is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4]
Total errors found: 10 in 7 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60251[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/Shared/qt/UpdateChunk.cpp:27: 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]
WebKit2/Shared/qt/UpdateChunk.h:32: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/Shared/qt/UpdateChunk.h:35: Code inside a namespace should not be indented. [whitespace/indent] [4]
Total errors found: 3 in 3 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60512[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp:27: 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]
WebKit2/UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp:64: Missing space after , [whitespace/comma] [3]
WebKit2/WebProcess/WebPage/qt/ChunkedUpdateDrawingAreaQt.cpp:27: 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]
WebKit2/WebProcess/WebPage/qt/ChunkedUpdateDrawingAreaQt.cpp:39: Code inside a namespace should not be indented. [whitespace/indent] [4]
Total errors found: 4 in 4 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60516[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp:27: 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]
WebKit2/WebProcess/WebPage/qt/ChunkedUpdateDrawingAreaQt.cpp:27: 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: 2 in 4 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60520[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp:27: 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 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60524[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/UIProcess/Launcher/qt/ProcessLauncherQt.cpp:27: 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 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60525[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/UIProcess/API/cpp/qt/WKStringQt.cpp:21: 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]
WebKit2/UIProcess/API/cpp/qt/WKStringQt.cpp:25: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/cpp/qt/WKStringQt.cpp:26: wtf includes should be <wtf/file.h> instead of "wtf/file.h". [build/include] [4]
WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp:21: 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]
WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp:25: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/cpp/qt/WKURLQt.cpp:26: wtf includes should be <wtf/file.h> instead of "wtf/file.h". [build/include] [4]
Total errors found: 6 in 5 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 60525[details]
Qt C API integration
r=me
WKURLRef WKURLCreateWithQUrl(QUrl qURL);
WKStringRef WKStringCreateWithQString(QString qString);
these should probably use const QUrl& and const QString&
Attachment 60528[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/WebProcess/WebCoreSupport/qt/WebErrorsQt.cpp:27: 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]
WebKit2/WebProcess/WebCoreSupport/qt/WebErrorsQt.cpp:32: Alphabetical sorting problem. [build/include_order] [4]
Total errors found: 2 in 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60531[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/WebProcess/InjectedBundle/qt/InjectedBundleQt.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]
WebKit2/UIProcess/Plugins/qt/PluginInfoStoreQt.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: 2 in 4 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60617[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/WebProcess/WebPage/qt/WebPageQt.cpp:27: 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 2 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 60713[details]
Add Qt section to the prefix header
Jesus told me that because we don't include the Logging.h via config.h with --video is not compiling. We might want to include that here.
Attachment 60722[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKitTools/MiniBrowser/qt/BrowserWindow.cpp:29: 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/MiniBrowser/qt/BrowserWindow.h:32: Alphabetical sorting problem. [build/include_order] [4]
WebKitTools/MiniBrowser/qt/BrowserWindow.h:34: Alphabetical sorting problem. [build/include_order] [4]
WebKitTools/MiniBrowser/qt/BrowserWindow.h:35: Alphabetical sorting problem. [build/include_order] [4]
WebKitTools/MiniBrowser/qt/main.cpp:28: Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4]
WebKitTools/MiniBrowser/qt/main.cpp:29: Alphabetical sorting problem. [build/include_order] [4]
WebKitTools/MiniBrowser/qt/main.cpp:31: Place brace on its own line for function definitions. [whitespace/braces] [4]
Total errors found: 7 in 4 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Attachment 60870[details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit2/Shared/qt/WebEventFactoryQt.cpp:27: 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]
WebKit2/UIProcess/API/qt/qwkpage.cpp:24: Alphabetical sorting problem. [build/include_order] [4]
WebKit2/UIProcess/API/qt/ClientImpl.cpp:20: 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: 3 in 8 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 60870[details]
a bunch of minor build fixes
+ friend class QGraphicsWKViewtPrivate;
I found a bug here, you are suffixing tPrivate and not Private
2010-06-07 07:42 PDT, Antti Koivisto
2010-06-07 09:36 PDT, Antti Koivisto
2010-07-01 05:32 PDT, Antti Koivisto
2010-07-01 06:05 PDT, Antti Koivisto
2010-07-01 06:06 PDT, Kenneth Rohde Christiansen
2010-07-01 06:30 PDT, Kenneth Rohde Christiansen
2010-07-01 06:35 PDT, Kenneth Rohde Christiansen
2010-07-01 06:36 PDT, Kenneth Rohde Christiansen
2010-07-01 06:39 PDT, Antti Koivisto
2010-07-01 06:45 PDT, Kenneth Rohde Christiansen
2010-07-01 07:14 PDT, Antti Koivisto
2010-07-01 07:18 PDT, Kenneth Rohde Christiansen
2010-07-01 07:35 PDT, Kenneth Rohde Christiansen
2010-07-01 07:48 PDT, Kenneth Rohde Christiansen
2010-07-01 08:11 PDT, Kenneth Rohde Christiansen
2010-07-01 08:18 PDT, Antti Koivisto
2010-07-01 08:31 PDT, Kenneth Rohde Christiansen
2010-07-01 08:50 PDT, Kenneth Rohde Christiansen
2010-07-01 11:07 PDT, Kenneth Rohde Christiansen
2010-07-01 11:17 PDT, Kenneth Rohde Christiansen
2010-07-05 04:30 PDT, Antti Koivisto
2010-07-05 05:15 PDT, Antti Koivisto
2010-07-05 06:09 PDT, Kenneth Rohde Christiansen
2010-07-05 06:21 PDT, Kenneth Rohde Christiansen
2010-07-05 06:32 PDT, Kenneth Rohde Christiansen
2010-07-05 06:35 PDT, Kenneth Rohde Christiansen
2010-07-05 06:38 PDT, Kenneth Rohde Christiansen
2010-07-05 06:52 PDT, Kenneth Rohde Christiansen
2010-07-05 07:13 PDT, Kenneth Rohde Christiansen
2010-07-05 07:35 PDT, Kenneth Rohde Christiansen
2010-07-06 04:16 PDT, Antti Koivisto
2010-07-07 03:13 PDT, Antti Koivisto
2010-07-07 05:11 PDT, Antti Koivisto
2010-07-07 05:37 PDT, Kenneth Rohde Christiansen
2010-07-08 06:23 PDT, Antti Koivisto
2010-07-08 13:59 PDT, Kenneth Rohde Christiansen