commit | e748755883abd5ccce650eac710517892316b74c | [log] [tgz] |
---|---|---|
author | Lijin Shen <lazzzis@google.com> | Thu Nov 03 01:34:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 03 01:34:18 2022 |
tree | b35c577a77bdffdc94334dbfe75f5938e588c94e | |
parent | 57dd73b282cc778d3292effcca3772d534239fed [diff] |
Let OS handle back press before UI with native is fully initialized Before https://crrev.com/c/3421446, back press performed before UI with native is initialized will not be intercepted and it'll let OS itself handle the back press, usually thereby causing Clank to be minimized. After that change, we always intercept the back press and users are unable to leave chrome before it is fully initialized. This CL fixes that and adds a user action to verify this scenario. Bug: 1380945 Change-Id: Ia3aa268ec5656cc9aa2de767a5a86bacc5b670ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4000361 Reviewed-by: Theresa Sullivan <twellington@chromium.org> Reviewed-by: Weilun Shi <sweilun@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Reviewed-by: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1066835}
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.