RESOLVED FIXED 194958
Stop using legacy IDB path by default when creating WebProcessPool from websiteDataStore
https://bugs.webkit.org/show_bug.cgi?id=194958
Summary Stop using legacy IDB path by default when creating WebProcessPool from websi...
Sihui Liu
Reported 2019-02-22 13:01:01 PST
ProcessPoolConfiguration::ProcessPoolConfiguration() uses WebsiteDataStore::defaultIndexedDBDatabaseDirectory(), but ProcessPoolConfiguration::createWithWebsiteDataStoreConfiguration(const WebKit::WebsiteDataStoreConfiguration&) always uses WebsiteDataStore::legacyDefaultIndexedDBDatabaseDirectory(). Therefore it's possible we operate on different directories when using WKWebsiteDataStore.
Attachments
Patch (10.13 KB, patch)
2019-02-22 13:21 PST, Sihui Liu
no flags
Sihui Liu
Comment 1 2019-02-22 13:21:09 PST
Geoffrey Garen
Comment 2 2019-02-23 09:20:11 PST
Comment on attachment 362756 [details] Patch r=me
WebKit Commit Bot
Comment 3 2019-02-28 10:15:27 PST
Comment on attachment 362756 [details] Patch Clearing flags on attachment: 362756 Committed r242203: <https://trac.webkit.org/changeset/242203>
WebKit Commit Bot
Comment 4 2019-02-28 10:15:29 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2019-02-28 10:17:27 PST
Note You need to log in before you can comment on or make changes to this bug.