Revision 4cf50c52cd23f055fb70838f73ba149cd5174532 authored by Joshua Bell on 05 April 2018, 21:55:25 UTC, committed by Chromium WPT Sync on 05 April 2018, 21:55:25 UTC
Per the explainer[1] and tests: "Cookies with an empty name cannot be
set using values containing = as this would result in ambiguous
serializations in the majority of current browsers."

Also, fix a test glitch now that this restriction is implemented.

[1] https://github.com/WICG/cookie-store/blob/gh-pages/explainer.md

Bug: 729800
Change-Id: I9ed02885c217cbdb4c86d8fd236d49c6c56b6e96
Reviewed-on: https://chromium-review.googlesource.com/994145
Commit-Queue: Joshua Bell <jsbell@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548563}
1 parent 15428c1
History
File Mode Size
resources
OWNERS -rw-r--r-- 24 bytes
README.md -rw-r--r-- 258 bytes
estimate-indexeddb-worker.https.html -rw-r--r-- 548 bytes
estimate-indexeddb.https.html -rw-r--r-- 491 bytes
estimate-parallel.https.html -rw-r--r-- 785 bytes
interfaces.https.html -rw-r--r-- 818 bytes
interfaces.https.worker.js -rw-r--r-- 646 bytes
opaque-origin.https.html -rw-r--r-- 2.4 KB
persist-permission-manual.https.html -rw-r--r-- 959 bytes
persisted-worker.https.html -rw-r--r-- 527 bytes
persisted.https.html -rw-r--r-- 470 bytes
storage-estimate-indexeddb.js -rw-r--r-- 3.0 KB
storage-persisted.js -rw-r--r-- 594 bytes
storagemanager-estimate.https.html -rw-r--r-- 2.4 KB
storagemanager-persist-worker.https.html -rw-r--r-- 402 bytes
storagemanager-persist.https.html -rw-r--r-- 667 bytes
storagemanager-persisted-worker.https.html -rw-r--r-- 408 bytes
storagemanager-persisted.https.html -rw-r--r-- 674 bytes

README.md

back to top