commit | 59501eed6da750e0a5661b91e812f1b88b1702f2 | [log] [tgz] |
---|---|---|
author | Xiaoqian Dai <xdai@chromium.org> | Mon Feb 27 23:52:37 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 27 23:52:37 2023 |
tree | 9e6082f410977baf6cb9b3e99e253190a9f0d55a | |
parent | 417803bd5564bb2be7c9efa020521734f650efb0 [diff] |
ash: Remove swiping-down-from-top gesture and classic-view tab dragging gesture part 2 In this CL: - Removed IsWebUITabStripEnabled and SetWebUITabStripEnabled functions - Removed the special handling for classic-view tab dragging in split view and overview Next: - Clean up relevant window properties, e.g., kCanAttachToAnotherWindowKey, kIsDeferredTabDraggingTargetWindowKey - Clean up logic in tab_drag_controller.h & .cc - Clean up logic in Lacros side Bug: b/270442617 Change-Id: I06567b1bd33bf64e781324f9e134f47bdaf2ba67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4285923 Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Sammie Quon <sammiequon@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/main@{#1110657}
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.