commit | 1c03ae4fc1a4c7a19e2c1c34f14b18e7e3dde10c | [log] [tgz] |
---|---|---|
author | hsuanling <hsuanling@google.com> | Mon Feb 03 05:10:36 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 03 05:10:36 2025 |
tree | c57b93cc98f7bc94e5a9a16abb9814845eb9b41c | |
parent | c3c835203f58b59b418577bc5d63fed2e1d6a0a2 [diff] |
recorder: Turn off onboarding dialog display Currently `hidePopover` does not remove element from top-layer (crbug.com/393947100), and flex display will make element visible even if it's not open. Set display to none when popover is not open as a workaround. Bug: b:393411712 Test: manually Change-Id: I8068076d007d190f3ea08e43069d2919e19814da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6218045 Commit-Queue: Jennifer Ling <hsuanling@google.com> Reviewed-by: Pi-Hsun Shih <pihsun@chromium.org> Cr-Commit-Position: refs/heads/main@{#1414744}
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.