Closed
Bug 1370449
Opened 6 years ago
Closed 6 years ago
Simplify SVGTextDrawPathCallbacks code
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
8.38 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
pass in the SVGTextFrame to the callback rather than looking it up and don't use an nsRenderingContext when we don't really need one.
Assignee: nobody → longsonr
Attachment #8874712 -
Flags: review?(cam)
Assignee | ||
Updated•6 years ago
|
Attachment #8874712 -
Attachment is patch: true
Updated•6 years ago
|
Attachment #8874712 -
Flags: review?(cam) → review+
Assignee | ||
Comment 2•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=10db0deffff48551acb2a2d718a2b94432568aa0
Pushed by longsonr@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/76a3d885e36b Simplify SVGTextDrawPathCallbacks by passing in data that more closely matches what it uses. r=heycam
Comment 4•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/76a3d885e36b
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•