Title: [220633] branches/safari-604-branch/Source/WebKit
- Revision
- 220633
- Author
- [email protected]
- Date
- 2017-08-13 22:55:57 -0700 (Sun, 13 Aug 2017)
Log Message
Cherry-pick r220505. rdar://problem/33829966
Modified Paths
Diff
Modified: branches/safari-604-branch/Source/WebKit/ChangeLog (220632 => 220633)
--- branches/safari-604-branch/Source/WebKit/ChangeLog 2017-08-13 21:07:55 UTC (rev 220632)
+++ branches/safari-604-branch/Source/WebKit/ChangeLog 2017-08-14 05:55:57 UTC (rev 220633)
@@ -1,3 +1,17 @@
+2017-08-13 Jason Marcell <[email protected]>
+
+ Cherry-pick r220505. rdar://problem/33829966
+
+ 2017-08-09 John Wilander <[email protected]>
+
+ 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 <[email protected]>
Cherry-pick r220459. rdar://problem/33820790
Modified: branches/safari-604-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h (220632 => 220633)
--- branches/safari-604-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h 2017-08-13 21:07:55 UTC (rev 220632)
+++ branches/safari-604-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h 2017-08-14 05:55:57 UTC (rev 220633)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes