Closed
Bug 814149
Opened 13 years ago
Closed 13 years ago
Fix CanvasRenderingContext2D::GetCanvas()
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: nrc, Assigned: nrc)
References
Details
Attachments
(1 file)
|
3.15 KB,
patch
|
nrc
:
review+
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
The old bindings version of GetCanvas() was changed in bug 745025, but the new bindings version was not. The new bindings version should be adjusted and this should be back ported to 18.
| Assignee | ||
Comment 1•13 years ago
|
||
carrying r=bz from bug 812453 - the patch was split in half, this is part of the r+ed patch with the requested comment.
Attachment #684177 -
Flags: review+
Comment 2•13 years ago
|
||
We need to backport to 19 as well, right? Or are we backporting all of bug 812453 to 19?
tracking-firefox18:
--- → ?
tracking-firefox19:
--- → ?
| Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #2)
> We need to backport to 19 as well, right? Or are we backporting all of bug
> 812453 to 19?
Yes, we need to backport this to 18 & 19, and 812453 (the half that is left) to 19.
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
| Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 684177 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 745025
User impact if declined: possible problems printing
Testing completed (on m-c, etc.): m-c
Risk to taking this patch (and alternatives if risky): low
String or UUID changes made by this patch: nonw
Attachment #684177 -
Flags: approval-mozilla-beta?
Attachment #684177 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
Comment 7•13 years ago
|
||
Comment on attachment 684177 [details] [diff] [review]
patch
[Triage Comment]
To prevent new printing regressions in Firefox 18, let's uplift this low risk fix to branches.
Attachment #684177 -
Flags: approval-mozilla-beta?
Attachment #684177 -
Flags: approval-mozilla-beta+
Attachment #684177 -
Flags: approval-mozilla-aurora?
Attachment #684177 -
Flags: approval-mozilla-aurora+
| Assignee | ||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Pushed to Beta:
http://hg.mozilla.org/releases/mozilla-beta/rev/d82726e5866f
status-firefox18:
--- → fixed
| Assignee | ||
Comment 10•13 years ago
|
||
Comment 11•13 years ago
|
||
status-firefox19:
--- → fixed
status-firefox20:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•