[wpt-sync] Sync PR 42765 - [SAA] Prototyping non-cookie extension (Part 2: indexedDB)
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox121 fixed)
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42765 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42765
Details from upstream follow.
Ari Chivukula <arichiv@chromium.org> wrote:
[SAA] Prototyping non-cookie extension (Part 2: indexedDB)
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 indexedDB 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, broadcast channel, shared workerBug: 1484966
Change-Id: I24070a1f18bf46fbff41320f39cc146d69658d00
Reviewed-on: https://chromium-review.googlesource.com/4969032
WPT-Export-Revision: 9be029197a061b1142cb5e3f75288c31957b3b01
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK
: 3
FAIL
: 3
Chrome
OK
: 2
FAIL
: 2
TIMEOUT
: 2
Safari
OK
: 3
FAIL
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /storage-access-api/storage-access-beyond-cookies.indexedDB.tentative.sub.https.window.html [wpt.fyi]
- Verify StorageAccessAPIBeyondCookies for IndexedDB:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
)
- Verify StorageAccessAPIBeyondCookies for IndexedDB:
- /storage-access-api/storage-access-beyond-cookies.localStorage.tentative.sub.https.window.html [wpt.fyi]
- Verify StorageAccessAPIBeyondCookies for Local Storage:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Verify StorageAccessAPIBeyondCookies for Local Storage:
- /storage-access-api/storage-access-beyond-cookies.sessionStorage.tentative.sub.https.window.html [wpt.fyi]
- Verify StorageAccessAPIBeyondCookies for Session Storage:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Verify StorageAccessAPIBeyondCookies for Session Storage:
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/527d9fae9d5f
https://hg.mozilla.org/mozilla-central/rev/4ee7a502a2b2
Description
•