[Webkit-unassigned] [Bug 87328] New: Move allowRoundingHacks to Internals interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 18:16:05 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=87328

           Summary: Move allowRoundingHacks to Internals interface
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


Adjust allowRoundingHacks() tests into use Internals instead of LayoutTestController interface. In my humble opinion, allowRoundingHacks() is able to be supported by Internals because it looks this function is implemented by WebCore layer, not WebKit layer. It seems allowRoundingHacks() is just to turn TextRun::s_allowsRoundingHacks variable on.

If reviewers think this moving is not able to be moved to Internals, I'm willing to close this bug.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list