Title: [220589] branches/safari-604.1.38.1-branch/Source/WebKit
Revision
220589
Author
jmarc...@apple.com
Date
2017-08-11 08:41:01 -0700 (Fri, 11 Aug 2017)

Log Message

Cherry-pick r220571. rdar://problem/33829962

Modified Paths

Diff

Modified: branches/safari-604.1.38.1-branch/Source/WebKit/ChangeLog (220588 => 220589)


--- branches/safari-604.1.38.1-branch/Source/WebKit/ChangeLog	2017-08-11 15:17:01 UTC (rev 220588)
+++ branches/safari-604.1.38.1-branch/Source/WebKit/ChangeLog	2017-08-11 15:41:01 UTC (rev 220589)
@@ -1,3 +1,17 @@
+2017-08-11  Jason Marcell  <jmarc...@apple.com>
+
+        Cherry-pick r220571. rdar://problem/33829962
+
+    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  Jason Marcell  <jmarc...@apple.com>
 
         Cherry-pick r220505. rdar://problem/33829962

Modified: branches/safari-604.1.38.1-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h (220588 => 220589)


--- branches/safari-604.1.38.1-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h	2017-08-11 15:17:01 UTC (rev 220588)
+++ branches/safari-604.1.38.1-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h	2017-08-11 15:41:01 UTC (rev 220589)
@@ -163,7 +163,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