commit | a61e8a18b549c1b8d53bfe7f9e566cde5b6f9658 | [log] [tgz] |
---|---|---|
author | Kevin Ellis <kevers@google.com> | Thu Feb 03 17:45:36 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 03 17:45:36 2022 |
tree | d664807fa0378f100620e8e72893afdb9437b8af | |
parent | 297ab5f06e68dacfc12785daa7e566d69a1d2fe6 [diff] |
Fix flake in upload-and-send-events-replacement. There are two code paths for updating animations. The first is called in response to an animation frame, and the second is an on-demand style calculation called during style and layout. Both calls were queuing an animation finished microtask, yet only the animation frame path updated the replace state of animations. A running animation should only finish in response to an animation tick if no explict API calls are made such as animation.finish. We should not be updating the finished state for an on-demand style update. Bug: 1281818 Change-Id: I30223a3c6ae856789c45c2b521edf9fa2ca308ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3429421 Reviewed-by: Steve Kobes <skobes@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/main@{#966797}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.