gecko-dev/testing
Majid Valipour ed77dfa1fe Bug 1476847 [wpt PR 12063] - [animationworklet] Move global from window to CSS namespace, a=testonly
Automatic update from web-platform-tests[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
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576555}

--

wpt-commits: dee866498441512a1ea1ff4c3a7d869c811fac3e
wpt-pr: 12063
2018-07-29 18:52:42 +01:00
..
awsy
config
crashtest
firefox-ui Bug 1414776 - [fxui] Reset security.mixed_content.upgrade_display_content preference for mixed content test. r=ato 2018-07-24 16:09:34 +02:00
geckodriver Bug 1477475 - Drop legacy Marionette capabilities duplication. r=whimboo 2018-07-25 14:06:39 +01:00
gtest
jsshell
marionette Bug 1478979 - Disallow pageLoadStrategy to be null. r=whimboo 2018-07-28 13:46:14 +01:00
mochitest Backed out 2 changesets (bug 1463016, bug 1463291) for geckoview failures 2018-07-29 03:55:23 +03:00
modules
mozbase Bug 1477219 - Update mozlog version number for release, r=ahal 2018-07-20 13:59:46 +01:00
mozharness Bug 1478801 - Enable structured output parser for most Windows tests; r=ahal 2018-07-29 11:18:58 -06:00
profiles Bug 1365045 - Introduce keywords for prefers-reduced-motion. r=heycam 2018-07-24 16:50:47 +09:00
raptor Bug 1478057 - Report the mean of all measurements per pageload, not separate values per measurement type; r=igoldan 2018-07-27 11:10:30 -04:00
runtimes Bug 1474414 - Move most of browser/extensions/activity-stream to browser/components/newtab r=Mardak 2018-07-26 20:50:49 -07:00
specialpowers Bug 1463291: Move docShell getter from Document to Window. r=bz 2018-05-21 16:58:23 -07:00
talos Bug 1369466 - Change consumers to the new location of RemotePageManager. r=mossop 2018-07-26 22:09:12 -03:00
tools
tps Backed out 7 changesets (bug 1420514) for breaking bc on different files on a CLOSED TREE 2018-07-12 21:22:32 +03:00
web-platform Bug 1476847 [wpt PR 12063] - [animationworklet] Move global from window to CSS namespace, a=testonly 2018-07-29 18:52:42 +01:00
webdriver
xpcshell Bug 1477807 - Distinguish ADBTimeoutErrors from other exceptions in Android remote tests, r=gbrown. 2018-07-27 08:27:16 -07:00
cppunittest.ini
mach_commands.py Bug 1477276 - Fix regression preventing |mach help| without an objdir r=bhearsum 2018-07-20 14:58:06 +00:00
moz.build
README.txt
remotecppunittests.py Bug 1477807 - Distinguish ADBTimeoutErrors from other exceptions in Android remote tests, r=gbrown. 2018-07-27 08:27:16 -07:00
runcppunittests.py
testsuite-targets.mk

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff