Closed
Bug 764824
Opened 12 years ago
Closed 12 years ago
Make it easier to spot when were using a temporary context
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
9.48 KB,
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
I've been doing a lot of mxr searches related to gfxContext methods and their use in SVG, and it's a pain that it's not easier to quickly tell from the results when a temporary context created using ScreenReferenceSurface is being used. This patch standardizes the name that we use for such contexts to make that easier.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #633139 -
Flags: review?(longsonr)
Updated•12 years ago
|
Attachment #633139 -
Flags: review?(longsonr) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Target Milestone: --- → mozilla16
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•