commit | 2b53fb7008d88cb0d86e8d0cac9c7f27b39ffe8a | [log] [tgz] |
---|---|---|
author | Steven Bingler <bingler@chromium.org> | Wed Nov 10 02:25:51 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 10 02:25:51 2021 |
tree | 0cc7251cfda07f5f266464c11f1d54e5dd71ba61 | |
parent | 3b914cefe8f1de0a9083237845ce7126ade940e6 [diff] |
Modify service worker serialization scheme to add scheme type byte This CL modifies the scheme to include a uint8_t byte after the caret '^' in the StorageKey's serialization scheme for service workers. This byte is meant to indicate what is encoded and to make it easier to add new schemes in the future. E.x.: nonce or ancestor bit. Bug: 1199077, 1246549 Change-Id: I019b12b76ec9a027390ae5c4cd744b56c375090d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3266134 Commit-Queue: Steven Bingler <bingler@chromium.org> Reviewed-by: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/main@{#940141}
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.