Page 1 of 1
Removed GlobalCEFApp.UserDataPath in 115
Posted: Wed Aug 02, 2023 6:49 am
by michal@dorfin.waw.pl
In last CEF version You removed GlobalCEFApp.UserDataPath.
What is default user data path in this case and how can I change it in 115 ?
Re: Removed GlobalCEFApp.UserDataPath in 115
Posted: Wed Aug 02, 2023 7:09 am
by salvadordf
Hi,
The CEF project removed that setting in this commit :
https://bitbucket.org/chromiumembedded/cef/commits/096e3eb30dd29a1a50ba1934444563f475080bf6
Which fixes this issue :
https://github.com/chromiumembedded/cef/issues/3511
The comments to the CEF commit indicate that the files that were stored in GlobalCEFApp.UserDataPath will now be stored in GlobalCEFApp.RootCache.