commit | 09748519f200293a329314628c2c34059d31a0eb | [log] [tgz] |
---|---|---|
author | Jeremy Roman <jbroman@chromium.org> | Thu Nov 09 22:26:07 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 09 22:26:07 2023 |
tree | 78ec0a8302cef27aedab53593e73a38211621b5a | |
parent | f8d4ce8f57b3a23b952fc572752ab6c36f9bae52 [diff] |
Remove WebAnimationsAPI runtime-enabled feature. It has been shipping for over three years: https://chromium-review.googlesource.com/c/chromium/src/+/2161345 While here, remove animation_effect_timing.idl, which was not attached to the build at all. style-change-events.html was sensitive to the order in which properties are enumerated, which is affected by the feature status (since conditionally enabled features are added later), and so the expectations need to be rebaselined. Bug: 978551 Change-Id: Id9d10c06256725cc61cc3f9c3a322fb34fd1b78f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5014558 Reviewed-by: Robert Flack <flackr@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/main@{#1222539}
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.