[Webkit-unassigned] [Bug 89454] New: Store hit-test rect in HitTestPoint as Rect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 03:18:22 PDT 2012


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

           Summary: Store hit-test rect in HitTestPoint as Rect
           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
        Depends on: 89448
            Blocks: 85792


HitTestPoint represents a rectangle used for hit-testing, this rectangle is currently stored as a point plus padding values. The padding value are very rarely used though, while the rectangle they span is constantly used, which requires it to be recalculated all the time.

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