[wpt-sync] Sync PR 53753 - Default to empty `value` for named cookies in cookieStore.delete
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53753 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53753
Details from upstream follow.
anushamuley <anushamuley@google.com> wrote:
Default to empty
value
for named cookies in cookieStore.deleteBased on https://github.com/WICG/cookie-store/pull/261 we should only
use an implementation defined string as a cookie'svalue
when we are
deleting a nameless cookie. Otherwise cookies with aname
of the
maximum supportedname
andvalue
size would not be able to be
deleted by this API. Also add a WPT to check for this behavior.Change-Id: I09ab4af872f34695c635c1342852def183fb3070
Bug: 427258226, 431030814
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6604039
Commit-Queue: Aaron Selya \<selya@google.com>
Reviewed-by: Aaron Selya \<selya@google.com>
Reviewed-by: Dylan Cutler \<dylancutler@google.com>
Cr-Commit-Position: refs/heads/main@{#1486511}
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
Assignee | ||
Comment 3•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 17 subtests
Status Summary
Firefox
OK
: 2
PASS
: 34
Chrome
OK
: 2
PASS
: 29
FAIL
: 5
Safari
OK
: 2
PASS
: 1
FAIL
: 33
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /cookie-store/cookieStore_delete_arguments.https.any.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux2404-64-debug
,Gecko-linux2404-64-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
) - /cookie-store/cookieStore_delete_arguments.https.any.serviceworker.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux2404-64-debug
,Gecko-linux2404-64-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
)
Tests Disabled in Gecko Infrastructure
- /cookie-store/cookieStore_delete_arguments.https.any.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux2404-64-debug
,Gecko-linux2404-64-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
) - /cookie-store/cookieStore_delete_arguments.https.any.serviceworker.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux2404-64-debug
,Gecko-linux2404-64-opt
,Gecko-windows11-32-24h2-debug
,Gecko-windows11-32-24h2-opt
,Gecko-windows11-64-24h2-debug
,Gecko-windows11-64-24h2-opt
] (Chrome:OK
, Safari:OK
)
Comment 5•1 month ago
|
||
bugherder |
Description
•