ladybird/Userland/Libraries/LibWeb/Loader
Timothy Flynn 90829fe880 LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource
HTMLObjectElement, when implemented according to the spec, does not know
the resource type specified by the 'data' attribute until after it has
actually loaded (i.e. it may be an image, XML document, etc.). Currently
we always use ImageLoader within HTMLObjectElement to load the object,
but will need to use ResourceLoader instead to generically load data.

However, ImageLoader / ImageResource have image-specific functionality
that HTMLObjectElement still needs if the resource turns out to be an
image. This patch will allow (only) HTMLObjectElement to convert the
generic Resource to an ImageResource as needed.
2022-03-23 13:44:51 +01:00
..
ContentFilter.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
ContentFilter.h LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
FrameLoader.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
FrameLoader.h LibWeb: Set response header cookies on redirects 2022-02-12 16:15:56 +00:00
ImageLoader.cpp LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
ImageLoader.h LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
ImageResource.cpp LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
ImageResource.h LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
LoadRequest.cpp Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2022-01-31 18:23:22 +00:00
LoadRequest.h LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
Resource.cpp LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
Resource.h LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource 2022-03-23 13:44:51 +01:00
ResourceLoader.cpp LibWeb: Fail resource loads on HTTP 4xx or 5xx error 2022-03-09 16:43:00 +01:00
ResourceLoader.h LibWeb: Tweak our User-Agent string 2022-03-20 23:16:22 +01:00