Bug 176037 - ResourceLoadStatistics logic does not understand custom WebsiteData stores
Summary: ResourceLoadStatistics logic does not understand custom WebsiteData stores
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-08-28 15:54 PDT by Brent Fulgham
Modified: 2017-08-29 19:54 PDT (History)
7 users (show)

See Also:


Attachments
Patch (5.54 KB, patch)
2017-08-28 16:11 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff
Patch (13.08 KB, patch)
2017-08-29 16:24 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2017-08-28 15:54:04 PDT
The NetworkProcess::updateCookiePartitioningForTopPrivatelyOwnedDomains always notifies the default website data store about observations it has made. This should be revised so that WebKit clients that register custom data stores through the WKWebsiteDataStores API can be assured that observations made in one session do not manipulate data from another session.
Comment 1 Brent Fulgham 2017-08-28 15:54:17 PDT
<rdar://problem/33338238>
Comment 2 Brent Fulgham 2017-08-28 16:11:24 PDT
Created attachment 319216 [details]
Patch
Comment 3 Brent Fulgham 2017-08-29 16:24:20 PDT
Created attachment 319301 [details]
Patch
Comment 4 WebKit Commit Bot 2017-08-29 19:54:34 PDT
Comment on attachment 319301 [details]
Patch

Clearing flags on attachment: 319301

Committed r221337: <http://trac.webkit.org/changeset/221337>
Comment 5 WebKit Commit Bot 2017-08-29 19:54:36 PDT
All reviewed patches have been landed.  Closing bug.