commit | 05fe97ee25e6c6a31e47b73e8567d5958d05c631 | [log] [tgz] |
---|---|---|
author | Antonio Sartori <antoniosartori@chromium.org> | Fri Jul 09 08:42:04 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 09 08:42:04 2021 |
tree | d30506e439f27fdb7500c52a44433afdb5e2eae7 | |
parent | 0486da85d5253a8b6fa7cb46e408f055bd0910d7 [diff] |
Move blink_storage_key into renderer/platform BlinkStorageKey will be needed from renderer/core (since a LocalDOMWindow will need to have a storage key). Since renderer/core cannot depend on renderer/modules, moving it to renderer/platform seems like the best thing to do. Bug: 1199077 Change-Id: I02cee0cb471f68413b0d7775226f90debb268962 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3001030 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#899921}
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.