commit | 42e3c63b566c7318c9057cc0d6facc0221171778 | [log] [tgz] |
---|---|---|
author | Patrick Noland <pnoland@google.com> | Wed Aug 24 18:13:43 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 24 18:13:43 2022 |
tree | 4ec910f0cb92d8309591f3c9f503721b3ced9c99 | |
parent | 72e427d31caa6d8b08f0674b078a0bc06f5636af [diff] |
[Journeys] Prevent flash of optout text on selection mode action This was happening because we were synchronously changing the menu group visibility when the selection state cleared. There's no need to do this for "open in new tab" or "open in incognito" because these will cause the view to detach and clear the selection state a little later. I'm choosing to punt on the solution for "copy" because I can't come up with something simple Bug: 1352078 Change-Id: I7b628ed150492eb9c246236e6a3c9b9deec308eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3838640 Reviewed-by: Gang Wu <gangwu@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/main@{#1038861}
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.