Bug 45234 - Allow passing null to postMessage API functions
Summary: Allow passing null to postMessage API functions
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-04 15:41 PDT by Sam Weinig
Modified: 2010-09-04 17:21 PDT (History)
0 users

See Also:


Attachments
Patch (9.66 KB, patch)
2010-09-04 15:45 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-04 15:41:49 PDT
We should allow passing null to the postMessage API functions through explicit serialization of the null value for user messages.
Comment 1 Sam Weinig 2010-09-04 15:45:55 PDT
Created attachment 66591 [details]
Patch
Comment 2 Sam Weinig 2010-09-04 17:21:32 PDT
Landed in r66799.