ladybird/Userland
Linus Groh b1968b8bed LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
This is the way.

On a more serious note, there's no reason to keep adding ref-counted
classes to LibWeb now that the majority of classes is GC'd - it only
adds the risk of discovering some cycle down the line, and forces us to
use handles as we can't visit().
2022-10-30 11:30:23 +00:00
..
Applets Applets: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
Applications LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects 2022-10-27 13:06:33 +02:00
Demos Applications: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
DevTools Kernel: Make scheduler control syscalls more generic 2022-10-27 11:30:19 +01:00
DynamicLoader DynamicLoader: Use fewer GLOB patterns for arch-specific files 2022-10-16 16:36:39 +02:00
Games Applications: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
Libraries LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd 2022-10-30 11:30:23 +00:00
Services LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects 2022-10-27 13:06:33 +02:00
Shell AK+Everywhere: Turn bool keep_empty to an enum in split* functions 2022-10-24 23:29:18 +01:00
Utilities ntpquery: Fix pledge and unveil invocations 2022-10-27 20:17:39 +01:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00