Bug 57567 - WebKitInitializeApplicationCachePathIfNecessary should be moved from WebView.mm to WebApplicationCache.mm
Summary: WebKitInitializeApplicationCachePathIfNecessary should be moved from WebView....
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Anton D'Auria
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-31 12:13 PDT by Anton D'Auria
Modified: 2016-04-20 17:01 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton D'Auria 2011-03-31 12:13:22 PDT
WebKitInitializeStorageIfNecessary() should not be in WebView.mm. WebApplicationCache should know about how to initialize itself. It should follow the pattern in WebStorageManager and WebDatabaseManager. 

Mac port clients can then call this initialization method directly.