[Webkit-unassigned] [Bug 64474] Make GestureRecognizerChromium aware of Frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 15:12:05 PDT 2011


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





--- Comment #12 from Adam Barth <abarth at webkit.org>  2011-07-13 15:12:05 PST ---
I'm very ignorant in this area, but I would have expected a design something like the following:

1) The event system gets a bunch of low-level touch events (or whatever).
2) The event system asks the gesture recognizer to recognize them, getting back some high-level description of what sort of gesture it was.
3) The event system interacts with the DOM to perform the gesture.

You should think of WebCore/platform as a library that's useful for, but not necessarily coupled to, a web rendering engine.

In any case, I'll think it's best if I step back now and let some other reviewer handle this patch.  It's not really related to anything I have specific expertise about.

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