index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Loader
Age
Commit message (
Expand
)
Author
2020-06-23
LibWeb: Remove Gfx::ImageDecoder from ImageLoader
Andreas Kling
2020-06-23
LibWeb: Give ImageResource::bitmap(frame_index) default frame_index = 0
Andreas Kling
2020-06-23
LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb
Devashish
2020-06-22
LibWeb+Browser: Decode non-animated images out-of-process :^)
Andreas Kling
2020-06-22
LibWeb: Add "image/x‑portable‑pixmap" mime type for pbm file extension
Hüseyin ASLITÜRK
2020-06-21
LibWeb: Remove most uses of the old HTML parser
Andreas Kling
2020-06-21
LibWeb: Add "image/x‑portable‑bitmap" mime type for pbm file extension
Hüseyin ASLITÜRK
2020-06-21
LibGfx: Add BMP loader
Matthew Olsson
2020-06-21
LibWeb: Assume URLs ending in / serve html content :^)
stelar7
2020-06-14
LibWeb: Don't animate images outside the visible viewport :^)
Andreas Kling
2020-06-14
LibWeb: Move "visible in viewport" state tracking to ImageLoader
Andreas Kling
2020-06-14
LibWeb: Move bitmap animation from HTMLImageElement to ImageLoader
Andreas Kling
2020-06-13
LibWeb: Split out image loading logic from HTMLImageElement
Andreas Kling
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-06-13
LibWeb: Silence debug spam about reuse of cached resources
Andreas Kling
2020-06-08
LibWeb: Unbreak favicon notifications after Page refactoring
Andreas Kling
2020-06-08
LibWeb: Remove unnecessary on_foo hooks from Frame
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-06
LibWeb: Show error page if we can't handle a frame's main resource
Andreas Kling
2020-06-06
LibWeb: Let Resource figure out its own encoding and MIME type
Andreas Kling
2020-06-06
LibWeb: Turn FrameLoader into a ResourceClient
Andreas Kling
2020-06-06
LibWeb: Add a FrameLoader class and move PageView's loading logic there
Andreas Kling
2020-06-05
LibWeb: Assert that we don't reuse cached resources with wrong type
Andreas Kling
2020-06-05
LibWeb: Fix mismatching Resource subclass types
Andreas Kling
2020-06-02
LibWeb: Share decoded images at the Resource level :^)
Andreas Kling
2020-06-01
LibWeb: Protect ourselves during ResourceClient iteration
Andreas Kling
2020-06-01
LibWeb: Add a naive Resource cache
Andreas Kling
2020-06-01
LibWeb: Start building a new Resource class to share more resources
Andreas Kling
2020-06-01
LibWeb: Move ResourceLoader into a new Loader/ directory
Andreas Kling
[prev]