Title: [235706] branches/safari-606-branch/Source/WebKit
Revision
235706
Author
[email protected]
Date
2018-09-05 14:52:51 -0700 (Wed, 05 Sep 2018)

Log Message

Cherry-pick r235133. rdar://problem/44144065

    Increment NetworkCache::Storage::lastStableVersion after r233742
    https://bugs.webkit.org/show_bug.cgi?id=188798
    <rdar://43561761>

    Reviewed by Geoffrey Garen.

    * NetworkProcess/cache/NetworkCacheStorage.h:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@235133 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-606-branch/Source/WebKit/ChangeLog (235705 => 235706)


--- branches/safari-606-branch/Source/WebKit/ChangeLog	2018-09-05 21:52:48 UTC (rev 235705)
+++ branches/safari-606-branch/Source/WebKit/ChangeLog	2018-09-05 21:52:51 UTC (rev 235706)
@@ -1,5 +1,31 @@
 2018-09-05  Babak Shafiei  <[email protected]>
 
+        Cherry-pick r235133. rdar://problem/44144065
+
+    Increment NetworkCache::Storage::lastStableVersion after r233742
+    https://bugs.webkit.org/show_bug.cgi?id=188798
+    <rdar://43561761>
+    
+    Reviewed by Geoffrey Garen.
+    
+    * NetworkProcess/cache/NetworkCacheStorage.h:
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@235133 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2018-08-21  Alex Christensen  <[email protected]>
+
+            Increment NetworkCache::Storage::lastStableVersion after r233742
+            https://bugs.webkit.org/show_bug.cgi?id=188798
+            <rdar://43561761>
+
+            Reviewed by Geoffrey Garen.
+
+            * NetworkProcess/cache/NetworkCacheStorage.h:
+
+2018-09-05  Babak Shafiei  <[email protected]>
+
         Cherry-pick r234908. rdar://problem/44144086
 
     [WinCairo] Unreviewed build fix after r234896.

Modified: branches/safari-606-branch/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h (235705 => 235706)


--- branches/safari-606-branch/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h	2018-09-05 21:52:48 UTC (rev 235705)
+++ branches/safari-606-branch/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.h	2018-09-05 21:52:51 UTC (rev 235706)
@@ -111,7 +111,7 @@
     static const unsigned version = 13;
 #if PLATFORM(MAC)
     /// Allow the last stable version of the cache to co-exist with the latest development one.
-    static const unsigned lastStableVersion = 12;
+    static const unsigned lastStableVersion = 13;
 #endif
 
     String basePath() const;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to