1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 20:35:06 +00:00
serenity/Libraries/LibWeb/Loader
Andreas Kling 46c15276e9 LibWeb: Fix Document construction mishap in <template> element
Ref-counted objects must not be stack allocated. Make DOM::Document's
constructor private to avoid this issue. (I wish we could mark classes
as heap-only..)
2020-10-23 08:33:16 +02:00
..
FrameLoader.cpp LibWeb: Fix Document construction mishap in <template> element 2020-10-23 08:33:16 +02:00
FrameLoader.h LibWeb: Add FrameLoader::load_html() 2020-10-08 23:20:52 +02:00
ImageLoader.cpp LibWeb: Until an image has loaded or failed, don't occupy layout size 2020-08-12 13:49:43 +02:00
ImageLoader.h LibWeb: Until an image has loaded or failed, don't occupy layout size 2020-08-12 13:49:43 +02:00
ImageResource.cpp LibWeb: cache in-process decoded images in ImageResource 2020-09-12 20:26:14 +02:00
ImageResource.h LibWeb: Remove Gfx::ImageDecoder from ImageLoader 2020-06-23 14:28:45 +02:00
LoadRequest.h LibWeb: LoadRequest::operator==() should compare header values 2020-09-28 17:36:55 +02:00
Resource.cpp LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView 2020-10-21 21:16:20 +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+LibWeb: Support more detailed HTTP requests 2020-09-28 11:55:26 +02:00
ResourceLoader.h ProtocolServer+LibWeb: Support more detailed HTTP requests 2020-09-28 11:55:26 +02:00