Closed
Bug 932198
Opened 11 years ago
Closed 10 years ago
Convert nsSVGPatternFrame from using gfxASurface to using Moz2D APIs
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: jwatt, Assigned: jwatt)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
12.60 KB,
patch
|
jwatt
:
review+
lmandel
:
approval-mozilla-aurora+
jwatt
:
checkin+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
This patch can't land just yet until filters are converted to use a Moz2D backed temporary draw target. Without that these two test fail:
layout/reftests/svg/filters/filter-patterned-rect-01.svg
layout/reftests/svg/filters/filter-patterned-rect-02.svg
layout/reftests/svg/filters/filter-patterned-rect-01.svg
layout/reftests/svg/filters/filter-patterned-rect-02.svg
Attachment #823879 -
Flags: review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 823879 [details] [diff] [review]
patch [r=longsonr in bug 931769]
https://hg.mozilla.org/integration/mozilla-inbound/rev/617e3d552045
The filter code is now only propagating Thebes backed gfxContexts rather than creating them, so I've landed this now. I had to fuzz a couple of the font tests.
Attachment #823879 -
Flags: checkin+
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Comment 5•10 years ago
|
||
Comment on attachment 823879 [details] [diff] [review]
patch [r=longsonr in bug 931769]
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 994081
User impact if declined: Certain SVG images fail to render completely on all platforms. See bug 1025652 .
Testing completed (on m-c, etc.): Tested on B2G, landed on m-c.
Risk to taking this patch (and alternatives if risky):
String or IDL/UUID changes made by this patch: None
Attachment #823879 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 7•10 years ago
|
||
(In reply to Michael Wu [:mwu] from comment #5)
> Risk to taking this patch (and alternatives if risky):
There's probably less likely to be SVG breakage taking this patch than not, no I agree we should.
Updated•10 years ago
|
Updated•10 years ago
|
Comment 8•10 years ago
|
||
Comment on attachment 823879 [details] [diff] [review]
patch [r=longsonr in bug 931769]
Aurora approval granted.
Attachment #823879 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•10 years ago
|
Keywords: checkin-needed
Comment 9•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•