Closed
Bug 1590971
Opened 6 years ago
Closed 6 years ago
Move getAnimations from Document to DocumentOrShadowRoot
Categories
(Core :: DOM: Animation, task, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: birtles, Assigned: birtles)
References
Details
Attachments
(1 file)
As per this changeset from the spec:
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
This updates the Gecko implementation to match the following change to
the Web Animations spec:
| Assignee | ||
Comment 3•6 years ago
|
||
Updated try run (including static analysis checks) with MOZ_CAN_RUN_SCRIPT flags added:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=641e26a8f72115c93176448f3f51d6d1b821f2bf
| Assignee | ||
Comment 4•6 years ago
|
||
(In reply to Brian Birtles (:birtles) from comment #3)
Updated try run (including static analysis checks) with
MOZ_CAN_RUN_SCRIPTflags added:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=641e26a8f72115c93176448f3f51d6d1b821f2bf
Well that wasn't so successful. I guess I was interpreting the abrupt finish from running ./mach static-analysis check locally as success when it was a crash instead.
Updated•6 years ago
|
Attachment #9104566 -
Attachment description: Bug 1590971 - Move getAnimations from Document to DocumentOrShadowRoot; r?hiro → Bug 1590971 - Move getAnimations from Document to DocumentOrShadowRoot; r?emilio!; r?#webidl!
Pushed by bbirtles.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2ad86db20795
Move getAnimations from Document to DocumentOrShadowRoot; r=emilio,baku
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/19972 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 8•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•