commit | 91f22ca9a8c888f5d1b94ed3af96ec855b41929f | [log] [tgz] |
---|---|---|
author | Alexander Cooper <[email protected]> | Thu Dec 10 00:24:32 2020 |
committer | Chromium LUCI CQ <[email protected]> | Thu Dec 10 00:24:32 2020 |
tree | 0f78d84c9c28ef3777c6a153f2e175c6d8d423d2 | |
parent | 382d051481725c0901badaded407afb06c2b3007 [diff] |
Enable capture of current tab for Android Updates the WebContentsVideoCaptureDevice to work on Android. This primarily involves removing the cursor controller, since it doesn't make sense for Android. Logic is then added to the Permission Bubble and the Android Screen Capture InfoBar to allow capture of the current tab, which paves the way for enabling getCurrentBrowsingContextMedia. Note that due to other guards, even enabling the feature(s) for getCurrentBrowsingContextMedia won't fully enable this on Android as it is still guarded by the getDisplayMedia feature(s). Change-Id: I015988f029224f9f0592a6f6f2ee5803dcc1852f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573116 Commit-Queue: Alexander Cooper <[email protected]> Reviewed-by: Yuri Wiitala <[email protected]> Reviewed-by: Guido Urdaneta <[email protected]> Cr-Commit-Position: refs/heads/master@{#835456}
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.