Closed
Bug 1831457
Opened 2 years ago
Closed 2 years ago
call MaybeRestrictSVGContext in VectorImage::GetImageProvider
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
People
(Reporter: tnikkel, Assigned: tnikkel)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
The main part of MaybeRestrictSVGContext blocks context paint where is it not allowed. The css style that enables it is already restricted to chrome, see https://searchfox.org/mozilla-central/source/servo/components/style/properties/longhands/inherited_svg.mako.rs#208 so this isn't a big deal.
We've had a test that context paint isn't enabled in content for a long time
So this never regressed. So this just makes it consistent and blocks it further and executes the preserve aspect ratio code.
Updated•2 years ago
|
Assignee: nobody → tnikkel
Status: NEW → ASSIGNED
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1711061
status-firefox112:
--- → affected
status-firefox113:
--- → affected
status-firefox114:
--- → affected
status-firefox-esr102:
--- → affected
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by tnikkel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0ff6a63033cb
Call MaybeRestrictSVGContext in VectorImage::GetImageProvider. r=aosmond
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Updated•2 years ago
|
status-firefox115:
--- → wontfix
status-firefox116:
--- → wontfix
status-firefox-esr115:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•