Bug 242438

Summary: [WPE][GTK][Win] Investigate and probably implement defaultAlternativeServicesDirectory
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=239521
https://bugs.webkit.org/show_bug.cgi?id=213471

Description Michael Catanzaro 2022-07-07 05:12:16 PDT
Currently WebsiteDataStore::defaultAlternativeServicesDirectory and WebsiteDataStore::defaultJavaScriptConfigurationDirectory are unimplemented. It's hard to know they exist because they're in the base WebsiteDataStore.cpp, not in the platform-specific files. I'm not sure what these are for, but likely we need to implement them:

 * WebsiteDataStoreGLib.cpp and WebsiteDataStoreWin.cpp need real implementations (should be done at the same time, only thinking required is what to name the directory)
 * WebsiteDataStorePlayStation.cpp needs a stub implementation that returns an empty string

However, it may be that we don't need to implement if these features are somehow platform-specific. I don't know.
Comment 1 Michael Catanzaro 2023-02-17 06:13:47 PST

*** This bug has been marked as a duplicate of bug 251808 ***