Closed
Bug 701458
Opened 13 years ago
Closed 13 years ago
Enter compartment while initializing in CreateDedicatedWorkerGlobalScope
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: bhackett1024, Unassigned)
Details
Attachments
(1 file)
779 bytes,
patch
|
Details | Diff | Splinter Review |
CreateDedicatedWorkerGlobalScope makes some JS API calls without entering the appropriate compartment. JS doesn't catch this because the cross compartment assertions are too weak (bug 701427).
Attachment #573582 -
Flags: review?(bent.mozilla)
Reporter | ||
Comment 1•13 years ago
|
||
Comment on attachment 573582 [details] [diff] [review] patch Got r+ earlier over IRC. https://hg.mozilla.org/integration/mozilla-inbound/rev/6da51a2cebb0
Attachment #573582 -
Flags: review?(bent.mozilla)
Comment 2•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/6da51a2cebb0
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•