Bug 22226 - Worker.connect() should dispatch an event named connect, not message
Summary: Worker.connect() should dispatch an event named connect, not message
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-12 23:50 PST by Alexey Proskuryakov
Modified: 2008-11-14 02:21 PST (History)
0 users

See Also:


Attachments
proposed patch (5.70 KB, patch)
2008-11-12 23:54 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2008-11-12 23:50:26 PST
Updating behavior per HTML5 discussion. Currently, all MessageEvents created by WebCore have a hardcoded name of "message", but this is not correct.
Comment 1 Alexey Proskuryakov 2008-11-12 23:54:53 PST
Created attachment 25119 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2008-11-14 02:21:18 PST
I'm going to remove connect() altogether, no need to fix it.