| Summary: | [GTK] Move MainThreadGtk, RunLoopGtk, WorkQueueGtk under Source/WTF/wtf/glib/ | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> | ||||||
| Component: | New Bugs | Assignee: | Zan Dobersek <zan> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | cgarcia, commit-queue, mrobinson, ossy | ||||||
| Priority: | P2 | ||||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Zan Dobersek
2015-05-18 00:28:37 PDT
Created attachment 253306 [details]
Patch
Attachment 253306 [details] did not pass style-queue:
ERROR: Source/WTF/wtf/glib/RunLoopGLib.cpp:113: More than one command on the same line [whitespace/newline] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:87: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:92: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:114: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:118: More than one command on the same line [whitespace/newline] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:121: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:125: More than one command on the same line [whitespace/newline] [4]
Total errors found: 7 in 5 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 253308 [details]
Patch
Attachment 253308 [details] did not pass style-queue:
ERROR: Tools/TestWebKitAPI/Tests/WTF/glib/WorkQueueGLib.cpp:58: Place brace on its own line for function definitions. [whitespace/braces] [4]
ERROR: Source/WTF/wtf/glib/RunLoopGLib.cpp:113: More than one command on the same line [whitespace/newline] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:87: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:92: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:114: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:118: More than one command on the same line [whitespace/newline] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:121: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WTF/wtf/glib/WorkQueueGLib.cpp:125: More than one command on the same line [whitespace/newline] [4]
Total errors found: 8 in 8 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 253308 [details]
Patch
LGTM, rs=me
Cool, thanks! Comment on attachment 253308 [details] Patch Clearing flags on attachment: 253308 Committed r184703: <http://trac.webkit.org/changeset/184703> All reviewed patches have been landed. Closing bug. |