1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_extra/misc
attila 46eed81aae Windows: WebBrowserComponent: Avoid infinite loops caused by CONNECTION_ABORTED errors
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.
2024-10-03 16:56:34 +02:00
..
juce_AnimatedAppComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_AnimatedAppComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_AppleRemote.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_BubbleMessageComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_BubbleMessageComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ColourSelector.cpp Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +01:00
juce_ColourSelector.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_KeyMappingEditorComponent.cpp Font: Deprecate getStringWidth and getGlyphPositions 2024-09-18 19:13:09 +01:00
juce_KeyMappingEditorComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_LiveConstantEditor.cpp LookAndFeel: Allow specifying a default typeface metrics kind to use 2024-04-18 14:16:00 +01:00
juce_LiveConstantEditor.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_PreferencesPanel.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_PreferencesPanel.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_PushNotifications.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_PushNotifications.h Platform: Remove references to unsupported platforms in docs and strings 2024-07-03 13:50:08 +01:00
juce_RecentlyOpenedFilesList.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_RecentlyOpenedFilesList.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_SplashScreen.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SplashScreen.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemTrayIconComponent.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_SystemTrayIconComponent.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_WebBrowserComponent.cpp WebBrowserComponent: Add WebViewLifetimeListener 2024-08-26 13:25:28 +02:00
juce_WebBrowserComponent.h Windows: WebBrowserComponent: Avoid infinite loops caused by CONNECTION_ABORTED errors 2024-10-03 16:56:34 +02:00
juce_WebControlParameterIndexReceiver.h Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_WebControlRelays.cpp Use WebViewLifetimeListener in WebControlRelays 2024-08-26 15:30:58 +02:00
juce_WebControlRelays.h Use WebViewLifetimeListener in WebControlRelays 2024-08-26 15:30:58 +02:00