RESOLVED FIXED Bug 43290
Add structured message passing from the injected bundle to UIProcess
https://bugs.webkit.org/show_bug.cgi?id=43290
Summary Add structured message passing from the injected bundle to UIProcess
Sam Weinig
Reported 2010-07-30 18:09:48 PDT
Step 2 of structure message passing, the other direction!
Attachments
Patch (42.96 KB, patch)
2010-07-30 18:12 PDT, Sam Weinig
mjs: review+
Sam Weinig
Comment 1 2010-07-30 18:12:01 PDT
WebKit Review Bot
Comment 2 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.
Maciej Stachowiak
Comment 3 2010-07-30 18:55:27 PDT
Comment on attachment 63132 [details] Patch r=me
Sam Weinig
Comment 4 2010-07-30 18:58:44 PDT
Landed in r64396.
Note You need to log in before you can comment on or make changes to this bug.