commit | 5dc27faa601e026975511cfb1c489c753d2cc038 | [log] [tgz] |
---|---|---|
author | rubberyuzu <yuzus@chromium.org> | Tue Nov 12 06:19:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 12 06:19:33 2024 |
tree | 5c8dbea50824323e94e43e609d9e76ba539c8679 | |
parent | e3f0269db4359f77e0dbcdd4301dd1c779fb0111 [diff] |
[bfcache]Update reason names to match the spec This CL updates the reason names reported by NotRestoredReasonsAPI so that they match the ones in the spec. On the spec PR we decided some reasons should not be exposed, i.e. reported as masked, and changed other reasons names. Mainly we are changing the reporting name to be 'masked' in this CL. The change is guarded with a runtime flag. Note that session restore should be reported as null but with this CL it is still reported as "session-restored". I will address this case and add a test in a separate CL. Spec PR: https://github.com/whatwg/html/pull/10154 PSA: https://groups.google.com/a/chromium.org/g/blink-dev/c/keA8QE_uFxo/m/OqtfRXq6BwAJ?utm_medium=email&utm_source=footer Bug: 331754704 Change-Id: I0d4224f599bc4cdae7a70b9bbb38ff798bae2917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5907581 Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Reviewed-by: Fergal Daly <fergal@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1381607}
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.