Bug 43290

Summary: Add structured message passing from the injected bundle to UIProcess
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 mjs: review+

Description Sam Weinig 2010-07-30 18:09:48 PDT
Step 2 of structure message passing, the other direction!
Comment 1 Sam Weinig 2010-07-30 18:12:01 PDT
Created attachment 63132 [details]
Patch
Comment 2 WebKit Review Bot 2010-07-30 18:16:48 PDT
Attachment 63132 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp:68:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
WebKit2/UIProcess/WebContext.cpp:74:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
WebKit2/UIProcess/WebContext.cpp:122:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
WebKit2/UIProcess/WebContext.cpp:370:  A case label should not be indented, but line up with its switch statement.  [whitespace/indent] [4]
Total errors found: 4 in 23 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Maciej Stachowiak 2010-07-30 18:55:27 PDT
Comment on attachment 63132 [details]
Patch

r=me
Comment 4 Sam Weinig 2010-07-30 18:58:44 PDT
Landed in r64396.