Make Document::CreateStaticClone work for OOP-iframes
Categories
(Core :: DOM: Core & HTML, task, P2)
Tracking
()
Fission Milestone | M6b |
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
(Whiteboard: [print2020_v81])
For printing we need Document::CreateStaticClone to work for out-of-process subdocuments. Specifically, we need the iframe's embedded document to be created by a call to Document::CreateStaticClone on the root document, and we need some place for that static clone to live...(normally it would belong to the nsPrintJob, but we don't want to created a nested nsPrintJob instance).
Comment 1•5 years ago
|
||
Bugbug thinks this bug is a enhancement, but please change it back in case of error.
Comment 2•5 years ago
|
||
Tentatively moving all bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to the "?" triage milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
The way Emilio is changing things to work in bug 1636728 makes this WONTFIX. The coordination of static cloning across content process will happen at a higher level.
Assignee | ||
Updated•4 years ago
|
Description
•