RESOLVED FIXED 143392
[WK2][Cocoa] Add a way to temporarily disable the WebKit Network Cache for testing
https://bugs.webkit.org/show_bug.cgi?id=143392
Summary [WK2][Cocoa] Add a way to temporarily disable the WebKit Network Cache for te...
Chris Dumez
Reported 2015-04-03 16:37:35 PDT
Add a way to temporarily disable the WebKit Network Cache for testing. It will be used temporarily for comparing page load times with and without the WebKit network disk cache enabled. This is in addition to the existing "WebKitNetworkCacheEnabled" NSUserDefaults: webkitNetworkCacheIsEnabled = [defaults boolForKey:WebKitNetworkCacheEnabledDefaultsKey] && ![defaults boolForKey:WebKitNetworkCacheTemporarilyDisabledForTestingKey]; Radar: <rdar://problem/20315669>
Attachments
Patch (3.69 KB, patch)
2015-04-03 16:42 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-04-03 16:42:57 PDT
WebKit Commit Bot
Comment 2 2015-04-04 17:20:21 PDT
Comment on attachment 250105 [details] Patch Clearing flags on attachment: 250105 Committed r182348: <http://trac.webkit.org/changeset/182348>
WebKit Commit Bot
Comment 3 2015-04-04 17:20:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.