[Webkit-unassigned] [Bug 86383] Scrolling is sluggish on pages with many relative elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 06:21:23 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=86383





--- Comment #6 from Allan Sandfeld Jensen <allan.jensen at nokia.com>  2012-08-17 06:21:56 PST ---
After profiling it, it looks like most of the time spend scrolling is spend inside
RenderBox::mapLocalToContainer  and RenderLayer::convertToLayerCoords.

RenderBox::mapLocalToContainer is called indirectly RenderLayer::computeRepaintRects.

RenderLayer::convertToLayerCoords is called from several places.

-- 
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