summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/HTMLImageElement.cpp
AgeCommit message (Expand)Author
2020-06-04LibWeb: Fix <body> and <img> elements not parsing their class attributeAndreas Kling
2020-06-03LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")Andreas Kling
2020-06-02LibWeb: Remove assertion in HTMLImageElement::resource_did_load()Andreas Kling
2020-06-02LibWeb: Share decoded images at the Resource level :^)Andreas Kling
2020-06-02LibWeb: Avoid an unnecessary temporary variable in HTMLImageElementAndreas Kling
2020-06-01LibWeb: Add a naive Resource cacheAndreas Kling
2020-06-01LibWeb: Start building a new Resource class to share more resourcesAndreas Kling
2020-06-01LibWeb: Move ResourceLoader into a new Loader/ directoryAndreas Kling
2020-05-09LibWeb: Add support for animated images to HTMLImageElementPeter Nelson
2020-05-03ProtocolServer: Pass HTTP response headers to the clientAndreas Kling
2020-04-14LibWeb: Dispatch a "load" event on HTMLImageElementAndreas Kling
2020-03-22LibWeb: Use FlyString for Element tag namesAndreas Kling
2020-03-22LibWeb: Use FlyString for element attribute namesAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling