commit | 6eb74f8dd33181c06eaee2b44ae6b4775d10cfc1 | [log] [tgz] |
---|---|---|
author | Takashi Toyoshima <toyoshim@chromium.org> | Thu Aug 19 04:18:55 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 19 04:18:55 2021 |
tree | bdb0a07165092013da78f863a9b1e4c6e9b4c1e4 | |
parent | e35a3c7a8acd3dcc1bbebc1b721b682ae9a822a4 [diff] |
Prerender: Check if there are no ongoing history navigation in subframes As we manage the session history to have at most one entry even for any subframe, there should not be an ongoing history navigation with a new entry (it's id != 0) in prerendering as only the case, reload and history.go(0) reuse the same entry of id == 0. Bug: 1190644 Change-Id: I24595b9efbe426d0cdbd7f5c1dc0720dd37a4be3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3068722 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/main@{#913274}
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.