wxwidgets/include
Tobias Taschner 0ace9894c7 Queue wxWebViewEdge events to avoid difficult to debug bugs
Using HandleWindowEvent() from the WebView2 event callbacks
is a common error source when user code does something blocking
like RunScript() or ShowModal().
Queue the events to prevent this where possible, in
wxEVT_WEBVIEW_NAVIGATING at least warn the developer instead
of hanging silently.

Closes #22834, #22744, #19075
2022-10-05 00:33:30 +02:00
..
msvc/wx Don't use token-pasting with non-identifiers in msvc/wx/setup.h 2022-08-01 17:02:55 +01:00
wx Queue wxWebViewEdge events to avoid difficult to debug bugs 2022-10-05 00:33:30 +02:00