This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-20 19:43:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
22b03dd11b01564e301ce6bb45ff01302cc49ad4
ladybird
/
Libraries
/
LibWeb
/
Loader
History
Peter Nelson
9494b03a02
LibWeb: cache in-process decoded images in ImageResource
...
Otherwise cloned Bitmaps returned by the decoder will be prematurely freed
2020-09-12 20:26:14 +02:00
..
FrameLoader.cpp
LibWeb: make it possible to directly load .svg files
2020-09-08 13:57:18 +02:00
FrameLoader.h
LibWeb: Move DOM classes into the Web::DOM namespace
2020-07-26 20:05:15 +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
…
Resource.cpp
LibWeb: Mark compilation-unit-only functions as static
2020-08-12 20:40:59 +02:00
Resource.h
…
ResourceLoader.cpp
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
2020-08-06 10:33:16 +02:00
ResourceLoader.h
…