Closed
Bug 911085
Opened 12 years ago
Closed 12 years ago
Workers postMessage doesn't set its return value
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: Ms2ger, Assigned: baku)
Details
Attachments
(1 file, 3 obsolete files)
3.72 KB,
patch
|
Details | Diff | Splinter Review |
So we end up reading the callee back.
Reporter | ||
Comment 1•12 years ago
|
||
Test case: type "postMessage()" into http://mozilla.pettay.fi/workerconsole/
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #798521 -
Flags: review?
Assignee | ||
Updated•12 years ago
|
Attachment #798521 -
Flags: review? → review?(mrbkap)
We really need to fix up all the JSNatives in dom/workers.
Comment 5•12 years ago
|
||
Comment on attachment 798522 [details] [diff] [review]
patch
r=me on this, but khuey's right: there's a bunch more functions that need this treatment.
Attachment #798522 -
Flags: review?(mrbkap) → review+
Comment 6•12 years ago
|
||
Comment on attachment 798521 [details] [diff] [review]
patch
I think this was technically subsumed by attachment 798522 [details] [diff] [review], but r=me twice!
Attachment #798521 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #798521 -
Attachment is obsolete: true
Attachment #798522 -
Attachment is obsolete: true
Assignee | ||
Comment 8•12 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Comment 10•12 years ago
|
||
Keywords: checkin-needed
Please file another bug on fixing up everything else.
Assignee: nobody → amarchesini
Comment 12•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•