Bug 97040 - Eliminate redundant hit testing on gesture event processing
Summary: Eliminate redundant hit testing on gesture event processing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-18 13:36 PDT by Rick Byers
Modified: 2013-04-04 09:48 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Byers 2012-09-18 13:36:31 PDT
We do multiple hit tests on events like GestureTapDown and GestureTap (at least one rect hit test for fuzzing in adjustGesturePoint, and one point hit test in handleGestureEvent).  We should at least merge these obviously redundant cases.  See bug 96677 for more.