Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Xida Chen b362e94f35 Bug 1706464 [wpt PR 28605] - Off-thread CSS paint: handle no-op animation, a=testonly
Automatic update from web-platform-tests
Off-thread CSS paint: handle no-op animation

In a previous CL here:
https://chromium-review.googlesource.com/c/chromium/src/+/2795243
We handled a no-op background-color animation by keep it running on
the compositor thread. This is okay because it is a no-op animation.

This CL follows the same approach as the background-color animation
case. In particular, when it is a custom property animated by CSS
paint worklet, and this custom property animation is a no-op one,
then we keep it running on the compositor thread.

Bug: 1193162
Change-Id: I3f2093092053ad9c9363a64d6d46df039e9bddf0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2841783
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#874704}

--

wpt-commits: b47b8a1f933a9ec2b62f1608886155f911431111
wpt-pr: 28605
2021-04-24 15:47:46 +00:00
.cargo Bug 1622846 - Update BlendFactor API in WebGPU r=webidl,jimb,smaug 2021-04-22 19:18:49 +00:00
.vscode
accessible Bug 1706750 - Scroll img into view manually if the context menu test is skipped. r=morgan 2021-04-21 23:33:43 +00:00
browser Backed out changeset 15e19c4203af (bug 1703957) for causing issues with addressbar suggestions (Bug 1707257). a=backout 2021-04-23 22:57:45 +03:00
build Bug 1707096 - revert LLVM D79714 that causes build bustage on m-c and m-r. r=marco 2021-04-23 14:02:46 +00:00
caps
chrome
config Merge mozilla-central to autoland. CLOSED TREE 2021-04-20 19:03:13 +03:00
devtools Backed out 2 changesets (bug 1696251) for causing js-bench-sm failures. CLOSED TREE 2021-04-23 02:53:36 +03:00
docs Bug 1706325 - Minor tweaks to the VIM docs. r=sylvestre 2021-04-20 14:19:09 +00:00
docshell Bug 1705489 - update docshell/test/browser/browser_bug1328501.js to pass on Fission+BFCache, r=peterv 2021-04-20 11:33:16 +00:00
dom Bug 1704069 - Enable test_multi_sharedWorker_lifetimes_nobfcache.html on Fission, r=peterv 2021-04-24 12:16:17 +00:00
editor Bug 1703561 - Make HTMLEditor not allow to modify content nodes in <select> element r=m_kato 2021-04-20 12:07:15 +00:00
extensions Bug 1706716 green up mda, xpcshell, browser-chrome, reftest for apple silicon. r=necko-reviewers,extension-reviewers,preferences-reviewers,application-update-reviewers,zombie,ahal,bytesized 2021-04-22 18:39:40 +00:00
gfx Bug 1706011 - Enable crashtests on Android for SW-WR r=jmaher 2021-04-23 06:46:14 +00:00
gradle/wrapper
hal
image Bug 1707044 - Remove invalid assert in AnimationFrameRecyclingQueue::RecycleFrame. r=tnikkel 2021-04-23 02:21:00 +00:00
intl Bug 1705363 - Fixes to intl::NumberFormatterSkeleton; r=gregtatum 2021-04-20 18:16:24 +00:00
ipc Bug 1672726 - Part 2: Support dispatching synthesized touch events through parent process; r=ipc-reviewers,botond,nika 2021-04-22 16:01:26 +00:00
js Backed out 2 changesets (bug 1696251) for causing js-bench-sm failures. CLOSED TREE 2021-04-23 02:53:36 +03:00
layout Backed out 2 changesets (bug 1696251) for causing js-bench-sm failures. CLOSED TREE 2021-04-23 02:53:36 +03:00
media
memory Bug 1515229 - Make MozStackWalk/MozWalkTheStack frame skipping more reliable. r=gerald,nika,bobowen,jld 2021-04-16 04:06:02 +00:00
mfbt Bug 1701885 part 6 - Fix signals for WASI. r=jandem,wingo 2021-04-20 05:15:28 +00:00
mobile Backed out 2 changesets (bug 1696251) for causing js-bench-sm failures. CLOSED TREE 2021-04-23 02:53:36 +03:00
modules Backed out changeset ff7ef68e1267 (bug 1706794) for causing assertion failures on InputTaskManager.cpp. CLOSED TREE 2021-04-22 19:10:00 +03:00
mozglue Bug 1706554 - Remove aFirstFramePC from no-op FramePointerStackWalk definition - r=glandium 2021-04-22 01:17:10 +00:00
netwerk Backed out 3 changesets (bug 1704887) for Gtest failures on a CLOSED TREE 2021-04-23 03:40:57 +03:00
nsprpub
other-licenses
parser
python Backed out 2 changesets (bug 1696251) for causing js-bench-sm failures. CLOSED TREE 2021-04-23 02:53:36 +03:00
remote Backed out 2 changesets (bug 1696251) for causing js-bench-sm failures. CLOSED TREE 2021-04-23 02:53:36 +03:00
security Bug 1706716 green up mda, xpcshell, browser-chrome, reftest for apple silicon. r=necko-reviewers,extension-reviewers,preferences-reviewers,application-update-reviewers,zombie,ahal,bytesized 2021-04-22 18:39:40 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=jcristau 2021-04-22 13:07:43 +00:00
servo Bug 1706223 - Fix whitespace handling in clamp() parsing. r=xidorn 2021-04-21 13:39:13 +00:00
startupcache
storage
taskcluster WIP: Bug 1705322 - update civet to emit warnings rather than errors r=marco 2021-04-23 09:44:18 +00:00
testing Bug 1706464 [wpt PR 28605] - Off-thread CSS paint: handle no-op animation, a=testonly 2021-04-24 15:47:46 +00:00
third_party Bug 1622846 - Update BlendFactor API in WebGPU r=webidl,jimb,smaug 2021-04-22 19:18:49 +00:00
toolkit Backed out changeset 6f85c555febf (bug 1706096) for build bustages and bc failures on a CLOSED TREE 2021-04-23 03:44:42 +03:00
tools Backed out 2 changesets (bug 1696251) for causing js-bench-sm failures. CLOSED TREE 2021-04-23 02:53:36 +03:00
uriloader Bug 1706259 - fix styling in the protocol handler dialogs to be more like the design, r=mconley 2021-04-21 16:33:56 +00:00
view
widget Bug 1707226 - [wayland] Only set buffer scale when necessary, r=stransky 2021-04-23 13:50:06 +00:00
xpcom Backed out 3 changesets (bug 1704887) for Gtest failures on a CLOSED TREE 2021-04-23 03:40:57 +03:00
xpfe/appshell Backed out changeset 49744f943e16 (bug 1682136) for putting browser window partially behind left and top taskbars on older Windows versions (bug 1705504). 2021-04-18 11:32:17 +03:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1705639 - bump max run time for periodic-update job. r=RyanVM,releng-reviewers,jmaher DONTBUILD 2021-04-16 14:52:53 +00:00
.eslintignore Bug 1682719 - [meta] Enables eslint on browser/extensions/screenshots. r=emalysz 2021-04-20 19:39:48 +00:00
.eslintrc.js Bug 1705127 - Enable more ESLint rules for some more dom/security/test directories. r=ckerschb 2021-04-15 11:11:18 +00:00
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1703105 - wasm: Move generate-spectest tool into tree. r=lth 2021-04-13 16:41:46 +00:00
.hgtags No bug - tagging a69c07c7da3a386e3baf4b7d604312d3fa974273 with FIREFOX_NIGHTLY_89_END a=release DONTBUILD CLOSED TREE 2021-04-19 19:08:56 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1622846 - Update BlendFactor API in WebGPU r=webidl,jimb,smaug 2021-04-22 19:18:49 +00:00
Cargo.toml Bug 1706033 - Fix potential crash with out-of-bounds indexing r=gsvelto 2021-04-21 08:33:29 +00:00
client.mk
client.py Bug 1705730 - remove update_libffi option from client.py. r=firefox-build-system-reviewers,mhentges 2021-04-16 20:50:15 +00:00
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2021-04-19 19:09:05 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.ps1
Makefile.in
moz.build
moz.configure Bug 1704580 - Move various rust-related configure items to rust.configure. r=firefox-build-system-reviewers,mhentges 2021-04-20 00:33:58 +00:00
mozilla-config.h.in
old-configure.in Bug 1377445 - Remove build dependencies on gtk+2. r=firefox-build-system-reviewers,mhentges 2021-04-20 01:57:03 +00:00
package-lock.json Bug 1556460 - Upgrade jsdoc version to 3.6.6. r=ahal 2021-04-16 16:17:26 +00:00
package.json Bug 1556460 - Upgrade jsdoc version to 3.6.6. r=ahal 2021-04-16 16:17:26 +00:00
README.txt
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

An explanation of the Firefox Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Firefox from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html

If you have a question about developing Firefox, and can't find the solution
on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.


Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Firefox developers for
testing, may be buggy.