[Webkit-unassigned] [Bug 188109] New: Resource Load Statistics: Remove partitioned cookies for reduced complexity, lower memory footprint, and ability to support more platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 12:21:05 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188109

            Bug ID: 188109
           Summary: Resource Load Statistics: Remove partitioned cookies
                    for reduced complexity, lower memory footprint, and
                    ability to support more platforms
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wilander at apple.com

We should remove partitioned cookies to achieve the following:

1. Simplify the model. Third-parties now have a way to get to their first-party cookies through the Storage Access API. Juggling multiple cookie jars is hard for developers. With just one cookie jar and the Storage Access API, things will be much simpler.

2. Lower the memory footprint. By not accepting multiple sets of cookies for one domain, we lower our memory use.

3. Partitioned cookies requires support in the HTTP layer below WebKit. By removing that requirement we increase the flexibility of the feature and can make Resource Load Statistics work on more platforms.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180727/01ca51b6/attachment.html>


More information about the webkit-unassigned mailing list