feat(cookie): export/import chips cookies - #36168
Conversation
fd5bf8c to
c82d4ba
Compare
This comment has been minimized.
This comment has been minimized.
c82d4ba to
cf1cd9a
Compare
This comment has been minimized.
This comment has been minimized.
Export/import partitionKey in Chromium. It is used to partition cookies. Not exposed in the public API yet. Reference: microsoft#35598
cf1cd9a to
36b716c
Compare
Test results for "tests 2"1 fatal errors, not part of any test 97 flaky117583 passed, 3552 skipped Merge workflow run. |
Test results for "tests 1"6 flaky39340 passed, 820 skipped Merge workflow run. |
Export/import topLevelSite cookie property. It is used to partition cookies, see https://github.com/privacycg/CHIPS.
Additionally add private
_chromiumHasCrossSiteAncestorwhich is non-standard and used only in Chromium, see https://chromestatus.com/feature/5144832583663616. It allows to support export/import storage state scenarios while does not allow to set it via public API.The field is private because of this note in the feature description above:
Reference: #35598