Title: [220571] trunk/Source/WebKit
Revision
220571
Author
wilan...@apple.com
Date
2017-08-10 18:47:03 -0700 (Thu, 10 Aug 2017)

Log Message

Resource Load Statistics: Increase grandfathering time to 7 days
https://bugs.webkit.org/show_bug.cgi?id=175414
<rdar://problem/33818046>

Reviewed by Brent Fulgham.

* UIProcess/WebResourceLoadStatisticsStore.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (220570 => 220571)


--- trunk/Source/WebKit/ChangeLog	2017-08-11 01:41:56 UTC (rev 220570)
+++ trunk/Source/WebKit/ChangeLog	2017-08-11 01:47:03 UTC (rev 220571)
@@ -1,5 +1,15 @@
 2017-08-10  John Wilander  <wilan...@apple.com>
 
+        Resource Load Statistics: Increase grandfathering time to 7 days
+        https://bugs.webkit.org/show_bug.cgi?id=175414
+        <rdar://problem/33818046>
+
+        Reviewed by Brent Fulgham.
+
+        * UIProcess/WebResourceLoadStatisticsStore.h:
+
+2017-08-10  John Wilander  <wilan...@apple.com>
+
         Resource Load Statistics: Add significant figures to telemetry calls
         https://bugs.webkit.org/show_bug.cgi?id=175442
         <rdar://problem/33834834>

Modified: trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h (220570 => 220571)


--- trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h	2017-08-11 01:41:56 UTC (rev 220570)
+++ trunk/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h	2017-08-11 01:47:03 UTC (rev 220571)
@@ -164,7 +164,7 @@
         std::optional<Seconds> timeToLiveUserInteraction;
         Seconds timeToLiveCookiePartitionFree { 24_h };
         Seconds minimumTimeBetweenDataRecordsRemoval { 1_h };
-        Seconds grandfatheringTime { 72_h };
+        Seconds grandfatheringTime { 24_h * 7 };
         bool shouldNotifyPagesWhenDataRecordsWereScanned { false };
         bool shouldClassifyResourcesBeforeDataRecordsRemoval { true };
         bool shouldSubmitTelemetry { true };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to