Bug 242438
| Summary: | [WPE][GTK][Win] Investigate and probably implement defaultAlternativeServicesDirectory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | 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 |
||
Michael Catanzaro
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
*** This bug has been marked as a duplicate of bug 251808 ***