https://github.com/web-platform-tests/wpt
Revision f6c1d7b9aafaa94ab53239634e1bbc433e32adb4 authored by Stephen McGruer on 05 April 2018, 13:37:39 UTC, committed by Blink WPT Bot on 05 April 2018, 13:47:07 UTC
The upstream spec has removed the 'timing' objects and replaced them
with updateTiming/getTiming methods on AnimationEffect. It also removed
and renamed a few timing idl interfaces; see the bug for full details.

This CL also refactors the timing input parsing, aiming to make the
public TimingInput API match what the spec requires and not expose
other unnecessary methods.

See https://github.com/w3c/csswg-drafts/pull/2432 for the spec change.

Bug: 823384, 823386
Change-Id: I40c82e46be29c16e2e4b53d69bbadc95c8bff324
Reviewed-on: https://chromium-review.googlesource.com/975923
Reviewed-by: Robert Flack <flackr@chromium.org>
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548403}
1 parent bf17459
History
Tip revision: f6c1d7b9aafaa94ab53239634e1bbc433e32adb4 authored by Stephen McGruer on 05 April 2018, 13:37:39 UTC
Web Animations: remove timing objects
Tip revision: f6c1d7b
File Mode Size
chromium
test
webidl2
.gitignore -rw-r--r-- 36 bytes
.htaccess -rw-r--r-- 107 bytes
LICENSE -rw-r--r-- 1.5 KB
OWNERS -rw-r--r-- 25 bytes
check-layout-th.js -rw-r--r-- 7.7 KB
idlharness.js -rw-r--r-- 105.9 KB
idlharness.js.headers -rw-r--r-- 73 bytes
readme.md -rw-r--r-- 845 bytes
sriharness.js -rw-r--r-- 3.4 KB
testdriver-vendor.js -rw-r--r-- 0 bytes
testdriver-vendor.js.headers -rw-r--r-- 73 bytes
testdriver.js -rw-r--r-- 5.4 KB
testdriver.js.headers -rw-r--r-- 73 bytes
testharness.css -rw-r--r-- 1.5 KB
testharness.css.headers -rw-r--r-- 65 bytes
testharness.js -rw-r--r-- 103.4 KB
testharness.js.headers -rw-r--r-- 73 bytes
testharnessreport.js -rw-r--r-- 2.2 KB
testharnessreport.js.headers -rw-r--r-- 73 bytes

readme.md

back to top