Closed
Bug 1034528
Opened 10 years ago
Closed 10 years ago
Get rid of the propagating creators of Thebes backed gfxContexts
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(3 files)
(deleted),
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
We have a few instances of code creating temporary Thebes backed gfxContexts if another gfxContext (either passed in or previously stored) is a Thebes backed gfxContext. This code can only be reached if other code creates Thebes backed gfxContexts, and since I've killed all such other code these propagating instances are now dead code.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8450891 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8450892 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8450893 -
Flags: review?(matt.woodrow)
Updated•10 years ago
|
Attachment #8450891 -
Flags: review?(matt.woodrow) → review+
Updated•10 years ago
|
Attachment #8450892 -
Flags: review?(matt.woodrow) → review+
Updated•10 years ago
|
Attachment #8450893 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/128dc044d3f7
https://hg.mozilla.org/mozilla-central/rev/aadf68ef25b2
https://hg.mozilla.org/mozilla-central/rev/3a090599c39e
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•