Changeset 228449 in webkit


Ignore:
Timestamp:
Feb 13, 2018 8:15:50 PM (6 years ago)
Author:
jmarcell@apple.com
Message:

Cherry-pick r228415. rdar://problem/37518828

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

Legend:

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

    r228443 r228449  
     12018-02-13  Jason Marcell  <jmarcell@apple.com>
     2
     3        Cherry-pick r228415. rdar://problem/37518828
     4
     5    2018-02-12  Antti Koivisto  <antti@apple.com>
     6
     7            Update NetworkCache::Storage::lastStableVersion after r226349
     8            https://bugs.webkit.org/show_bug.cgi?id=182723
     9            <rdar://problem/37469554>
     10
     11            Reviewed by Ryosuke Niwa.
     12
     13            * NetworkProcess/cache/NetworkCacheStorage.h:
     14
     15            Allow deleting version 11 caches.
     16
    1172018-02-13  Daniel Bates  <dabates@apple.com>
    218
  • branches/safari-605-branch/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h

    r226349 r228449  
    8888    size_t approximateSize() const;
    8989
     90    // Incrementing this number will delete all existing cache content for everyone. Do you really need to do it?
    9091    static const unsigned version = 12;
    9192#if PLATFORM(MAC)
    9293    /// Allow the last stable version of the cache to co-exist with the latest development one.
    93     static const unsigned lastStableVersion = 11;
     94    static const unsigned lastStableVersion = 12;
    9495#endif
    9596
Note: See TracChangeset for help on using the changeset viewer.