commit | 6f51c1c8f03e1ca2c1c585ba65d175105bfa49ab | [log] [tgz] |
---|---|---|
author | Max Ihlenfeldt <mihlenfeldt@igalia.com> | Tue Jan 25 23:58:59 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 25 23:58:59 2022 |
tree | 4ec9992980cdfed0b32ad30aee47153d9470cbbd | |
parent | 276dc1ff9ac02991fa7d0e92f8f26a15a74edcb6 [diff] |
ozone/wayland: support new tab dragging fallback This is CL 2/3 for implementing a new tab dragging fallback for platforms that do not support RunMoveLoop() (currently only Wayland). This CL adds overrides for the new IsMoveLoopSupported() API (introduced in the last CL) for Wayland. When running without the extended drag protocol extension, these overrides signal that the platform does not support RunMoveLoop(). Furthermore, changes are made to the platform Drag and Drop handling that will be needed for the changes to the upper layers in the next CL. All changes are behind a feature flag until tests for the new tab dragging fallback have been implemented. Bug: 896640 Change-Id: I40c61210acf4ab8741ce2830af6cef379bf0e662 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3327028 Reviewed-by: Scott Violet <sky@chromium.org> Reviewed-by: Nick Yamane <nickdiego@igalia.com> Commit-Queue: Max Ihlenfeldt <mihlenfeldt@igalia.com> Cr-Commit-Position: refs/heads/main@{#963291}
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.