Age | Commit message (Expand) | Author |
---|---|---|
2020-06-21 | LibWeb: Add Element.tagName and Element.className | Andreas Kling |
2020-06-21 | LibWeb: Generate Element bindings from IDL :^) | Andreas Kling |
2020-06-16 | LibWeb: Make Element::tag_name() return a const FlyString& | Andreas Kling |
2020-06-13 | LibWeb: Add basic <object> element support | Andreas Kling |
2020-06-12 | LibWeb: Include class names in layout tree dumps | Andreas Kling |
2020-06-07 | LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings | Andreas Kling |
2020-06-03 | LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo") | Andreas Kling |
2020-05-26 | LibWeb: Let Element cache its list of classes | Andreas Kling |
2020-05-22 | LibWeb: Move Attribute to its own header file | Andreas Kling |
2020-03-25 | LibWeb: Implement getting and setting element.innerHTML | Andreas Kling |
2020-03-22 | LibWeb: Use FlyString for Element tag names | Andreas Kling |
2020-03-22 | LibWeb: Use FlyString for element attribute names | Andreas Kling |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |