Files
ladybird/Libraries/LibHTML
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
..
2019-10-18 23:06:03 +02:00
2019-10-18 23:06:03 +02:00
2019-10-18 23:06:03 +02:00
2019-10-09 21:25:29 +02:00
2019-09-28 18:29:42 +02:00