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
Copy file name to clipboardExpand all lines: docs/Migration-guide.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@ Table of contents:
44
44
*[v66+ BrowserSettings.javascript_open_windows_disallowed option was removed](#v66-browsersettingsjavascript_open_windows_disallowed-option-was-removed)
*[v66+ RequestHandler.GetCookieManager 'browser' param may be None](#v66-requesthandlergetcookiemanager-browser-param-may-be-none)
47
+
*[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
49
49
50
50
51
@@ -384,3 +385,19 @@ In some cases the RequestHandler.[GetCookieManager](../api/RequestHandler.md#get
384
385
callback is not getting called due to a race condition.
385
386
This bug is to be fixed in Issue [#429](../../../issues/429).
386
387
388
+
389
+
## v66+ Changes to Mac apps that integrate into existing message loops (Qt, wxPython)
390
+
391
+
The `qt.py` and `wxpython.py` examples were modified to set
0 commit comments