ladybird/Userland
Nico Weber b7a120c47e LibGfx/ISOBMFF: Remove Box::read_from_stream()
This doesn't have to be a virtual method: it's called from
various create_from_stream() methods that have a static type
that's created. There's no point in the virtual call here,
and it makes it harder to add additional parameters to
read_from_stream() in some subclasses.
2024-03-25 20:35:00 +01:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications Browser: Implement pasting content from the clipboard 2024-03-25 08:14:00 +01:00
BuggieBox AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Demos AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
DevTools AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
DynamicLoader DynamicLoader: Disable stack protector in some files for RISC-V 2024-03-04 01:44:11 +01:00
Games AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Libraries LibGfx/ISOBMFF: Remove Box::read_from_stream() 2024-03-25 20:35:00 +01:00
Services LibWeb: Reschedule repaint for navigables with ongoing painting 2024-03-24 16:30:31 +01:00
Shell Shell: Add support for octal escapes in strings 2024-03-24 08:26:56 +01:00
Utilities base64: Map input files into memory for reading 2024-03-21 15:53:46 +01:00
CMakeLists.txt