Title: [196067] trunk/Source/WebKit2
Revision
196067
Author
[email protected]
Date
2016-02-03 09:09:47 -0800 (Wed, 03 Feb 2016)

Log Message

Unreviewed, rolling out r195555.

Temporarily disable speculative revalidation to measure the
impact on the bots

Reverted changeset:

"[WK2][NetworkCache] Enable speculative revalidation"
https://bugs.webkit.org/show_bug.cgi?id=153443
http://trac.webkit.org/changeset/195555

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (196066 => 196067)


--- trunk/Source/WebKit2/ChangeLog	2016-02-03 16:34:29 UTC (rev 196066)
+++ trunk/Source/WebKit2/ChangeLog	2016-02-03 17:09:47 UTC (rev 196067)
@@ -1,3 +1,16 @@
+2016-02-03  Chris Dumez  <[email protected]>
+
+        Unreviewed, rolling out r195555.
+
+        Temporarily disable speculative revalidation to measure the
+        impact on the bots
+
+        Reverted changeset:
+
+        "[WK2][NetworkCache] Enable speculative revalidation"
+        https://bugs.webkit.org/show_bug.cgi?id=153443
+        http://trac.webkit.org/changeset/195555
+
 2016-02-03  Daniel Bates  <[email protected]>
 
         REGRESSION (r194660): Legacy WebProcess crashes in ChildProcess::initializeSandbox()

Modified: trunk/Source/WebKit2/UIProcess/Cocoa/WebProcessPoolCocoa.mm (196066 => 196067)


--- trunk/Source/WebKit2/UIProcess/Cocoa/WebProcessPoolCocoa.mm	2016-02-03 16:34:29 UTC (rev 196066)
+++ trunk/Source/WebKit2/UIProcess/Cocoa/WebProcessPoolCocoa.mm	2016-02-03 17:09:47 UTC (rev 196067)
@@ -113,7 +113,7 @@
     [registrationDictionary setObject:[NSNumber numberWithBool:YES] forKey:WebKitNetworkCacheEnabledDefaultsKey];
     [registrationDictionary setObject:[NSNumber numberWithBool:NO] forKey:WebKitNetworkCacheEfficacyLoggingEnabledDefaultsKey];
 #if ENABLE(NETWORK_CACHE_SPECULATIVE_REVALIDATION)
-    [registrationDictionary setObject:[NSNumber numberWithBool:YES] forKey:WebKitNetworkCacheSpeculativeRevalidationEnabledDefaultsKey];
+    [registrationDictionary setObject:[NSNumber numberWithBool:NO] forKey:WebKitNetworkCacheSpeculativeRevalidationEnabledDefaultsKey];
 #endif
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to