commit | 6bd941b67ab326925457b4e8ff05d79f8b9a7489 | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@chromium.org> | Sat Feb 20 15:20:16 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 20 15:20:16 2021 |
tree | 74c35d0f12385c4c2afa16494a6956860e1cbbb4 | |
parent | 0afcd9224bd882502fa835678e2c2cf40d49599b [diff] |
Add the option of "Current Tab" to the media picker Previously, getCurrentBrowserContextMedia (gated by command line flag) resulted in a confirmation-only dialog. This CL changes things so that the confirmation-only dialog would only be shown if the gCBCM is called under certain (TBD) conditions; otherwise, the user would have to explicitly select the tab. However, the user will be given a quicker way to explicitly selecting the current tab, through a new dialog-tab in the media picker, which shows a live-preview of the current tab (the one from which gCBCM is called). Googlers: Design docs and mocks are available under go/gcbcm. TBR=grt@chromium.org Bug: 1136942 Change-Id: I066c84a6875e1bd8afcda97e083b6a29a0a0fdaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2704116 Reviewed-by: Elad Alon <eladalon@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elad Alon <eladalon@chromium.org> Cr-Commit-Position: refs/heads/master@{#856101}
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.