commit | c347807bb51a39f19e2477ab4249f33556d9fbf5 | [log] [tgz] |
---|---|---|
author | Yuzu Saijo <yuzus@chromium.org> | Thu Mar 24 06:15:26 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 24 06:15:26 2022 |
tree | 3a36b63cb8d6dc65b18d4d7558c8fee55f6b662e | |
parent | c6a1cd6a860f00a4a83d979c40c3023215aee50f [diff] |
[bfcache] Use NotRestoredReasonBuilder to add eviction reasons This CL uses the new class to iterate thru the frame tree to check bfcache eligibility, in order to correctly capture eviction reasons. Now NotRestoredReason tree is only created through the builder. This also adds test cases to make sure eviction reasons are recorded. Bug: 1297914 Change-Id: I727da918ff4c71152554d0af598fa25fd2457b42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3467300 Reviewed-by: Fergal Daly <fergal@chromium.org> Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/main@{#984701}
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.