Permalink
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
Showing
with
77 additions
and 23 deletions.
- +21 −0 Source/WebKit2/ChangeLog
- +24 −7 Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.cpp
- +6 −0 Source/WebKit2/WebProcess/ResourceCache/WebResourceCacheManager.h
- +12 −16 Source/WebKit2/WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.cpp
- +11 −0 WebKitLibraries/ChangeLog
- +3 −0 WebKitLibraries/WebKitSystemInterface.h
- BIN WebKitLibraries/libWebKitSystemInterfaceLion.a
- BIN WebKitLibraries/libWebKitSystemInterfaceMountainLion.a
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
Binary file not shown.
Binary file not shown.