Bug 79115 - [BlackBerry] Fat fingers - cache the first rect-based hit test so we do not need to do it again
Summary: [BlackBerry] Fat fingers - cache the first rect-based hit test so we do not n...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antonio Gomes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 08:37 PST by Antonio Gomes
Modified: 2012-02-21 11:49 PST (History)
2 users (show)

See Also:


Attachments
patch v1 (8.91 KB, patch)
2012-02-21 08:59 PST, Antonio Gomes
manyoso: review-
Details | Formatted Diff | Diff
(committed r108380, r=atreat) patch v2 - for landing (9.13 KB, patch)
2012-02-21 11:48 PST, Antonio Gomes
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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