[Webkit-unassigned] [Bug 72996] [chromium] Add page-scale animation support to Impl thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 20:53:43 PST 2011


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





--- Comment #4 from Alexandre Elias <aelias at chromium.org>  2011-11-22 20:53:43 PST ---
The reason it was hard to reuse handleInputEvent is that these events are sent from the render process via a side channel, after the target rect is computed based on the page structure.  InputEventFilter assumes it sends all events, and crashes if it receives a didHandle/didNotHandle when its queue is empty.  I could special-case my event type to not send the didHandle/didNotHandle, or return an enum from the handleInputEvent requesting that the caller does it, or fix the filter to deal with it properly (though I don't know much about it so I didn't want to introduce new bugs).  Which do you prefer?

I'm fine with deriving from WebGestureEvent although the generic fields of WebGestureEvent would be mostly unused in this one.

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