[wpt-sync] Sync PR 49750 - [shared storage] Implement the batch `with_lock` option for response header
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox135 fixed)
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49750 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49750
Details from upstream follow.
Yao Xiao <yaoxia@chromium.org> wrote:
[shared storage] Implement the batch
with_lock
option for response headerParse "options;with_lock=xxx" into the
with_lock
parameter. If
multiple "options" Items appear in the List, the last one will be
used. The parsed value is passed to the browser process's
BatchUpdate()
API in the lock manager.This allows developers to perform multiple Shared Storage operations
atomically within a single lock, as part of the Web Lock integration
proposal:Bug: 373899210
Change-Id: Id041e92075b22988656a3db4f1a74792312ee422
Reviewed-on: https://chromium-review.googlesource.com/6072742
WPT-Export-Revision: e8a08cfe19688b437ea70d0f74d1056ed65f0cc8
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /shared-storage/web-locks-header-batch-update.tentative.https.sub.html [wpt.fyi]
- Test for batch withLock option in the Shared-Storage-Write response header:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Test for batch withLock option in the Shared-Storage-Write response header:
Comment 4•2 months ago
|
||
bugherder |
Description
•