commit | 8937c07be23722f4b29abf99f8c0a9525954e30a | [log] [tgz] |
---|---|---|
author | Emily Shack <emshack@chromium.org> | Thu Feb 20 23:52:51 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 20 23:52:51 2025 |
tree | 9b32b6a0cecbf621dd306ec9e1ede5d3a8b2d5cb | |
parent | ac24dac476d124d77e316a500a14b7aa75335350 [diff] |
[SxS] Add (non-functional) resize handle Creates a MultiContentsResizeArea class which is visually similar to the side panel's resize area. This can respond to left/right keyboard events to resize as well as mouse click+drag, and has a keyboard focusable icon. Currently emits events to a stubbed out OnResize method, will implement this in a follow-up to actually resize the WebContents as relative to each other. Bug: 393450761 Change-Id: Ic8945f0e25995cfb5a9c19bd9d4e097050f5b95c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6281806 Commit-Queue: Emily Shack <emshack@chromium.org> Reviewed-by: Shibalik Mohapatra <shibalik@chromium.org> Cr-Commit-Position: refs/heads/main@{#1422859}
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.