Bug 79940 - Add support in WebKit for an intra-line character grid for Japanese text layout
Summary: Add support in WebKit for an intra-line character grid for Japanese text layout
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-02-29 14:05 PST by Dave Hyatt
Modified: 2012-02-29 14:44 PST (History)
0 users

See Also:


Attachments
Patch (42.45 KB, patch)
2012-02-29 14:17 PST, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2012-02-29 14:05:59 PST
Add support in WebKit for an intra-line character grid for Japanese text layout. Make sure that it's possible to snap the edges of lines to a character grid.
Comment 1 Dave Hyatt 2012-02-29 14:06:44 PST
<rdar://problem/10080189> Add support in WebKit for an intra-line character grid for Japanese text layout
Comment 2 Dave Hyatt 2012-02-29 14:17:12 PST
Created attachment 129514 [details]
Patch
Comment 3 mitz 2012-02-29 14:24:54 PST
Comment on attachment 129514 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=129514&action=review

> Source/WebCore/ChangeLog:14
> +        No new tests. (OOPS!)

Loops like there are tests in the patch
Comment 4 Dave Hyatt 2012-02-29 14:44:45 PST
Fixed in r109267.