Bug 23257 - Add the first pieces of platform/graphics/chromium
Summary: Add the first pieces of platform/graphics/chromium
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 12:10 PST by Eric Seidel (no email)
Modified: 2009-01-14 14:35 PST (History)
0 users

See Also:


Attachments
Add the first pieces of platform/graphics/chromium (51.37 KB, patch)
2009-01-12 12:14 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-01-12 12:10:00 PST
Add the first pieces of platform/graphics/chromium
Comment 1 Eric Seidel (no email) 2009-01-12 12:14:13 PST
Created attachment 26643 [details]
Add the first pieces of platform/graphics/chromium

 WebCore/ChangeLog                                  |   48 ++
 .../platform/graphics/chromium/ColorChromium.cpp   |   62 ++
 .../graphics/chromium/FontCacheChromiumWin.cpp     |  624 ++++++++++++++++++++
 .../platform/graphics/chromium/FontCacheLinux.cpp  |  179 ++++++
 .../platform/graphics/chromium/FontChromiumWin.cpp |  328 ++++++++++
 5 files changed, 1241 insertions(+), 0 deletions(-)
Comment 2 Dimitri Glazkov (Google) 2009-01-14 14:35:33 PST
Committed in http://trac.webkit.org/changeset/39830