Closed
Bug 798990
Opened 13 years ago
Closed 13 years ago
Don't call EnsureTarget in nsCanvasRenderingContext2DAzure::GetCanvasLayer
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
Tracking | Status | |
---|---|---|
firefox18 | --- | fixed |
People
(Reporter: roc, Assigned: roc)
References
Details
Attachments
(2 files)
1.34 KB,
patch
|
ajones
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
1.42 KB,
patch
|
mattwoodrow
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #668985 -
Flags: review?(ajones)
Updated•13 years ago
|
Attachment #668985 -
Flags: review?(ajones) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Backed out for reftest failures in empty-transaction-1.html:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=d22512e72e42
https://hg.mozilla.org/integration/mozilla-inbound/rev/824316b5a366
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #669742 -
Flags: review?(matt.woodrow)
Updated•13 years ago
|
Attachment #669742 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ca18c9aedc67
https://hg.mozilla.org/mozilla-central/rev/52fdb83ca8b8
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 668985 [details] [diff] [review]
fix
Review of attachment 668985 [details] [diff] [review]:
-----------------------------------------------------------------
EnsureTarget during painting is not safe, so we need this fix on Aurora, or we'll have regressions.
Attachment #668985 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 8•13 years ago
|
||
Comment on attachment 669742 [details] [diff] [review]
Part 2: nsCanvasRenderingContext2DAzure::EnsureTarget must ensure that a full layer transaction occurs
Review of attachment 669742 [details] [diff] [review]:
-----------------------------------------------------------------
EnsureTarget during painting is not safe, so we need this fix on Aurora, or we'll have regressions.
Attachment #669742 -
Flags: approval-mozilla-aurora?
Comment 9•13 years ago
|
||
Would you mind addressing the nomination form questions, even if you clear out the format? We're looking for regressing bug #, risk, user impact, etc.
Assignee | ||
Updated•13 years ago
|
Attachment #668985 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 10•13 years ago
|
||
Comment on attachment 668985 [details] [diff] [review]
fix
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 773460
User impact if declined: Potentially mysterious crashes on/near startup similar to bug 773097
Testing completed (on m-c, etc.): landed on m-c a few days ago
Risk to taking this patch (and alternatives if risky): low. no real alternatives.
String or UUID changes made by this patch: none
Attachment #668985 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 11•13 years ago
|
||
Comment on attachment 669742 [details] [diff] [review]
Part 2: nsCanvasRenderingContext2DAzure::EnsureTarget must ensure that a full layer transaction occurs
Review of attachment 669742 [details] [diff] [review]:
-----------------------------------------------------------------
[Approval Request Comment]
Bug caused by (feature/regressing bug #): 773460
User impact if declined: Potentially mysterious crashes on/near startup similar to bug 773097
Testing completed (on m-c, etc.): landed on m-c a few days ago
Risk to taking this patch (and alternatives if risky): low. no real alternatives.
String or UUID changes made by this patch: none
Comment 12•13 years ago
|
||
Comment on attachment 668985 [details] [diff] [review]
fix
Sounds like if we see any major regressions over the next 11 weeks, we can just disable bug 773460 for FF18. Approving for Aurora 18.
Attachment #668985 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•13 years ago
|
Attachment #669742 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 13•13 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/792900811c88
https://hg.mozilla.org/releases/mozilla-aurora/rev/0cec4866f02f
status-firefox18:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•