Closed
Bug 1018187
Opened 10 years ago
Closed 10 years ago
Stop creating a Thebes backed gfxContext in nsChildView.mm
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla32
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8431550 -
Flags: review?(mstange)
Comment 2•10 years ago
|
||
Comment on attachment 8431550 [details] [diff] [review]
patch
nice
Attachment #8431550 -
Flags: review?(mstange) → review+
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Comment 5•10 years ago
|
||
FWIW: we actually still use Cairo on OS X/ppc.
Comment 6•10 years ago
|
||
Through DrawTargetCairo(gfxQuartzSurface(CGContext)) or through gfxContext(gfxQuartzSurface(CGContext))? Can you use the cairo branch we left in?
Comment 7•10 years ago
|
||
DrawTargetCairo. I can use the cairo branch in this patch, it's just the MOZ_ASSERT_UNREACHABLE I was gently objecting to. (I can back that out locally.)
We do have a DrawTargetCG that works on 10.4/5 but it has various issues on Tiger, so it's the fallback.
You need to log in
before you can comment on or make changes to this bug.
Description
•