commit | b5dbc9f6bf9b64e996d9a07a99ac1b734f94d4fa | [log] [tgz] |
---|---|---|
author | Rakina Zata Amni <[email protected]> | Tue Jul 16 07:47:33 2024 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jul 16 07:47:33 2024 |
tree | e8b0c79c30e1caf19ebb511a85666cf5f478aeee | |
parent | 35712918275a3c456169d6d0a2cd7edb022fe646 [diff] |
Add different types of new navigation in NavigationDiscardReason This allows us to differentiate the type of the new navigation that cause the cancellation of the older navigation. Note that this CL doesn't actually change any logged histograms at all, as we keep using the old "NewNavigation" name for all the different types currently, to reduce unneeded change to the list of histogram names that will be removed in crrev.com/c/5693886. The logging of the histogram will be changed to use the more detailed names in crrev.com/c/5693886. Bug: 347706997 Change-Id: I3ee1075bcaae832170342eff09a84529f13ac943 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5706168 Reviewed-by: Minoru Chikamune <[email protected]> Reviewed-by: Takashi Toyoshima <[email protected]> Commit-Queue: Rakina Zata Amni <[email protected]> Cr-Commit-Position: refs/heads/main@{#1327999}
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.