Bug 79115

Summary: [BlackBerry] Fat fingers - cache the first rect-based hit test so we do not need to do it again
Product: WebKit Reporter: Antonio Gomes <tonikitoo>
Component: New BugsAssignee: Antonio Gomes <tonikitoo>
Status: RESOLVED FIXED    
Severity: Normal CC: efidler, rwlbuis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch v1
manyoso: review-
(committed r108380, r=atreat) patch v2 - for landing none

Description Antonio Gomes 2012-02-21 08:37:38 PST
Fat fingers is two phased, and it rect-hittests twice needlessly. Instead, we could/should cache the result of the first when performing the
"phase_2".

Patch coming...
Comment 1 Antonio Gomes 2012-02-21 08:46:02 PST
PR #120835
Comment 2 Antonio Gomes 2012-02-21 08:59:45 PST
Created attachment 127982 [details]
patch v1
Comment 3 Adam Treat 2012-02-21 11:01:24 PST
Comment on attachment 127982 [details]
patch v1

Clean the cache?
Comment 4 Antonio Gomes 2012-02-21 11:48:40 PST
Created attachment 128013 [details]
(committed r108380, r=atreat) patch v2 - for landing