mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
WebView2 can emit COREWEBVIEW2_WEB_ERROR_STATUS_CONNECTION_ABORTED errors during page navigation, even if the page navigation would happen correctly afterwards. In such situations our internal error handler can recursively encounter this error when trying to navigate to the error handler page. Prior to this commit the implementation could end up in an infinite loop receiving the error and then navigating to the error handler page. |
||
|---|---|---|
| .. | ||
| juce_AnimatedAppComponent.cpp | ||
| juce_AnimatedAppComponent.h | ||
| juce_AppleRemote.h | ||
| juce_BubbleMessageComponent.cpp | ||
| juce_BubbleMessageComponent.h | ||
| juce_ColourSelector.cpp | ||
| juce_ColourSelector.h | ||
| juce_KeyMappingEditorComponent.cpp | ||
| juce_KeyMappingEditorComponent.h | ||
| juce_LiveConstantEditor.cpp | ||
| juce_LiveConstantEditor.h | ||
| juce_PreferencesPanel.cpp | ||
| juce_PreferencesPanel.h | ||
| juce_PushNotifications.cpp | ||
| juce_PushNotifications.h | ||
| juce_RecentlyOpenedFilesList.cpp | ||
| juce_RecentlyOpenedFilesList.h | ||
| juce_SplashScreen.cpp | ||
| juce_SplashScreen.h | ||
| juce_SystemTrayIconComponent.cpp | ||
| juce_SystemTrayIconComponent.h | ||
| juce_WebBrowserComponent.cpp | ||
| juce_WebBrowserComponent.h | ||
| juce_WebControlParameterIndexReceiver.h | ||
| juce_WebControlRelays.cpp | ||
| juce_WebControlRelays.h | ||