Summary: | Add structured message passing from the injected bundle to UIProcess | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||
Component: | WebKit2 | Assignee: | 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
Sam Weinig
2010-07-30 18:09:48 PDT
Created attachment 63132 [details]
Patch
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 on attachment 63132 [details]
Patch
r=me
|