1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +00:00
serenity/Libraries/LibWeb/Loader
Andreas Kling 07d976716f LibWeb: Remove most uses of the old HTML parser
The only remaining client of the old parser is the fragment parser used
by the Element.innerHTML setter. We'll need to implement a bit more
stuff in the new parser before we can switch that over.
2020-06-21 22:29:05 +02:00
..
FrameLoader.cpp LibWeb: Remove most uses of the old HTML parser 2020-06-21 22:29:05 +02:00
FrameLoader.h LibWeb: Turn FrameLoader into a ResourceClient 2020-06-06 14:14:43 +02:00
ImageLoader.cpp LibWeb: Don't animate images outside the visible viewport :^) 2020-06-14 19:35:10 +02:00
ImageLoader.h LibWeb: Move "visible in viewport" state tracking to ImageLoader 2020-06-14 19:32:23 +02:00
ImageResource.cpp LibWeb: Share decoded images at the Resource level :^) 2020-06-02 20:32:38 +02:00
ImageResource.h LibWeb: Fix mismatching Resource subclass types 2020-06-05 23:32:23 +02:00
LoadRequest.h LibWeb: Add a naive Resource cache 2020-06-01 21:58:29 +02:00
Resource.cpp LibWeb: Add "image/x‑portable‑bitmap" mime type for pbm file extension 2020-06-21 16:42:46 +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 ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
ResourceLoader.h LibWeb: Share decoded images at the Resource level :^) 2020-06-02 20:32:38 +02:00