| commit | d9743c27f4c795acc685b4b6bb5d35e3712acc7c | [log] [tgz] |
|---|---|---|
| author | Bryant Chandler <bryantchandler@chromium.org> | Tue Mar 11 21:01:25 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 11 21:01:25 2025 |
| tree | 88555d37ef7a7d81bc14b3ff09a2272c925552bc | |
| parent | 3d6bcbc70fb8733f2626480752d529f1ac86e9b4 [diff] |
Close glic on ESC This applies to both attached and detached mode. In attached mode, focus will return to the browser. In detached mode, the OS will decide. The View is the accelerator target and the `AcceleratorPressed` call has to get back to the window, so this CL implements `AcceleratorTarget` on `GlicWindowController` and passes it down to the view as a delegate. Bug: b:392188619 Change-Id: I7918c3d18e2159024d9e6f84f1e55d2ea1b02449 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6335683 Reviewed-by: Trevor Perrier <perrier@chromium.org> Commit-Queue: Bryant Chandler <bryantchandler@chromium.org> Cr-Commit-Position: refs/heads/main@{#1431132}
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.