commit | acd4df661d0bd8bb96ef779434acac9e5b40412e | [log] [tgz] |
---|---|---|
author | Rakina Zata Amni <[email protected]> | Tue Nov 15 06:49:08 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Nov 15 06:49:08 2022 |
tree | 7d440f2c4974ba1d8ce6089bbe3b0907b9e767e1 | |
parent | 555968e86bdf80f9c990e1c3ba772dfa90bb86f8 [diff] |
Remove NAVIGATION_TYPE_NAV_IGNORE NavigationType NAVIGATION_TYPE_NAV_IGNORE is used when navigations are ignored (won't create/update any NavigationEntry, etc) because there is no "last committed entry" yet. After crrev.com/c/3990677, there will always be a "last committed entry" because a NavigationController would start with an initial NavigationEntry even if a navigation hasn't committed yet, so NAVIGATION_TYPE_NAV_IGNORE is not needed anymore. Bug: 524208, 501960 Change-Id: I540e3e137bacc0f42f964d66af5c8b0ec237f816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3995763 Reviewed-by: Rakina Zata Amni <[email protected]> Commit-Queue: Rakina Zata Amni <[email protected]> Reviewed-by: Charlie Reis <[email protected]> Cr-Commit-Position: refs/heads/main@{#1071473}
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.