Title: [220576] branches/safari-604.1.38.1-branch/Source/WebKit
Revision
220576
Author
jmarc...@apple.com
Date
2017-08-10 20:37:00 -0700 (Thu, 10 Aug 2017)

Log Message

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

Modified Paths

Diff

Modified: branches/safari-604.1.38.1-branch/Source/WebKit/ChangeLog (220575 => 220576)


--- branches/safari-604.1.38.1-branch/Source/WebKit/ChangeLog	2017-08-11 03:06:56 UTC (rev 220575)
+++ branches/safari-604.1.38.1-branch/Source/WebKit/ChangeLog	2017-08-11 03:37:00 UTC (rev 220576)
@@ -1,3 +1,17 @@
+2017-08-10  Jason Marcell  <jmarc...@apple.com>
+
+        Cherry-pick r220505. rdar://problem/33829962
+
+    2017-08-09  John Wilander  <wilan...@apple.com>
+
+            Resource Load Statistics: Increase grandfathering time to 3 days
+            https://bugs.webkit.org/show_bug.cgi?id=175414
+            <rdar://problem/33818046>
+
+            Reviewed by Brent Fulgham.
+
+            * UIProcess/WebResourceLoadStatisticsStore.h:
+
 2017-08-09  Jason Marcell  <jmarc...@apple.com>
 
         Cherry-pick r220459. rdar://problem/33820786

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


--- branches/safari-604.1.38.1-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h	2017-08-11 03:06:56 UTC (rev 220575)
+++ branches/safari-604.1.38.1-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h	2017-08-11 03:37:00 UTC (rev 220576)
@@ -163,7 +163,7 @@
         std::optional<Seconds> timeToLiveUserInteraction;
         Seconds timeToLiveCookiePartitionFree { 24_h };
         Seconds minimumTimeBetweenDataRecordsRemoval { 1_h };
-        Seconds grandfatheringTime { 1_h };
+        Seconds grandfatheringTime { 72_h };
         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