commit | 78141ba63b3e66e6c934c3a7e95cdb19b53a41c7 | [log] [tgz] |
---|---|---|
author | Orko Garai <orko@igalia.com> | Mon May 05 23:46:52 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 05 23:46:52 2025 |
tree | 19e6cfacc2feca438c686d2a9e33329440afd427 | |
parent | f6734620a7c4a2ea749118653e6bf049e2829c08 [diff] |
ozone/wayland: Don't use keyboard-shortcuts-inhibit if only ESC present As a temporary solution until the keyboard-shortcuts-inhibit protocol supports filtering specific keys, don't use the protocol whenever only Escape key is requested to be locked. This key typically gets delivered to the foreground window and so is less intrusive than locking all keys when the app requested only escape. This ensures that Alt+Tab continues to be handled by the compositor if navigator.keyboard.lock(['Escape']) is requested by the app, which is the use case in chrome remote desktop when Send system keys is disabled. Bug: 40270434 Change-Id: I9128b3f95ff90fd4e8ffa39931111ac43c8be0ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6491046 Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Reviewed-by: Nick Yamane <nickdiego@igalia.com> Commit-Queue: Orko Garai <orko@igalia.com> Cr-Commit-Position: refs/heads/main@{#1456015}
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.