ladybird/Userland
Andreas Kling 2413de7e10 LibWeb: Make HTMLImageElement loads delay the document load event
This is something we're supposed to do according to the HTML spec.
Note that image loading is currently completely ad-hoc, and this just
adds a simple DocumentLoadEventDelayer to the existing implementation.

This will allow us to use images in layout tests, which rely on the
document load event firing at a predictable time.
2023-04-02 06:45:44 +02:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications Browser: Add tooltip to reset zoom level button 2023-03-31 21:46:56 +01:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
DevTools HackStudio: Migrate git-diff indicators to TextEditor API 2023-03-31 12:09:40 +02:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Libraries LibWeb: Make HTMLImageElement loads delay the document load event 2023-04-02 06:45:44 +02:00
Services WebServer: Propagate more errors 2023-03-27 20:29:51 +01:00
Shell Shell: Don't require ArgsParser values to be null-terminated 2023-03-31 06:55:46 +02:00
Utilities grep: Read patterns from a file with -f 2023-04-01 13:49:47 -06:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00