ladybird/Libraries/LibWeb/Loader
Andreas Kling 883dc9260d LibWeb: Unbreak favicon notifications after Page refactoring
Favicon updates now get plumbed from FrameLoader to the PageClient.
2020-06-08 21:35:31 +02:00
..
FrameLoader.cpp LibWeb: Unbreak favicon notifications after Page refactoring 2020-06-08 21:35:31 +02:00
FrameLoader.h LibWeb: Turn FrameLoader into a ResourceClient 2020-06-06 14:14:43 +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: Let Resource figure out its own encoding and MIME type 2020-06-06 14:14:43 +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: Assert that we don't reuse cached resources with wrong type 2020-06-05 23:35:08 +02:00
ResourceLoader.h LibWeb: Share decoded images at the Resource level :^) 2020-06-02 20:32:38 +02:00