Bug 22266 - Stop using MessagePort for communication with workers
Summary: Stop using MessagePort for communication with workers
Status: RESOLVED FIXED
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-14 10:29 PST by Alexey Proskuryakov
Modified: 2008-11-16 01:12 PST (History)
1 user (show)

See Also:


Attachments
proposed patch (110.55 KB, patch)
2008-11-14 11:07 PST, Alexey Proskuryakov
mjs: review+
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-14 10:29:44 PST
The existing MessagePort specification does not work with multiple threads or processes well, and doesn't appear to be easily fixable. Besides, Mozilla is about to ship an entirely different and much simpler API for workers.

Patch forthcoming.
Comment 1 Alexey Proskuryakov 2008-11-14 11:07:58 PST
Created attachment 25173 [details]
proposed patch
Comment 2 Maciej Stachowiak 2008-11-15 16:38:38 PST
Comment on attachment 25173 [details]
proposed patch

r=me

I hope this reaches the point of testability soon so that we can document behavior changes like this with test case changes.
Comment 3 Alexey Proskuryakov 2008-11-16 01:12:27 PST
Committed revision 38443.