commit | faa330343f20edbb59c53b367c4e4dba1cdca96d | [log] [tgz] |
---|---|---|
author | William Liu <liuwilliam@chromium.org> | Wed May 15 14:26:14 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 15 14:26:14 2024 |
tree | cb47bf19950072772e325c518c7830cef26f7de8 | |
parent | 93bad5a6fad9435b6d565e52445ad4fdc3be7da6 [diff] |
[Default Nav Transition] Nav proceeds regardless animator state Before this CL: we won't be able to start the navigation if the animator is destroyed in the middle of a gesture. This differs from the existing navigational behavior when the feature is disabled. This CL realigns the behavior: the navigation proceeds even if the animator is destroyed in the middle of a gesture. Bug: 339501357 Change-Id: I7f72187aefb4bba434a99e60822ca0b3c94112d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5538508 Reviewed-by: Khushal Sagar <khushalsagar@chromium.org> Commit-Queue: William Liu <liuwilliam@chromium.org> Cr-Commit-Position: refs/heads/main@{#1301280}
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.