[wpt-sync] Sync PR 43118 - [SAA] Prototyping non-cookie extension (Part 9: shared worker)
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43118 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43118
Details from upstream follow.
Ari Chivukula <arichiv@chromium.org> wrote:
[SAA] Prototyping non-cookie extension (Part 9: shared worker)
The Storage Access API provides access to unpartitioned cookies in
third-party contexts. This CL is part of a series to extend that access
to non-cookie storage/communication mechanisms.This CL only includes shared worker as a next step for
the new access. We want to be deliberate adding new mechanisms
since we need good testing and security review here.All access is restricted to experimental contexts for now, no stable
access or origin trial timeline has been published.Explainer:
https://arichiv.github.io/saa-non-cookie-storage/Intent to Prototype:
https://groups.google.com/a/chromium.org/g/blink-dev/c/inRN8tI49O0Part 1: local/session storage
Part 2: indexeddb
Part 3: web locks
Part 4: cache storage
Part 5: origin private file system
Part 6: quota
Part 7: blob storage
Part 8: broadcast channel
Part 9: shared workerBug: 1484966
Change-Id: If2572aed6d332bf992c50caf530368f368d63b2a
Reviewed-on: https://chromium-review.googlesource.com/5025234
WPT-Export-Revision: cc0645dfde8abc75deb4a684439bc36effa454fb
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Description
•