Added web-exposed constructor for Touch and TouchEvent
Added internal constructor for TouchList from a vector of Touch
Able to use syntax "new Touch(...)" and "new TouchEvent(...)" to initialize instead of "document.createTouch"
Intent to ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/9cyKla2YbcA
BUG=508675
TEST=https://github.com/w3c/web-platform-tests/pull/2299
SPEC=https://w3c.github.io/touch-events/#touch-interface
TODO: Remove layout tests and import w3c tests once it's approved. See http://crbug.com/552530
Committed: https://crrev.com/3b9cbfb56b50dba70fc07ce6bbf2212bd7854674
Cr-Commit-Position: refs/heads/master@{#359371}
Description was changed from
==========
Added web-exposed constructor for Touch and TouchEvent
Added internal constructor for TouchList from a vector of Touch
Able to use syntax "new Touch(...)" and "new TouchEvent(...)" to initialize
instead of "document.createTouch"
BUG=508675
TEST=https://github.com/w3c/web-platform-tests/pull/2299
SPEC=https://w3c.github.io/touch-events/#touch-interface
==========
to
==========
Added web-exposed constructor for Touch and TouchEvent
Added internal constructor for TouchList from a vector of Touch
Able to use syntax "new Touch(...)" and "new TouchEvent(...)" to initialize
instead of "document.createTouch"
BUG=508675
TEST=https://github.com/w3c/web-platform-tests/pull/2299
SPEC=https://w3c.github.io/touch-events/#touch-interface
==========
Description was changed from
==========
Added web-exposed constructor for Touch and TouchEvent
Added internal constructor for TouchList from a vector of Touch
Able to use syntax "new Touch(...)" and "new TouchEvent(...)" to initialize
instead of "document.createTouch"
BUG=508675
TEST=https://github.com/w3c/web-platform-tests/pull/2299
SPEC=https://w3c.github.io/touch-events/#touch-interface
==========
to
==========
Added web-exposed constructor for Touch and TouchEvent
Added internal constructor for TouchList from a vector of Touch
Able to use syntax "new Touch(...)" and "new TouchEvent(...)" to initialize
instead of "document.createTouch"
BUG=508675
TEST=https://github.com/w3c/web-platform-tests/pull/2299
SPEC=https://w3c.github.io/touch-events/#touch-interface
TODO: Remove layout tests and import w3c tests once it's approved. See
http://crbug.com/552530
==========
dtapuska
On 2015/11/06 19:53:29, chongz wrote: > On 2015/11/04 21:36:32, dtapuska wrote: > > > https://codereview.chromium.org/1415673004/diff/20001/third_party/WebKit/LayoutTests/fast/events/constructors/create-touch-touchlist.html ...
Description was changed from ========== Added web-exposed constructor for Touch and TouchEvent Added internal constructor ...
5 years, 1 month ago
(2015-11-10 15:52:17 UTC)
#10
Description was changed from
==========
Added web-exposed constructor for Touch and TouchEvent
Added internal constructor for TouchList from a vector of Touch
Able to use syntax "new Touch(...)" and "new TouchEvent(...)" to initialize
instead of "document.createTouch"
BUG=508675
TEST=https://github.com/w3c/web-platform-tests/pull/2299
SPEC=https://w3c.github.io/touch-events/#touch-interface
TODO: Remove layout tests and import w3c tests once it's approved. See
http://crbug.com/552530
==========
to
==========
Added web-exposed constructor for Touch and TouchEvent
Added internal constructor for TouchList from a vector of Touch
Able to use syntax "new Touch(...)" and "new TouchEvent(...)" to initialize
instead of "document.createTouch"
Intent to ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/9cyKla2YbcA
BUG=508675
TEST=https://github.com/w3c/web-platform-tests/pull/2299
SPEC=https://w3c.github.io/touch-events/#touch-interface
TODO: Remove layout tests and import w3c tests once it's approved. See
http://crbug.com/552530
==========
blink-reviews
Thanks! Ya I agree with no RuntimeEnabled here, looks more simple and clear to me. ...
5 years, 1 month ago
(2015-11-10 16:05:42 UTC)
#11
Description was changed from ========== Added web-exposed constructor for Touch and TouchEvent Added internal constructor ...
5 years, 1 month ago
(2015-11-12 18:56:07 UTC)
#14
Description was changed from
==========
Added web-exposed constructor for Touch and TouchEvent
Added internal constructor for TouchList from a vector of Touch
Able to use syntax "new Touch(...)" and "new TouchEvent(...)" to initialize
instead of "document.createTouch"
Intent to ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/9cyKla2YbcA
BUG=508675
TEST=https://github.com/w3c/web-platform-tests/pull/2299
SPEC=https://w3c.github.io/touch-events/#touch-interface
TODO: Remove layout tests and import w3c tests once it's approved. See
http://crbug.com/552530
==========
to
==========
Added web-exposed constructor for Touch and TouchEvent
Added internal constructor for TouchList from a vector of Touch
Able to use syntax "new Touch(...)" and "new TouchEvent(...)" to initialize
instead of "document.createTouch"
Intent to ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/9cyKla2YbcA
BUG=508675
TEST=https://github.com/w3c/web-platform-tests/pull/2299
SPEC=https://w3c.github.io/touch-events/#touch-interface
TODO: Remove layout tests and import w3c tests once it's approved. See
http://crbug.com/552530
==========
Rick Byers
LGTM, thanks!
5 years, 1 month ago
(2015-11-12 18:56:24 UTC)
#15
LGTM, thanks!
chongz
The CQ bit was checked by chongz@chromium.org
5 years, 1 month ago
(2015-11-12 19:04:19 UTC)
#16
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1415673004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1415673004/80001
5 years, 1 month ago
(2015-11-12 19:05:22 UTC)
#17
Issue 1415673004: Added web-exposed constructor for Touch and TouchEvent
(Closed)
Created 5 years, 1 month ago by chongz
Modified 5 years, 1 month ago
Reviewers: Rick Byers, dtapuska
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 9