Closed
Bug 1188141
Opened 9 years ago
Closed 9 years ago
Worker error events should not bubble
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: khuey, Assigned: khuey)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.46 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8639560 -
Flags: review?(amarchesini)
Updated•9 years ago
|
Attachment #8639560 -
Flags: review?(amarchesini) → review+
Updated•9 years ago
|
Keywords: dev-doc-needed
Comment 3•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/dd0ec747e4a7
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Assignee | ||
Comment 4•9 years ago
|
||
In order to land this I had to remove expectError: true from browser_webconsole_bug_595934_message_categories.js for a subtest involving a worker error event. This was the only subtest using that, so if this behavior is important a replacement test should be found (I would suggest something with IndexedDB, where error events do bubble up to window.onerror IIRC)
Flags: needinfo?(nfitzgerald)
Updated•9 years ago
|
Flags: needinfo?(nfitzgerald)
Comment 5•9 years ago
|
||
Notes about this added to: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API I've also checked, and the information has been added to https://developer.mozilla.org/en-US/Firefox/Releases/42#Miscellaneous
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•