Bug 122392 - Clean up MessageQueue.h
Summary: Clean up MessageQueue.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 13:53 PDT by Anders Carlsson
Modified: 2013-10-05 14:53 PDT (History)
8 users (show)

See Also:


Attachments
Patch (39.16 KB, patch)
2013-10-05 14:01 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (39.17 KB, patch)
2013-10-05 14:37 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-10-05 13:53:25 PDT
Clean up MessageQueue.h
Comment 1 Anders Carlsson 2013-10-05 14:01:19 PDT
Created attachment 213469 [details]
Patch
Comment 2 WebKit Commit Bot 2013-10-05 14:02:16 PDT
Attachment 213469 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Deque.h', u'Source/WTF/wtf/MessageQueue.h', u'Source/WebCore/ChangeLog', u'Source/WebCore/Modules/webaudio/AsyncAudioDecoder.cpp', u'Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h', u'Source/WebCore/Modules/webdatabase/Database.cpp', u'Source/WebCore/Modules/webdatabase/DatabaseBackend.cpp', u'Source/WebCore/Modules/webdatabase/DatabaseTask.h', u'Source/WebCore/Modules/webdatabase/DatabaseThread.cpp', u'Source/WebCore/Modules/webdatabase/DatabaseThread.h', u'Source/WebCore/dom/default/PlatformMessagePortChannel.cpp', u'Source/WebCore/dom/default/PlatformMessagePortChannel.h', u'Source/WebCore/fileapi/FileThread.cpp', u'Source/WebCore/fileapi/FileThread.h', u'Source/WebCore/fileapi/FileThreadTask.h', u'Source/WebCore/storage/StorageThread.cpp', u'Source/WebCore/workers/WorkerRunLoop.cpp', u'Source/WebCore/workers/WorkerRunLoop.h']" exit_code: 1
Source/WebCore/storage/StorageThread.cpp:88:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WebCore/storage/StorageThread.cpp:100:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WTF/wtf/Deque.h:91:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/MessageQueue.h:66:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/MessageQueue.h:69:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/MessageQueue.h:131:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 6 in 19 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2013-10-05 14:37:37 PDT
Created attachment 213471 [details]
Patch
Comment 4 WebKit Commit Bot 2013-10-05 14:39:52 PDT
Attachment 213471 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Deque.h', u'Source/WTF/wtf/MessageQueue.h', u'Source/WebCore/ChangeLog', u'Source/WebCore/Modules/webaudio/AsyncAudioDecoder.cpp', u'Source/WebCore/Modules/webaudio/AsyncAudioDecoder.h', u'Source/WebCore/Modules/webdatabase/Database.cpp', u'Source/WebCore/Modules/webdatabase/DatabaseBackend.cpp', u'Source/WebCore/Modules/webdatabase/DatabaseTask.h', u'Source/WebCore/Modules/webdatabase/DatabaseThread.cpp', u'Source/WebCore/Modules/webdatabase/DatabaseThread.h', u'Source/WebCore/dom/default/PlatformMessagePortChannel.cpp', u'Source/WebCore/dom/default/PlatformMessagePortChannel.h', u'Source/WebCore/fileapi/FileThread.cpp', u'Source/WebCore/fileapi/FileThread.h', u'Source/WebCore/fileapi/FileThreadTask.h', u'Source/WebCore/storage/StorageThread.cpp', u'Source/WebCore/workers/WorkerRunLoop.cpp', u'Source/WebCore/workers/WorkerRunLoop.h']" exit_code: 1
Source/WebCore/storage/StorageThread.cpp:88:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WebCore/storage/StorageThread.cpp:100:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WTF/wtf/Deque.h:91:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/MessageQueue.h:66:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/MessageQueue.h:69:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/MessageQueue.h:131:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 6 in 19 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Anders Carlsson 2013-10-05 14:53:12 PDT
Committed r156972: <http://trac.webkit.org/changeset/156972>