[Webkit-unassigned] [Bug 90992] New: Rename HitTestPoint and pointInContainer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 10:43:38 PDT 2012


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

           Summary: Rename HitTestPoint and pointInContainer
           Product: WebKit
           Version: 420+
          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
                CC: tonikitoo at webkit.org


The implementations of the hit-testing function called nodeAtPoint make consistent used of a parameter called pointInContainer of type HitTestPoint. This value is not necessarly a single point however, but can be an area from a rect-based hit test.

To make the code clearer, these values and classes should be renamed to something indicating that they are often more than a point.

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