Title: [214559] trunk/Source/WebKit2
- Revision
- 214559
- Author
- an...@apple.com
- Date
- 2017-03-29 13:11:26 -0700 (Wed, 29 Mar 2017)
Log Message
Increment the last stable network cache version on Mac
https://bugs.webkit.org/show_bug.cgi?id=170248
<rdar://problem/31326040>
Reviewed by Chris Dumez.
Bump to the latest release.
* NetworkProcess/cache/NetworkCacheStorage.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (214558 => 214559)
--- trunk/Source/WebKit2/ChangeLog 2017-03-29 20:07:42 UTC (rev 214558)
+++ trunk/Source/WebKit2/ChangeLog 2017-03-29 20:11:26 UTC (rev 214559)
@@ -1,3 +1,15 @@
+2017-03-29 Antti Koivisto <an...@apple.com>
+
+ Increment the last stable network cache version on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=170248
+ <rdar://problem/31326040>
+
+ Reviewed by Chris Dumez.
+
+ Bump to the latest release.
+
+ * NetworkProcess/cache/NetworkCacheStorage.h:
+
2017-03-28 Timothy Horton <timothy_hor...@apple.com>
Stop overriding scroll view inset defaults
Modified: trunk/Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.h (214558 => 214559)
--- trunk/Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.h 2017-03-29 20:07:42 UTC (rev 214558)
+++ trunk/Source/WebKit2/NetworkProcess/cache/NetworkCacheStorage.h 2017-03-29 20:11:26 UTC (rev 214559)
@@ -91,7 +91,7 @@
static const unsigned version = 11;
#if PLATFORM(MAC)
/// Allow the last stable version of the cache to co-exist with the latest development one.
- static const unsigned lastStableVersion = 9;
+ static const unsigned lastStableVersion = 11;
#endif
String basePath() const;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes