ladybird/Userland/Libraries/LibWeb
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
..
ARIA
Bindings
Cookie
Crypto
CSS LibWeb: Add a class to represent the "source set" concept from HTML 2023-05-13 09:08:42 +02:00
DOM LibWeb: Add class to represent "list of available images" from HTML spec 2023-05-13 09:08:42 +02:00
DOMParsing
Encoding
Fetch LibWeb: Add an alias for FetchAlgorithm's consume-body callback argument 2023-05-12 05:47:36 +02:00
FileAPI
Geometry
HighResolutionTime
HTML LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2023-05-13 09:08:42 +02:00
Infra
IntersectionObserver
Layout LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2023-05-13 09:08:42 +02:00
Loader LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2023-05-13 09:08:42 +02:00
MimeSniff
NavigationTiming
Page
Painting LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader 2023-05-13 09:08:42 +02:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
Scripts
SecureContexts
Selection
SRI
Streams
SVG
Tests
UIEvents
URL
UserTiming
WebAssembly
WebDriver AK: Remove must_set() from JsonArray 2023-05-09 06:21:34 +02:00
WebGL
WebIDL
WebSockets
XHR
XML
CMakeLists.txt LibWeb: Add a class to represent the "source set" concept from HTML 2023-05-13 09:08:42 +02:00
Dump.cpp
Dump.h
FontCache.cpp
FontCache.h
Forward.h LibWeb: Add class to represent "list of available images" from HTML spec 2023-05-13 09:08:42 +02:00
idl_files.cmake
Namespace.cpp
Namespace.h
PixelUnits.h
TreeNode.h