Closed
Bug 1233631
Opened 9 years ago
Closed 9 years ago
Moz2Dify CanvasBidiProcessor
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
4.76 KB,
patch
|
jfkthame
:
review+
|
Details | Diff | Splinter Review |
CanvasBidiProcessor::mThebes can be changed from a gfxContext* to a
DrawTarget*.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
I'm pretty sure the SetMatrix()-to-SetTransform() change at the end of the
patch is valid, but please check it carefully. The rest of the patch is
trivial.
Attachment #8699825 -
Flags: review?(jfkthame)
Updated•9 years ago
|
Attachment #8699825 -
Flags: review?(jfkthame) → review+
Comment 2•9 years ago
|
||
Waiting for something for checking in?
![]() |
Assignee | |
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/29e7fd863abd2d04c68d70c4369950266589ba3c
Bug 1233631 - Moz2Dify CanvasBidiProcessor. r=jfkthame.
Comment 4•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
![]() |
Assignee | |
Comment 5•9 years ago
|
||
Looks like either this bug or bug 1233632 (I don't know which because I landed them together) caused this Talos improvement:
> (Improvement) Mozilla-Inbound-Non-PGO - CanvasMark - WINNT 6.1 (ix) (e10s) - 3.01%
> (Improvement) Mozilla-Inbound-Non-PGO - CanvasMark - WINNT 6.1 (ix) - 3.49%
> (Improvement) Mozilla-Inbound-Non-PGO - CanvasMark - WINNT 5.1 (ix) - 3.27%
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•