Which causes the test runner and minibrowser error non-fatally with various messages like: ERROR: Failed to initialize the WebKit network disk cache
Created attachment 381085 [details] Patch
Probably need to do a bit of archeology, but this should be enough for EWS.
We should probably unite the WebsiteDataStore::parameters functions.
Comment on attachment 381085 [details] Patch Clearing flags on attachment: 381085 Committed r251222: <https://trac.webkit.org/changeset/251222>
All reviewed patches have been landed. Closing bug.
<rdar://problem/56356248>
I suspect this might have caused bug #203460. Setting parameters.networkSessionParameters.networkCacheDirectory is not enough, I think you need to ensure the directory exists, like done for localStorageDirectory.
(In reply to Philippe Normand from comment #7) > I suspect this might have caused bug #203460. It's not the cause of that bug, but > Setting > parameters.networkSessionParameters.networkCacheDirectory is not enough, I > think you need to ensure the directory exists, like done for > localStorageDirectory. It would be good to have this suggested change as a follow-up :)