0
Files
src/ios
cfredric 362c4a0001 Add UseCounters and UMA to measure incidence of SameSite=None cookies in
certain contexts.

Specifically, SameSite=None cookies that could be replaced by:
* Nothing (have to remain a SameSite=None cookie)
* a SameParty cookie, using the top frame and resource URL to determine
sameparty-ness
* a SameParty cookie, using the whole frame tree to determine
sameparty-ness
* a SameSite=Lax cookie
* a SameSite=Strict cookie

These metrics fire for both reads and writes.

Change-Id: I212d0fb248c3309becdacedf236073eb2730db53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2993112
Commit-Queue: Chris Fredrickson <cfredric@chromium.org>
Commit-Queue: Will Harris <wfh@chromium.org>
Auto-Submit: Chris Fredrickson <cfredric@chromium.org>
Reviewed-by: Will Harris <wfh@chromium.org>
Reviewed-by: Matt Menke <mmenke@chromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Reviewed-by: Lily Chen <chlily@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Reviewed-by: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#900181}
2021-07-09 22:40:40 +00:00
..
2021-06-14 09:37:31 +00:00

This directory holds code related to the iOS port of Chromium. See
https://sites.google.com/a/chromium.org/dev/developers/design-documents/structure-of-layered-components-within-the-chromium-codebase
for a description of the structure underneath this directory.