Bug 4924 - GraphicsContextMac should use CGContext as much as possible rather than NSGraphicsContext
Summary: GraphicsContextMac should use CGContext as much as possible rather than NSGra...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 14:53 PDT by Darin Adler
Modified: 2006-05-03 14:48 PDT (History)
2 users (show)

See Also:


Attachments
patch to move to CGContext, some other small improvements (41.28 KB, patch)
2005-09-10 14:54 PDT, Darin Adler
adele: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2005-09-10 14:53:22 PDT
Using CGContext directly will be simpler, and probably faster.
Comment 1 Darin Adler 2005-09-10 14:54:14 PDT
Created attachment 3851 [details]
patch to move to CGContext, some other small improvements
Comment 2 Maciej Stachowiak 2005-09-13 03:43:32 PDT
Comment on attachment 3851 [details]
patch to move to CGContext, some other small improvements

r=me

_fillRectXX finally meets its maker!
Comment 3 Adele Peterson 2005-09-16 11:09:09 PDT
Chris measured a performance regression that he tracked down to this bug.  I'm reopening so we can 
address the performance issue.
Comment 4 Darin Adler 2006-05-03 14:48:21 PDT
We're doing this again as of my recent check-in -- I don't think we'll see the performance regression this time.