Closed
Bug 1953720
Opened 1 month ago
Closed 1 month ago
In SetHTML create the inert document by inherting from the current document
Categories
(Core :: DOM: Security, task)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: tschuster, Assigned: tschuster)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Inheriting from the current document will inherit the current ScriptHandlingObject, which is required for creating wrappers for <template> contents.
Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → tschuster
Status: NEW → ASSIGNED
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aa124f6837c9
In SetHTML create the inert document by inherting from the current document. r=emilio
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c7bc88fd0b8f
In SetHTML create the inert document by inherting from the current document. r=emilio
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•