[Webkit-unassigned] [Bug 85965] New: Factor HitTestPoint out of HitTestResult

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 01:46:42 PDT 2012


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

           Summary: Factor HitTestPoint out of HitTestResult
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at nokia.com
            Blocks: 85792


In preparation for handling transformations on area-based hit-testing (bug #85792), we need to factor test-point and test-area out of HitTestResult so it can be transformed independently.

To maintain the current API as closely as possible HitTestResult can inherit from HitTestPoint, representing the original untransformed hitTestPoint.

-- 
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