ladybird/Userland
Andreas Kling c648e24cff LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
We achieve this by adding a new Layout::ImageProvider class and having
both HTMLImageElement and HTMLObjectElement inherit from it.

The HTML spec is vague on how object image loading should work, which
is why this first pass is focusing on image elements.
2023-05-13 09:08:42 +02:00
..
Applets ClipboardHistory: Use titlecasing in the applet's window title 2023-05-12 13:05:03 +02:00
Applications HexEditor: Add list of recently opened files 2023-05-11 20:20:40 +01:00
BuggieBox
Demos LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
DevTools AK: Add the Input word to input-only buffered streams 2023-05-09 11:18:46 +02:00
DynamicLoader
Games Chess+GameSettings: Optionally highlight the king when in check 2023-05-10 12:13:35 +01:00
Libraries LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2023-05-13 09:08:42 +02:00
Services Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h 2023-05-13 07:53:13 +02:00
Shell Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h 2023-05-13 07:53:13 +02:00
Utilities errno: Remove usage of DeprecatedString 2023-05-11 16:33:18 +02:00
CMakeLists.txt