commit | eaf98f13836937b26fb98b06db68090f8af93cc3 | [log] [tgz] |
---|---|---|
author | Fergal Daly <fergal@chromium.org> | Wed May 26 04:51:11 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 26 04:51:11 2021 |
tree | 9bb8fbdb94e2dfb7e9ea9e9fb69c3b058629e70a | |
parent | 480bd90840e9a1f7c5a988f64596580612e1dd34 [diff] |
Add DCHECKs to ensure that bfcache outcome is consistent with reasons. This adds a Set method to NotStoredReasons and adds DCHECKs to BackForwardCacheCanStoreDocumentResult::No() to ensure that it's never used when one of the other No* methods should be called. Cq-Include-Trybots: luci.chromium.try:android-bfcache-rel,linux-bfcache-rel Bug: 1211200 Change-Id: Ied1053f4fb1461e7dec53d74b714018525efb7f6 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2907016 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by: Alexander Timin <altimin@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#886598}
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.