Bug 45151 - Add ability to send WKDictionaryRefs via post message.
Summary: Add ability to send WKDictionaryRefs via post message.
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-09-02 16:31 PDT by Sam Weinig
Modified: 2010-09-02 16:57 PDT (History)
1 user (show)

See Also:


Attachments
Patch (53.11 KB, patch)
2010-09-02 16:32 PDT, Sam Weinig
no flags Details | Formatted Diff | Diff
Real patch (5.18 KB, patch)
2010-09-02 16:36 PDT, Sam Weinig
andersca: 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-09-02 16:31:06 PDT
Add ability to send WKDictionaryRefs via post message.
Comment 1 Sam Weinig 2010-09-02 16:32:21 PDT
Created attachment 66428 [details]
Patch
Comment 2 Sam Weinig 2010-09-02 16:36:14 PDT
Created attachment 66429 [details]
Real patch
Comment 3 WebKit Review Bot 2010-09-02 16:38:44 PDT
Attachment 66429 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/Shared/UserMessageCoders.h:49:  One space before end of line comments  [whitespace/comments] [5]
WebKit2/Shared/UserMessageCoders.h:60:  One space before end of line comments  [whitespace/comments] [5]
WebKit2/Shared/UserMessageCoders.h:61:  One space before end of line comments  [whitespace/comments] [5]
Total errors found: 3 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Sam Weinig 2010-09-02 16:57:35 PDT
Landed in r66693.