Bug 17365 - document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR
Summary: document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-02-14 12:58 PST by Adam Roben (:aroben)
Modified: 2008-02-17 16:23 PST (History)
2 users (show)

See Also:


Attachments
testcase (166 bytes, text/html)
2008-02-14 12:59 PST, Adam Roben (:aroben)
no flags Details
patch (33.02 KB, patch)
2008-02-17 16:05 PST, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2008-02-14 12:58:57 PST
document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR instead of returning a new event on which to call initMessageEvent.
Comment 1 Adam Roben (:aroben) 2008-02-14 12:59:10 PST
Created attachment 19123 [details]
testcase
Comment 2 Adam Roben (:aroben) 2008-02-14 12:59:53 PST
<rdar://problem/5743888>
Comment 3 Sam Weinig 2008-02-17 16:05:15 PST
Created attachment 19180 [details]
patch
Comment 4 mitz 2008-02-17 16:11:57 PST
Comment on attachment 19180 [details]
patch

r=me
Comment 5 Sam Weinig 2008-02-17 16:23:32 PST
Fix landed in r30361.