[Webkit-unassigned] [Bug 45560] Expose an entry point to Chrome for scrolling portions of the page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 07:10:35 PDT 2010


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





--- Comment #4 from Robert Kroeger <rjkroege at chromium.org>  2010-09-14 07:10:35 PST ---
(In reply to comment #3)
> Why do we want the logic for initiating scrolls outside of WebKit?

Various gestures may wish to initiate scrolling.  But I wanted to put the code for recognizing gestures in Chrome (as opposed to WebKit) to make it possible for both Views-based UI code and the RenderView to share as much of the gesture detection code as possible.

Adding this new entry point seemed to provide a clearer separation of concern than crafting and delivering fake mouse wheel events from the RenderView.

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