Title: [220635] branches/safari-604-branch/Source/WebKit
- Revision
- 220635
- Author
- [email protected]
- Date
- 2017-08-13 22:56:04 -0700 (Sun, 13 Aug 2017)
Log Message
Cherry-pick r220571. rdar://problem/33829966
Modified Paths
Diff
Modified: branches/safari-604-branch/Source/WebKit/ChangeLog (220634 => 220635)
--- branches/safari-604-branch/Source/WebKit/ChangeLog 2017-08-14 05:56:02 UTC (rev 220634)
+++ branches/safari-604-branch/Source/WebKit/ChangeLog 2017-08-14 05:56:04 UTC (rev 220635)
@@ -1,5 +1,19 @@
2017-08-13 Jason Marcell <[email protected]>
+ Cherry-pick r220571. rdar://problem/33829966
+
+ 2017-08-10 John Wilander <[email protected]>
+
+ 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-13 Jason Marcell <[email protected]>
+
Cherry-pick r220505. rdar://problem/33829966
2017-08-09 John Wilander <[email protected]>
Modified: branches/safari-604-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h (220634 => 220635)
--- branches/safari-604-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h 2017-08-14 05:56:02 UTC (rev 220634)
+++ branches/safari-604-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h 2017-08-14 05:56:04 UTC (rev 220635)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes