Bug 242438 - [WPE][GTK][Win] Investigate and probably implement defaultAlternativeServicesDirectory
Summary: [WPE][GTK][Win] Investigate and probably implement defaultAlternativeServices...
Status: RESOLVED DUPLICATE of bug 251808
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-07 05:12 PDT by Michael Catanzaro
Modified: 2023-02-17 06:13 PST (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 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 ***