summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Node.h
AgeCommit message (Expand)Author
2020-12-14LibWeb: Simplify <iframe> content frame constructionAndreas Kling
2020-12-14LibWeb: Limit style update tree traversal to dirty subtreesAndreas Kling
2020-12-13LibWeb: Make DOM::Node::set_needs_style_update() schedule the updateAndreas Kling
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-10-22LibWeb: Use smart pointers between DOM and Layout treeAndreas Kling
2020-10-11LibWeb: Make DOM Nodes keep their Document aliveAndreas Kling
2020-09-06LibWeb: Move DOM event dispatch to its own classAndreas Kling
2020-08-17LibWeb: Add Node.textContentNico Weber
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-03LibWeb: Move "element sibling" getters to NonDocumentTypeChildNodeAndreas Kling
2020-08-02LibWeb: Only allow editing of elements with contenteditable="true"Andreas Kling
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
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-06-26LibWeb: Implement fragment parsing and use it for Element.innerHTMLAndreas Kling
2020-06-24LibWeb: Move border width and color into LayoutStyleAndreas Kling
2020-06-21LibWeb: Add Node.insertBefore(Node node, Node? child)Andreas Kling
2020-06-21LibWeb: Expose Node.appendChild() to the webAndreas Kling
2020-06-21LibWeb: Add Node.parentNode and Node.parentElement to DOM API :^)Andreas Kling
2020-06-16LibWeb: Make Element::tag_name() return a const FlyString&Andreas Kling
2020-06-13LibWeb: Have DOM nodes start out in "needs style update" stateAndreas Kling
2020-06-06LibWeb: Add Node notifications for Document<=>Frame attach/detachAndreas Kling
2020-05-24LibWeb: Add some helpers to the DOM Node classAndreas Kling
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-03-25LibWeb: Node::is_parent_node() should return true for DocumentFragmentsAndreas Kling
2020-03-22LibWeb: Use FlyString for Element tag namesAndreas Kling
2020-03-21LibWeb: Add a DOM Event class (instead of events being simple strings)Andreas Kling
2020-03-18LibWeb: Start working on DOM event supportAndreas Kling
2020-03-14LibWeb: Implement Document.getElementById()Andreas Kling
2020-03-14LibWeb: Start implementing basic JavaScript DOM bindingsAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling