serenity/Userland
Andreas Kling 4c921e17b7 LibWeb: Allocate dataset lazily for HTML/SVG/MathML elements
Most elements never need a dataset object, so we can avoid creating lots
of objects by making them lazy.
2024-04-25 09:30:30 +02:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications Userland: Remove remaining callers of synchronous ImageDecoder API 2024-04-23 12:32:04 -06:00
BuggieBox AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Demos Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DevTools LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
DynamicLoader LibC+LibELF: Use AT_RANDOM ELF auxiliary vector for __stack_chk_guard 2024-04-21 13:34:04 -06:00
Games Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Libraries LibWeb: Allocate dataset lazily for HTML/SVG/MathML elements 2024-04-25 09:30:30 +02:00
Services Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
Shell Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
Utilities sql: Use Core::Process facilities to spawn singleton processes 2024-04-24 15:51:58 -06:00
CMakeLists.txt