[Webkit-unassigned] [Bug 95685] New: Move AllowShadowContent flag to HitTestRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 3 06:41:56 PDT 2012


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

           Summary: Move AllowShadowContent flag to HitTestRequest
           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
            Blocks: 95204


The HitTestResult class currently has a flag that control whether shadow-content should be allowed in the result, but since it is not really part of the result but a parameter to the hit-test itself it doesn't really belong in the HitTestResult class. All other flags controlling the hit-test are stored in HitTestRequest, and I propose moving it there. 

This is a part of the work to also include a flag that controls if child-frame content is allowed. See bug #95204

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