You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further changes to message loop issues on Mac (cztomczak#442).
Minor fix to CefAppProtocol implementation, see CEF Forum
topic for details.
Updated Qt example so that message loop work is not
called in a timer when message pump is enabled. This
is not required.
In wxPython apps it is still required to enable both
message pump and message looper timer work.
*[v66+ RequestHandler.GetCookieManager not getting called in some cases](#v66-requesthandlergetcookiemanager-not-getting-called-in-some-cases)
48
-
*[v66+ Changes to Mac apps that integrate into existing message loops (Qt, wxPython)](#v66-changes-to-mac-apps-that-integrate-into-existing-message-loops-qt-wxpython)
48
+
*[v66+ Changes to Mac apps that integrate into existing message loop (Qt, wxPython)](#v66-changes-to-mac-apps-that-integrate-into-existing-message-loop-qt-wxpython)
49
49
50
50
51
51
@@ -386,18 +386,24 @@ callback is not getting called due to a race condition.
386
386
This bug is to be fixed in Issue [#429](../../../issues/429).
387
387
388
388
389
-
## v66+ Changes to Mac apps that integrate into existing message loops (Qt, wxPython)
389
+
## v66+ Changes to Mac apps that integrate into existing message loop (Qt, wxPython)
390
390
391
-
The `qt.py` and `wxpython.py` examples were modified to set
391
+
In Qt apps calling message loop work in a timer doesn't work anymore.
392
+
You have to enable external message pump by setting
0 commit comments