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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 13 14:47:57 PDT 2011


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





--- Comment #11 from Varun Jain <varunjain at chromium.org>  2011-07-13 14:47:57 PST ---
(In reply to comment #10)
> All that being said, you can probably find someone who's willing to review this patch with the layering violation, but it's not going to be me.
> 
> I don't really understand the constraints involved, which is making it hard for me to recommend the best course of action.  I don't really understand why a gesture recognizer should need to interact with the DOM.  Shouldn't it just recognize gestures?

For the most basic case, the GR will recognize gestures and do what?.. it will at the very least need to pass it to the event handler to process the gesture (EventHandler dependency). Also, parameters for some gestures are dependent on the DOM. Take for example, a double-tap-to-zoom gesture. The parameters such as how much to zoom and what to bring to focus can only be obtained from the DOM. This information is also platform specific because different platforms may want to have different interpretation of the gesture.

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