ladybird/Userland
Andreas Kling 7d863174b3 LibWeb: Use a JS::NonnullGCPtr for DOMTokenList::m_associated_element
Both Element and DOMTokenList are GC-allocated objects so they can just
mark each other instead of using the old strong/weak pattern we use in
ref-counting ownership models.
2023-01-01 17:51:51 +01:00
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications ThemeEditor: Make GUI initialization fallible 2023-01-01 09:55:05 -05:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos Demos: Add ability to use scroll wheel in starfield 2022-12-28 14:49:05 -05:00
DevTools LibGUI+Userland: Make GML unregistered_child_handler fallible 2023-01-01 09:55:05 -05:00
DynamicLoader DynamicLoader: Remove i686 support 2022-12-28 11:53:41 +01:00
Games Snake: Make initialization from GML fallible 2023-01-01 09:55:05 -05:00
Libraries LibWeb: Use a JS::NonnullGCPtr for DOMTokenList::m_associated_element 2023-01-01 17:51:51 +01:00
Services SQLServer: Mark a deferred invocation lambda as mutable 2022-12-30 14:17:18 +01:00
Shell Shell: Add where builtin 2022-12-27 07:25:42 +03:30
Utilities Utilities: Print arbitrary bytes in ls 2023-01-01 11:03:29 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00