Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Stop using ApplicationCacheStorage::singleton() in WebKitLegacy
https://bugs.webkit.org/show_bug.cgi?id=156859 Reviewed by Tim Horton. * WebCoreSupport/WebApplicationCache.mm: (+[WebApplicationCache initializeWithBundleIdentifier:]): Change this to just store the bundle identifier. (applicationCacheBundleIdentifier): Helper function that returns the bundle identifier for the app cache. (applicationCachePath): Return the application cache path. (webApplicationCacheStorage): Create a new ApplicationCacheStorage object. * WebView/WebView.mm: (-[WebView _commonInitializationWithFrameName:groupName:]): (-[WebView initSimpleHTMLDocumentWithStyle:frame:preferences:groupName:]): Set pageConfiguration.applicationCacheStorage to webApplicationCacheStorage(). (WebKitInitializeApplicationCachePathIfNecessary): Deleted. Canonical link: https://commits.webkit.org/174964@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@199829 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
62 additions
and 29 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