0

storage: add FileSystemURL Evolution comments

BUG=None
TEST=None

Change-Id: I27e7b42812f4cbebb42b1e5611f3c97f630d49e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5235841
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Auto-Submit: Nigel Tao <nigeltao@chromium.org>
Commit-Queue: Nigel Tao <nigeltao@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1254347}
This commit is contained in:
Nigel Tao
2024-01-31 04:13:35 +00:00
committed by Chromium LUCI CQ
parent 8db028e52c
commit c089fcff40

@ -59,6 +59,12 @@ namespace storage {
// The distinction can matter for web pages containing third-party iframes.
// - see the "Cracking" section, below.
//
// Buckets and storage keys are relevant for the kFileSystemTypeTemporary mount
// type.
//
// Cracking is relevant for kFileSystemTypeIsolated and kFileSystemTypeExternal
// mount types.
//
// This extra data isn't part of the string form. Creating a `FileSystemURL`
// (from a factory method) and then optionally calling its setter methods
// (`SetBucket`) fills in these other fields. Converting such a `FileSystemURL`