ladybird/Libraries
Andreas Kling 87d13930ef LibHTML: Allow loading of PNG's directly into the HtmlView
When loading a URL that ends in ".png", we now construct a simple
DOM document to contain the image. It also shows the image dimensions
in the document title.

Because we use <img src> to load the image into the synthetic document,
we end up loading the image resource twice. This issue will go away
once we have a smarter, caching, loader mechanism.
2019-10-19 09:31:52 +02:00
..
LibAudio
LibC
LibCore
LibDraw
LibGUI
LibHTML LibHTML: Allow loading of PNG's directly into the HtmlView 2019-10-19 09:31:52 +02:00
LibIPC
LibM
LibMarkdown
LibPCIDB
LibThread
LibVT