ladybird/Userland
Idan Horowitz 04359995a7 LibJS: Exclude FinalizationRegistries with queued cleanup jobs from GC
This is done by just adding them to the list of GC roots, which
prevents the VM from trying to run cleanup job of garbage collected
registries.
2021-08-14 22:32:31 +01:00
..
Applets Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
Applications DisplaySettings: Pass the parent window to the FilePicker 2021-08-14 15:20:21 +02:00
Demos Mandelbrot: Add a View menu with zoom actions 2021-08-14 19:50:44 +02:00
DevTools UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in malloc 2021-08-14 18:42:14 +02:00
DynamicLoader LibC+DynamicLoader: Prevent GCC from removing null checks 2021-08-12 21:10:44 +02:00
Games Solitaire: Don't allow the player to draw cards while mouse is down 2021-08-07 16:59:46 +02:00
Libraries LibJS: Exclude FinalizationRegistries with queued cleanup jobs from GC 2021-08-14 22:32:31 +01:00
Services Taskbar: Add keyboard shortcuts to the fixed items in the start menu 2021-08-14 13:34:59 +02:00
Shell Shell: Make caller specify the string parsing end condition 2021-08-13 01:20:35 +04:30
Utilities Kernel+LibC: Share definitions for net/{if,if_arp,route}.h 2021-08-14 19:58:11 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00