commit | 87b8673596173141ac94bdb2fb4bfef97c11f02f | [log] [tgz] |
---|---|---|
author | Daniel Rubery <drubery@chromium.org> | Thu Feb 27 18:49:23 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 18:49:23 2025 |
tree | 76c322f251a542fdcc6bd50b8f06a86ae76b4b26 | |
parent | 1a9df34cf2f1b47ef675859bf93b3e4104bca5f6 [diff] |
Restore session keys on usage Currently, sessions loaded from disk do not actually unwrap the keys. This means they can't actually be used on a second browsing session. This CL fixes that. Change-Id: I0fde3663c18d1b8e1e7d218849c9ae1cc45d32a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6300487 Reviewed-by: thefrog <thefrog@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425847}
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.