Closed
Bug 1658343
Opened 5 years ago
Closed 5 years ago
Fix intrinsic sizing of object/embed for cross-process svg documents
Categories
(Core :: SVG, defect, P1)
Core
SVG
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: nika, Assigned: heycam)
References
Details
Attachments
(1 file)
With bug 1614524, support for loading <object> and <embed> elements cross-process will be added, however this causes large breakage in reftests due to inherent sizing of cross-site svg elements.
Fixing this issue will be necessary to enable the feature by default with Fission enabled.
Updated•5 years ago
|
Severity: -- → S3
Comment 2•5 years ago
|
||
This and the bug blocked (bug 1658342) on this both need to be fixed in Fx82. Cameron, do you have an ETA for this?
Flags: needinfo?(cam)
| Assignee | ||
Comment 3•5 years ago
|
||
Just started looking at this today. I have a patch but it still needs some testing. All going well I should be able to land it within this next week.
Flags: needinfo?(cam)
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
| Comment hidden (obsolete) |
| Comment hidden (obsolete) |
| Assignee | ||
Comment 6•5 years ago
|
||
Updated•5 years ago
|
Summary: Fix inherent object/embed sizing for cross-process svg documents → Fix intrinsic sizing of object/embed for cross-process svg documents
Updated•5 years ago
|
Whiteboard: patch in review
| Assignee | ||
Comment 7•5 years ago
|
||
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ccd176138ca8
Propagate intrinsic sizes from SVG documents in embed/object to parent using IPC. r=kmag,dholbert
Updated•5 years ago
|
Whiteboard: patch in review
Comment 9•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•