Title: [220573] branches/safari-604.1.38.0-branch/Source/WebKit
Revision
220573
Author
jmarc...@apple.com
Date
2017-08-10 19:58:04 -0700 (Thu, 10 Aug 2017)

Log Message

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

Modified Paths

Diff

Modified: branches/safari-604.1.38.0-branch/Source/WebKit/ChangeLog (220572 => 220573)


--- branches/safari-604.1.38.0-branch/Source/WebKit/ChangeLog	2017-08-11 02:17:10 UTC (rev 220572)
+++ branches/safari-604.1.38.0-branch/Source/WebKit/ChangeLog	2017-08-11 02:58:04 UTC (rev 220573)
@@ -1,3 +1,17 @@
+2017-08-10  Jason Marcell  <jmarc...@apple.com>
+
+        Cherry-pick r220505. rdar://problem/33829964
+
+    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/33820787

Modified: branches/safari-604.1.38.0-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h (220572 => 220573)


--- branches/safari-604.1.38.0-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h	2017-08-11 02:17:10 UTC (rev 220572)
+++ branches/safari-604.1.38.0-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h	2017-08-11 02:58:04 UTC (rev 220573)
@@ -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