summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2020-08-21LibWeb: Implement <template> parsingLuke
2020-08-18LibWeb: Implement Element.innerTextNico Weber
2020-08-18LibWeb: Simplify Node::text_content()Nico Weber
2020-08-17LibWeb: Add more document tests, add comment, text and mixin testsLuke
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-17LibWeb: Add Node.textContentNico Weber
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-15LibWeb: Allow focusing individual (focusable) elements with Tab keyAndreas Kling
2020-08-15LibWeb: Add NonDocumentTypeChildNode::next_element_in_pre_order()Andreas Kling
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-08-12LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>Linus Groh
2020-08-12LibWeb: Move HTML::AttributeNames file into HTML/ directoryAndreas Kling
2020-08-12LibWeb: Initialize tag/attribute name globals in init-time constructorsAndreas Kling
2020-08-11LibWeb: Clear exceptions in each Document::run_javascript() callLinus Groh
2020-08-10LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNodeAndreas Kling
2020-08-09LibWeb: Add HTML elements to factories, add missing tags and attributesLuke
2020-08-04LibWeb: Make sure that head and body always get the HTML elementLuke
2020-08-03LibWeb: Add CharacterData and Text IDL interfacesAndreas Kling
2020-08-03LibWeb: Add Element.{next,previous}ElementSibling IDL attributesAndreas Kling
2020-08-03LibWeb: Move "element sibling" getters to NonDocumentTypeChildNodeAndreas Kling
2020-08-03LibWeb: Add the Document.documentElement APIAndreas Kling
2020-08-03LibWeb: Move contentEditable from Element to HTMLElementLuke
2020-08-02LibWeb: Implement the Element.contentEditable IDL attributeAndreas Kling
2020-08-02LibWeb: Only allow editing of elements with contenteditable="true"Andreas Kling
2020-08-02LibWeb: Allow inserting text at the cursor by typing characters :^)Andreas Kling
2020-08-02LibWeb: Add a basic DOM::Position classAndreas Kling
2020-07-28LibWeb: Add UIEvent class (base of MouseEvent, and others)Andreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Move the CSS parser into CSS/Parser/Andreas Kling
2020-07-28LibWeb: Move the HTML parser into HTML/Parser/Andreas Kling
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-28LibWeb: Move MouseEvent into the UIEvents namespaceAndreas Kling
2020-07-27LibWeb: Add a whole bunch of HTML DOM bindingsLuke
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Simplify type traits for SVGGraphicsElementAndreas Kling
2020-07-26LibWeb: Switch to using AK::is and AK::downcastAndreas 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: Abstract common operations of graphical SVG elementsMatthew Olsson
2020-07-26LibGfx: Add FloatPoint methodsMatthew Olsson
2020-07-26LibWeb: Add elliptical curve support to svg path elementsMatthew Olsson
2020-07-26LibWeb: Begin SVG element supportMatthew Olsson
2020-07-24LibWeb: Use [Reflect] for Element.id and Element.className :^)Andreas Kling
2020-07-24LibWeb: Add HTMLElement.lang (and make HTMLElement.title reflecting)Andreas Kling
2020-07-24LibWeb: Add HTMLImageElement.src and HTMLImageElement.altAndreas Kling
2020-07-23LibWeb: Rename Element::tag_name() => local_name()Andreas Kling
2020-07-22LibWeb: Parse "width" and "height" presentation attributes on <img>Andreas Kling
2020-07-22LibWeb: Add a dedicated function for parsing HTML length valuesAndreas Kling
2020-07-21LibWeb: Implement quirks mode detectionLuke