commit | f05c8f85c4a763e1cca9117c522f99c6371f5747 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Wed Sep 24 15:17:28 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 24 15:17:28 2025 |
tree | cfc812a029a6590795dd074399a645fe3f977421 | |
parent | 8b84786ba514b2cb85a224dc52a96452fa6dc5c1 [diff] |
[ios] Ensure session restoration unit tests only look for session files Other services may be creating files in the profile's state path (e.g. https://crrev.com/c/6966220 is trying to store the WKContentRuleList in the profile's state path in order to isolate the rules registered by each profile). Modify the *SessionRestorationService* unit tests to only look for the session storage files (i.e. by only walking in the sub-directories used to store session files). Bug: none Change-Id: Ia784000ca86eb64d24ebe4e9a5fb49fa648d665d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6978669 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Ron Sailer <rsailer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1519997}
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.