1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 23:57:36 +00:00
serenity/Libraries/LibWeb/Loader
Andreas Kling 11ff9d0f17 LibWeb: Move DOM classes into the Web::DOM namespace
LibWeb keeps growing and the Web namespace is filling up fast.
Let's put DOM stuff into Web::DOM, just like we already started doing
with SVG stuff in Web::SVG.
2020-07-26 20:05:15 +02:00
..
FrameLoader.cpp LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
FrameLoader.h LibWeb: Move DOM classes into the Web::DOM namespace 2020-07-26 20:05:15 +02:00
ImageLoader.cpp LibWeb: Remove Gfx::ImageDecoder from ImageLoader 2020-06-23 14:28:45 +02:00
ImageLoader.h LibWeb: Remove Gfx::ImageDecoder from ImageLoader 2020-06-23 14:28:45 +02:00
ImageResource.cpp LibWeb: Remove Gfx::ImageDecoder from ImageLoader 2020-06-23 14:28:45 +02:00
ImageResource.h LibWeb: Remove Gfx::ImageDecoder from ImageLoader 2020-06-23 14:28:45 +02:00
LoadRequest.h LibWeb: Add a naive Resource cache 2020-06-01 21:58:29 +02:00
Resource.cpp LibWeb: Move HTML object model stuff into LibWeb/HTML/ 2020-07-26 17:51:00 +02:00
Resource.h LibWeb: Let Resource figure out its own encoding and MIME type 2020-06-06 14:14:43 +02:00
ResourceLoader.cpp LibWeb: Let's not pass "%u" to String() and expect something to happen 2020-06-26 00:53:25 +02:00
ResourceLoader.h LibWeb: Share decoded images at the Resource level :^) 2020-06-02 20:32:38 +02:00