[Webkit-unassigned] [Bug 95720] New: Simplify hitTestResultAtPoint and nodesFromRect APIs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 4 01:50:03 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95720
Summary: Simplify hitTestResultAtPoint and nodesFromRect APIs
Product: WebKit
Version: 420+
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Event Handling
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: allan.jensen at nokia.com
CC: tonikitoo at webkit.org
EventHandler::hitTestResultAtPoint and Document::nodesFromRect both have a list a boolean arguments that could be expressed as a HitTestRequest::Type instead. EventHandler::hitTestResultAtPoint already takes a HitTestRequest as an argument and chould just lose the unnecessary boolean arguments, while Document::nodesFromRect should be converted to taking HitTestRequest arguments instead.
Bug based on review suggestions in https://bugs.webkit.org/show_bug.cgi?id=95204#c16
--
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