Hixie
40f162c096
Specs: define how importing element registrations works, move built-in elements to a separate module so dart:sky can be a simple library
...
Review URL: https://codereview.chromium.org/944873007
2015-02-20 16:40:07 -08:00
Hixie
2175f32677
Specs: fix a raft of syntax errors caught by actually running a syntax checker...
...
Review URL: https://codereview.chromium.org/943843002
2015-02-19 16:00:32 -08:00
Hixie
65382428a8
Specs: strip @nonnull annotations since they're too verbose
...
Review URL: https://codereview.chromium.org/924393004
2015-02-18 12:50:08 -08:00
Hixie
4b2b8f0621
Specs: clean up the last remaining mentions of documents
...
Review URL: https://codereview.chromium.org/940593003
2015-02-18 12:35:42 -08:00
Hixie
9f28d58d4a
Specs: rename sky:core to dart:sky
...
Review URL: https://codereview.chromium.org/925923004
2015-02-13 14:15:48 -08:00
Hixie
7026097310
Specs: dartification of dom.md, more work on script.md; this is highly work-in-progress and hasn't been proofread
...
Review URL: https://codereview.chromium.org/884713009
2015-02-06 13:06:08 -08:00
Hixie
d1efb43aeb
Specs: dartification of gestures; move GestureManager from ApplicationDocument to Application; actually support bubbling
...
Review URL: https://codereview.chromium.org/901493005
2015-02-05 13:28:33 -08:00
Hixie
4690f10d33
Specs: Yet Another Gesture Model (mark IV). This one handles
...
double-tap gestures, gestures being negotiated between different
levels of the ancestor chain, and gestures starting half-way through a
drag (but still not while hovered). Also, hopefully slightly more
usable API.
Review URL: https://codereview.chromium.org/880963005
2015-01-27 13:39:45 -08:00
Hixie
85322f13b3
Specs: Gestures Mark III -- handle how to have a gesture claim that it
...
is the real gesture, even if another is still a candidate; enumerate a
bunch of gestures; allow for event coallescing; allow for events that
get sent before picking a gesture
Review URL: https://codereview.chromium.org/872523002
2015-01-22 16:52:39 -08:00
Hixie
a9da8e9e9d
Specs: Gestures API Mark II - on the path to supporting gestures that fire events after they're finished
...
Review URL: https://codereview.chromium.org/858353003
2015-01-21 16:43:13 -08:00
Hixie
a2dca047eb
Specs: specced TapGesture, added some TODOs around events, and put in a placeholder for ScrollGesture.
...
Review URL: https://codereview.chromium.org/861013002
2015-01-20 17:25:11 -08:00
Hixie
7faaa34433
Specs: Gesture API framework
...
Review URL: https://codereview.chromium.org/819223005
2015-01-20 14:46:54 -08:00