Adam Barth
|
6d5227ea0c
|
Make Drawer in components2 work
This CL introduces RenderStack and fixes a number of bugs to make the Drawer in
components2 work.
R=ianh@google.com, eseidel@chromium.org
Review URL: https://codereview.chromium.org/1147143005
|
2015-06-03 14:52:13 -07:00 |
|
Adam Barth
|
36e9c3e46e
|
Implement PointerEvent#dx
In this CL, the event handler keeps track of the delta from the previous
pointer position so authors don't have to.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/887793002
|
2015-01-29 13:23:45 -08:00 |
|
Adam Barth
|
f923562fa0
|
Move GestureEvent to NewEventDispatcher
The Sky engine doesn't respond to gesture events itself. Instead, the framework
will listen for gestures and respond to them. That means moving GestureEvents
over to the NewEventDispatcher is relatively straightforward.
R=eseidel@google.com, eseidel@chromium.org
Review URL: https://codereview.chromium.org/874823002
|
2015-01-24 11:18:12 -08:00 |
|
Adam Barth
|
0739d9395b
|
Add blink::WebPointerEvent
This CL adds the WebPointerEvent class and code to convert from
WebPointerEvents (the platform abstraction) to PointerEvents (the DOM API).
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/845313011
|
2015-01-20 10:11:05 -08:00 |
|
Adam Barth
|
f1cbcfa80b
|
Add PointerEvent interface to Sky
Currently this interface is constructable from script but isn't used internally
by the engine.
R=esprehn@chromium.org
Review URL: https://codereview.chromium.org/846783003
|
2015-01-16 15:35:59 -08:00 |
|