Changeset 220573 in webkit


Ignore:
Timestamp:
Aug 10, 2017 7:58:04 PM (7 years ago)
Author:
jmarcell@apple.com
Message:

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

Location:
branches/safari-604.1.38.0-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-604.1.38.0-branch/Source/WebKit/ChangeLog

    r220517 r220573  
     12017-08-10  Jason Marcell  <jmarcell@apple.com>
     2
     3        Cherry-pick r220505. rdar://problem/33829964
     4
     5    2017-08-09  John Wilander  <wilander@apple.com>
     6
     7            Resource Load Statistics: Increase grandfathering time to 3 days
     8            https://bugs.webkit.org/show_bug.cgi?id=175414
     9            <rdar://problem/33818046>
     10
     11            Reviewed by Brent Fulgham.
     12
     13            * UIProcess/WebResourceLoadStatisticsStore.h:
     14
    1152017-08-09  Jason Marcell  <jmarcell@apple.com>
    216
  • branches/safari-604.1.38.0-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h

    r220030 r220573  
    164164        Seconds timeToLiveCookiePartitionFree { 24_h };
    165165        Seconds minimumTimeBetweenDataRecordsRemoval { 1_h };
    166         Seconds grandfatheringTime { 1_h };
     166        Seconds grandfatheringTime { 72_h };
    167167        bool shouldNotifyPagesWhenDataRecordsWereScanned { false };
    168168        bool shouldClassifyResourcesBeforeDataRecordsRemoval { true };
Note: See TracChangeset for help on using the changeset viewer.