Bug 43274

Summary: Add first pass of structured message passing
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch andersca: review+

Description Sam Weinig 2010-07-30 15:12:42 PDT
Add first pass of structured message passing. Just UIProcess to InjectedBundle this time.
Comment 1 Sam Weinig 2010-07-30 15:14:04 PDT
Created attachment 63110 [details]
Patch
Comment 2 WebKit Review Bot 2010-07-30 15:16:46 PDT
Attachment 63110 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp:118:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp:167:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
WebKit2/WebProcess/InjectedBundle/InjectedBundle.h:35:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
WebKit2/UIProcess/WebContext.cpp:189:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
WebKit2/UIProcess/WebContext.cpp:191:  One space before end of line comments  [whitespace/comments] [5]
WebKit2/UIProcess/WebContext.cpp:192:  One space before end of line comments  [whitespace/comments] [5]
WebKit2/UIProcess/WebContext.cpp:194:  One space before end of line comments  [whitespace/comments] [5]
Total errors found: 7 in 20 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2010-07-30 15:28:19 PDT
Landed in 64380.