commit | 7f9a165b51e739d9f48002fed2f8bb1e18ef7ea4 | [log] [tgz] |
---|---|---|
author | Collin Baker <[email protected]> | Tue Apr 28 20:18:16 2020 |
committer | Commit Bot <[email protected]> | Tue Apr 28 20:18:16 2020 |
tree | dfa894450c52fa887f29f37f70afb9b1eb387421 | |
parent | 5e2ee5539f59fd9eec16b844f2e6189786db7bc1 [diff] |
Display split view indicators when dragging Mohnstrudel tabs Snapping the dragged tab to the correct position will be implemented in a follow-up change. This also adds a function GetSnapPositionForLocation() that takes just a location and ignores window-specific properties, unlike GetSnapPosition(). This is necessary since the DragImageView used by DragDropController is not snappable itself. Instead, it is just a placeholder for a new browser window that will be snapped. Bug: 1069869 Change-Id: I4b9946c9e1f6484a7ec79f8ad71db518d9dd9c7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150025 Commit-Queue: Collin Baker <[email protected]> Reviewed-by: Mitsuru Oshima <[email protected]> Reviewed-by: Xiaoqian Dai <[email protected]> Cr-Commit-Position: refs/heads/master@{#763510}
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.
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.