Bug 97040
Summary: | Eliminate redundant hit testing on gesture event processing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rick Byers <rbyers> |
Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | allan.jensen, kevers, rjkroege, tdanderson, tonikitoo, varunjain |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Rick Byers
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |