commit | a01e3d760b3b51cdcfe56a327619a3bdcfb8811a | [log] [tgz] |
---|---|---|
author | ahmedmoussa <ahmedmoussa@google.com> | Thu May 25 19:48:26 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 25 19:48:26 2023 |
tree | a056a8d461880c6717eccd0e5f5d5df6fecbaa0b | |
parent | 15e9c174b40ab573e3f54ef7edd82227616ed6d7 [diff] |
Fix issues MirroringType::kOffscreenTab 1) Zenith dialog is not shown after cast session starts, in case of `MirroringType::kOffscreenTab`. The cause was that ShouldHideNotification() returns true. 2) Casting PresentationRequest (i.e. MirroringType::kOffscreenTab), cause chrome to crash upon trying to stop casting. 3) URL shown as title in Zenith is tailed elided which might cause url spoofing. Bug: 1446754 Change-Id: I771434cbeed2a69b2f783546945ac7311ac81ea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4559072 Commit-Queue: Ahmed Moussa <ahmedmoussa@google.com> Reviewed-by: Mark Foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1149311}
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.