[Webkit-unassigned] [Bug 209463] New: Refactor ResourceLoadStatisticsStore::registrableDomainsToDeleteOrRestrictWebsiteDataFor() to return a struct instead of a Vector of pairs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 23 21:17:12 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=209463
Bug ID: 209463
Summary: Refactor
ResourceLoadStatisticsStore::registrableDomainsToDelet
eOrRestrictWebsiteDataFor() to return a struct instead
of a Vector of pairs
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
The current return type Vector<std::pair<RegistrableDomain, WebsiteDataToRemove>> of ResourceLoadStatisticsStore::registrableDomainsToDeleteOrRestrictWebsiteDataFor() is ill-suited for its purpose since the destination NetworkProcess::deleteAndRestrictWebsiteDataForRegistrableDomains() needs separate Vectors to delete website data for. It should instead return a struct with Vectors ready to use. This would also prepare for additional use of that struct for other types of website data deletion or restriction.
--
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/20200324/8ed81c2c/attachment-0001.htm>
More information about the webkit-unassigned
mailing list