Closed
Bug 1525673
Opened 6 years ago
Closed 6 years ago
Make wrapping non-wrapper-cached objects deal with multiple globals per compartment
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Right now we check js::IsWrapper to decide whether to JS::AutoRealm, but in the new world we may be different-Realm but not have a wrapper if we're same-compartment.
Maybe I need to audit our js::IsWrapper callsites. :(
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/100d9de169ab
Don't assume that same-compartment means same-realm in WrapNewBindingNonWrapperCache. r=peterv
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
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
•