Closed
Bug 1476847
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12063 - [animationworklet] Move global from window to CSS namespace
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12063 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12063
Details from upstream follow.
Majid Valipour <majidvp@chromium.org> wrote:
> [animationworklet] Move global from window to CSS namespace
>
> The interesting changes are in css_animation_worklet.idl
> - change AW to be static attribute on partial CSS interface.
> - explicitly asking binding to pass in ScriptState since
> window is no longer available. This means changing few function
> that used to take ExecutionContext to take ScriptState.
>
>
> There rest are automated renames from
> Window.animationWorklet => CSS.animationWorklet
> WindowAnimationWorklet => CSSAnimationWorklet
>
>
> Bug: 865017
> Change-Id: Ic89dc50a027ca225f5e19d9d9dc6b38a8aef7a7d
>
> Reviewed-on: https://chromium-review.googlesource.com/1142372
> WPT-Export-Revision: 01d1d41180e832d4095ebc49e36b5d1d5e26b448
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=52360d05b9e3f492d3016a500b7c1138214dd798
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Ran 15 tests and 153 subtests
OK : 15
FAIL : 153
Assignee | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=105e21cd035f89f4c766c120b7b85440046256d4
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8bc2de2e46b4
[wpt PR 12063] - [animationworklet] Move global from window to CSS namespace, a=testonly
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•