commit | 2ccba600d44ab0d5929721822f9bb113553c005a | [log] [tgz] |
---|---|---|
author | Yoshisato Yanagisawa <[email protected]> | Wed Nov 17 08:24:06 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Nov 17 08:24:06 2021 |
tree | 4ed5fa6f11c6b7ae0b045e99398a0a605cb38e9d | |
parent | a70807f98fb0221f8a28b2df3e2ba04bcf463bb3 [diff] |
Rename NAVIGATION_TYPE_{NEW,EXISTING}_ENTRY This is follow up of: https://chromium-review.googlesource.com/c/chromium/src/+/3267669/comments/30986883_10f6395d For ease of understanding the NavigationType, this CL renames NAVIGATION_TYPE_NEW_ENTRY to NAVIGATION_TYPE_MAIN_FRAME_NEW_ENTRY, and NAVIGATION_TYPE_EXISTING_ENTRY to NAVIGATION_TYPE_MAIN_FRAME_EXISTING_ENTRY to clarify this is main frame navigation not subframe navigation. Bug: 1264661 Change-Id: I223946460c18cd83d7643085ca520a5891b7a8c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3282968 Reviewed-by: Charlie Reis <[email protected]> Reviewed-by: Rakina Zata Amni <[email protected]> Owners-Override: Charlie Reis <[email protected]> Commit-Queue: Yoshisato Yanagisawa <[email protected]> Cr-Commit-Position: refs/heads/main@{#942501}
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.