Bug 25081 - Update Chromium Linux's font metrics to match Skia
Summary: Update Chromium Linux's font metrics to match Skia
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-07 14:07 PDT by Adam Langley
Modified: 2009-04-07 15:04 PDT (History)
0 users

See Also:


Attachments
patch (1.46 KB, patch)
2009-04-07 14:08 PDT, Adam Langley
fishd: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Langley 2009-04-07 14:07:45 PDT
Skia is changing from reporting the XRange to reporting the XMin and XMax. Obviously these are equivalent, but other users of the metrics need the two numbers to be separate.
Comment 1 Adam Langley 2009-04-07 14:08:12 PDT
Created attachment 29316 [details]
patch
Comment 2 Darin Fisher (:fishd, Google) 2009-04-07 14:24:02 PDT
Comment on attachment 29316 [details]
patch

When do you want this to be committed?
Comment 3 Adam Langley 2009-04-07 14:25:35 PDT
Please commit whenever. When I see the bug closed I'll commit to the Chromium fork and commit the Chromium side at the same time.

Thanks
Comment 4 Darin Fisher (:fishd, Google) 2009-04-07 15:04:45 PDT
In the future, please include a bug link in your ChangeLog entry.  Thanks!

Landed as:  http://trac.webkit.org/changeset/42290