1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_gui_extra
kaz saita 661e3d03e6 Fix: Allow nullptr callback in evaluateJavascript on Linux
The callback parameter of WebBrowserComponent::evaluateJavascript has
a default value of nullptr. Updated the Linux implementation to handle
this case properly by checking if the callback queue is empty before
attempting to invoke the callback.
2025-12-16 15:33:01 +09:00
..
code_editor Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
detail WebBrowserComponent: Improve native integrations 2024-04-16 17:43:21 +01:00
documents Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
embedding Linux: XEmbedComponent: Improve focus transfer handling 2024-04-16 17:43:21 +01:00
misc Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
native Fix: Allow nullptr callback in evaluateJavascript on Linux 2025-12-16 15:33:01 +09:00
juce_gui_extra.cpp Fix BSD build 2024-08-19 13:49:41 +02:00
juce_gui_extra.h Bump version number to 8.0.11 2025-12-01 10:21:13 +00:00
juce_gui_extra.mm Update licensing information 2024-04-16 11:39:35 +01:00