Changeset 220589 in webkit


Ignore:
Timestamp:
Aug 11, 2017 8:41:01 AM (7 years ago)
Author:
jmarcell@apple.com
Message:

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

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

Legend:

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

    r220576 r220589  
     12017-08-11  Jason Marcell  <jmarcell@apple.com>
     2
     3        Cherry-pick r220571. rdar://problem/33829962
     4
     5    2017-08-10  John Wilander  <wilander@apple.com>
     6
     7            Resource Load Statistics: Increase grandfathering time to 7 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-10  Jason Marcell  <jmarcell@apple.com>
    216
  • branches/safari-604.1.38.1-branch/Source/WebKit/UIProcess/WebResourceLoadStatisticsStore.h

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