Bug 43290 - Add structured message passing from the injected bundle to UIProcess
Summary: Add structured message passing from the injected bundle to UIProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-30 18:09 PDT by Sam Weinig
Modified: 2010-07-30 18:58 PDT (History)
1 user (show)

See Also:


Attachments
Patch (42.96 KB, patch)
2010-07-30 18:12 PDT, Sam Weinig
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.