commit | 055410a19d8631f3343146e712a784edf68aa5e6 | [log] [tgz] |
---|---|---|
author | Will Cassella <cassew@chromium.org> | Thu Dec 09 20:34:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 09 20:34:46 2021 |
tree | d26e58cdf6c21a7493c1f553d8651c58cac932da | |
parent | 51393dcf89776615a38e06071796d4ecea75ed43 [diff] |
Create a separate feature flag for `video-dynamic-range` Since the `video-` prefixed media feature idea has not yet been shipped by any user agent, it was decided that it should be shipped separately after undergoing TAG review and a separate I2S. This CL removes that media query from the `CSSDynamicRangeMediaQueries` feature flag, and creates a separate feature flag to enable it: `CSSVideoDynamicRangeMediaQueries`. Bug: 1224711 Change-Id: Ib4f308fea6fd8a983b8ea6487b05400473ba7b7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3328255 Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Will Cassella <cassew@chromium.org> Cr-Commit-Position: refs/heads/main@{#950245}
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.