Page 1 of 1

VisitAllCookies method is not working in CEF build 83

PostPosted: Sat Jul 11, 2020 8:42 am
by ssthakur
Hi All,
Recently we have integrated our application with latest build of CEF i.e. 83.
We were using VisitAllCookies method both from Java Script and Native C++ code and it was working with CEF build 68. Now it is not working.
I have gone through the changes done in latest CEF header files and found that this method should be invoked on UI thread. keeping in mind that the method is asynchronious, so how we can block UI thread to call it synchronously.
Any kind of help is appreciated.
Thanks,
Shiv

Re: VisitAllCookies method is not working in CEF build 83

PostPosted: Sat Jul 11, 2020 11:00 am
by magreenblatt
The UI thread should not be blocked. It cannot be called synchronously.