ladybird/Userland
Aliaksandr Kalenik 953c19bdb7 LibWeb: Clear callbacks in SharedImageRequest after request is done
Callbacks registered within the SharedImageRequest can be removed after
the request has been completed. This resolves the GC memory leak issue
that occurs due to a cyclic dependency, where the callback captures the
image request while being owned by the image request at the same time.
2023-08-19 15:10:20 +02:00
..
Applets LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
Applications LibWebView+Ladybird: Remove duplicate WebContent callback 2023-08-19 05:15:35 +02:00
BuggieBox
Demos Mandelbrot: Pledge unix to enable image export 2023-08-17 07:14:54 +02:00
DevTools LibGUI: Replace DeprecatedString usage in Widget 2023-08-18 10:43:37 +01:00
DynamicLoader LibC+LibELF: Support loading shared libraries compiled with dynamic TLS 2023-08-18 16:20:13 +02:00
Games LibGUI+Userland: Remove Toolbar::try_add_{action,separator}() 2023-08-15 15:56:34 +02:00
Libraries LibWeb: Clear callbacks in SharedImageRequest after request is done 2023-08-19 15:10:20 +02:00
Services WebDriver: Coerce window handles to strings when activating a tab 2023-08-19 05:15:51 +02:00
Shell
Utilities sql: Change the short-name flag for the SQLServer path 2023-08-18 16:10:17 -04:00
CMakeLists.txt