[Webkit-unassigned] [Bug 77477] [chromium] Process scroll-gesture events from the MT compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 14:09:20 PST 2012


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





--- Comment #17 from James Robinson <jamesr at chromium.org>  2012-02-03 14:09:20 PST ---
OK, glad we're on the same page then.  I've had a cold this week and it's been messing with my head.

I think we can treat (3) as a future improvement.  The main benefit is that without special handling for that case what will happen is all GestureScrollUpdates will be sent to the renderer, then sent to the main thread, and the ACK will be held until the render process main thread responds.  This means we can't process any further gestures (or input events at all) until the main thread becomes responsive which might cause jank.  We should try to avoid the main thread whenever we know that we can get away with it.  I agree this needs some work in the chromium side of the world.

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