| commit | 291c96173fad3a827bc3a335c7f9d1d2fc5c90b1 | [log] [tgz] |
|---|---|---|
| author | Sean Topping <seantopping@chromium.org> | Fri Jul 17 01:32:19 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 17 01:32:19 2020 |
| tree | dc959a6005e40f2fe972ef2c93b2dec34020a4ec | |
| parent | d777232f7acf714b66b7130eea63a80efaca8045 [diff] |
[Chromecast] Enable main frame autoplay delegation
This forces autoplay on for all main frames, and turns on the autoplay
delegation mechanism via <iframe allow="autoplay" />. This turns off the
previous behavior of unconditionally allowing autoplay on all pages and
frames.
Bug: internal b/160651728
Test: Launch AMP Viewer via web sender, verify only the screen reader is
active while videos/ads remain paused.
Change-Id: If570ca3911596bf27bcceb56360fad674a9236c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296360
Reviewed-by: Yuchen Liu <yucliu@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Commit-Queue: Sean Topping <seantopping@chromium.org>
Cr-Commit-Position: refs/heads/master@{#789315}
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.
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.