summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/ElementFactory.cpp
AgeCommit message (Expand)Author
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-08-09LibWeb: Add HTML elements to factories, add missing tags and attributesLuke
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-26LibWeb: Refactor SVG files into their own directory; follow spec layoutMatthew Olsson
2020-07-26LibWeb: Begin SVG element supportMatthew Olsson
2020-06-13LibWeb: Add basic <object> element supportAndreas Kling
2020-06-07LibWeb: Add HTML::TagNames namespace for global tag name FlyStringsAndreas Kling
2020-06-07LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classesAndreas Kling
2020-06-05LibWeb: Start adding support for the <iframe> element! :^)Andreas Kling
2020-03-22LibWeb: Use FlyString for Element tag namesAndreas Kling
2020-03-19LibWeb: Add <canvas> element and start fleshing out CRC2DAndreas Kling
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling