Bug 116947 - [Exclusions] Correct some problems that disabling subpixel layout exposed
Summary: [Exclusions] Correct some problems that disabling subpixel layout exposed
Status: RESOLVED DUPLICATE of bug 115455
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-05-29 01:56 PDT by Ryosuke Niwa
Modified: 2013-10-07 12:10 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-05-29 01:56:14 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/84540f0de96206eb3a4be98fec1cb3bd7d19ec4e

First round of changes to correct exclusion tests that started failing when subpixel layout was turned off, and to correct some problems that disabling subpixel layout exposed.

This set of changes just corrects four tests. It also revises the subpixel-utils code to bring it into line with the most recent LayoutUnit et al changes and to simplify its use a little. The ExclusionPolygon appendArc() method was corrected, so that the 3rd of 5 additional vertices is in the center of the arc. The firstIncludedIntervalLogicalTop() methods now use ceiledLayoutUnit() to convert a float to a LayoutUnit within the shape.
Comment 1 Bem Jones-Bey 2013-05-29 08:22:35 PDT
That patch was a merge to blink of the WebKit bug 115455.

However, I'll let Hans say if this is a dup or if there were any changes on the blink side that need to be merged back.
Comment 2 Ryosuke Niwa 2013-06-14 21:25:22 PDT

*** This bug has been marked as a duplicate of bug 115455 ***