commit | 059665460ca95cb7e74abe5f4b585ecbd0f94c9f | [log] [tgz] |
---|---|---|
author | Rakina Zata Amni <rakina@chromium.org> | Thu Jan 07 07:21:50 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 07 07:21:50 2021 |
tree | 97c5fb436880a933e37261a021b4853d7a9554df | |
parent | 60ae5b812d3c2a1ccd54fb201164db90609db4b8 [diff] |
Track multiple pending same-document NavigationRequests in RFHI Currently we only track the latest same-document NavigationRequest in RFHI, so if a new browser-initiated same-document navigation got into the commit stage before an older browser-initiated same-document navigation's DidCommit IPC gets processed, we'll delete the older NavigationRequest and re-create the NavigationRequest later with NavigationRequest::CreateForCommit, which incorrectly assumes that it's for a renderer-initiated same-document navigation, getting the wrong values for browser-initiated navigations-related attributes such as intended_as_new_entry and nav_entry_id. Bug: 1155414, 1133115 Change-Id: I4d4658d34982f1bb895d6b3dba497bbc6db7341c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599677 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#840956}
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.