Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Query directly for cache partition names
https://bugs.webkit.org/show_bug.cgi?id=114538 Reviewed by David Kilzer. Source/WebKit2: Call back into WebKitSystemInterface to ask it for the cache partition names instead of trying to figure them out. * WebProcess/ResourceCache/WebResourceCacheManager.cpp: (WebKit::WebResourceCacheManager::getCacheOrigins): (WebKit): (WebKit::WebResourceCacheManager::returnCacheOrigins): * WebProcess/ResourceCache/WebResourceCacheManager.h: (WebResourceCacheManager): * WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.cpp: (WebKit::WebResourceCacheManager::cfURLCacheHostNames): (WebKit): (WebKit::WebResourceCacheManager::cfURLCacheHostNamesWithCallback): WebKitLibraries: * WebKitSystemInterface.h: * libWebKitSystemInterfaceLion.a: * libWebKitSystemInterfaceMountainLion.a: Canonical link: https://commits.webkit.org/132930@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@148329 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Jeffrey Pfau
committed
Apr 13, 2013
1 parent
9fa0fce
commit 748e5e7b786727cc070a335eda7f906ffee6fc8b
Showing
8 changed files
with
77 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BIN
-16 Bytes
(100%)
WebKitLibraries/libWebKitSystemInterfaceLion.a
Binary file not shown.
BIN
+2.14 KB
(100%)
WebKitLibraries/libWebKitSystemInterfaceMountainLion.a
Binary file not shown.