commit | 81e12ff48022e3929a0c5c4100c736868c355042 | [log] [tgz] |
---|---|---|
author | Francois Beaufort <beaufort.francois@gmail.com> | Fri Jun 04 16:26:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 04 16:26:01 2021 |
tree | dd06889f7d86573d4925f8608d806f00115221b9 | |
parent | 090f80c568b425022ed6a34b58f2fb84e720f48a [diff] |
Add "noplaybackrate" to HTMLMediaElement controlsList attribute This CL adds a new "noplaybackrate" token to the HTMLMediaElement controlsList attribute to let developers enable/disable playback speed control in native media controls. Intent to prototype and ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/u9jsiarDEOg Spec: https://github.com/WICG/controls-list/pull/13 Bug: 1211336 Change-Id: I11240652b5000972398d2f5faa8267035aa9abb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2905660 Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> Reviewed-by: Tommy Steimel <steimel@chromium.org> Reviewed-by: Frank Liberato <liberato@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#889324}
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.