[Webkit-unassigned] [Bug 99649] New: [BlackBerry] Cache TouchDown HitTestResult to avoid calling RenderLayer::hitTest unnecessarily
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 17 16:00:57 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=99649
Summary: [BlackBerry] Cache TouchDown HitTestResult to avoid
calling RenderLayer::hitTest unnecessarily
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit BlackBerry
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mlattanzio at rim.com
RenderLayer::hitTest() can be expensive.
We can merge together some of the calls by caching the result. This speeds up the hot path in our touch scrolling code.
--
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