Bug 127180

Summary: Add a callOnMainThreadAndWait variant in SocketStreamHandle
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch ggaren: review+

Description Anders Carlsson 2014-01-17 11:44:36 PST
Add a callOnMainThreadAndWait variant in SocketStreamHandle
Comment 1 Anders Carlsson 2014-01-17 12:14:11 PST
Created attachment 221481 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-17 12:15:36 PST
Attachment 221481 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp:129:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp:150:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-01-17 12:38:12 PST
Created attachment 221484 [details]
Patch
Comment 4 WebKit Commit Bot 2014-01-17 12:39:15 PST
Attachment 221484 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp:129:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp:150:  More than one command on the same line  [whitespace/newline] [4]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Geoffrey Garen 2014-01-17 17:48:31 PST
Comment on attachment 221484 [details]
Patch

r=me
Comment 6 Anders Carlsson 2014-01-17 17:54:00 PST
Committed r162235: <http://trac.webkit.org/changeset/162235>