Commit History

Author SHA1 Message Date
  Andreas Kling 162e4179fc LibWeb: Implement a simple version of Element.scrollIntoView() 2 years ago
  Luke Wilde 540c307009 LibWeb: Implement Element.insertAdjacentText 2 years ago
  Luke Wilde d540e2ec98 LibWeb: Implement Element.insertAdjacentElement 2 years ago
  Andreas Kling aa4dd6c1bc LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing 2 years ago
  MacDue d4b2eb22e1 LibWeb: Resolve circular IDL imports 3 years ago
  Sam Atkins 200e111af0 LibWeb: Extract the InnerHTML IDL mixin 3 years ago
  Sam Atkins d4c40e3aad LibWeb: Extract the ParentNode IDL mixin 3 years ago
  Sam Atkins d6a5ddd3c0 LibWeb: Extract the ChildNode IDL mixin 3 years ago
  Elisée Maurer 34db0dab41 LibWeb: Implement Element.toggleAttribute() 3 years ago
  Ali Mohammad Pur a59800b4a0 LibWeb: Add imports to all IDL files that depend on others 3 years ago
  Edwin Hoksberg c646afc26c LibWeb: Support Element.closest(selectors) 3 years ago
  DerpyCrabs 58ce2dd088 LibWeb: Add stub implementation for Element's getClientRects 3 years ago
  Andreas Kling e2c71b6725 LibWeb: Add a partial implementation of Element.setAttributeNS() 3 years ago
  Luke Wilde 7431f6073b LibWeb: Implement ChildNode.replaceWith 3 years ago
  Luke Wilde 5a5e3a6ec3 LibWeb: Implement ChildNode.after 3 years ago
  Luke Wilde 1bbe40c5af LibWeb: Implement ChildNode.before 3 years ago
  Luke Wilde d1bc9358c1 LibWeb: Implement ParentNode.replaceChildren 3 years ago
  Luke Wilde 34dfdc3f37 LibWeb: Implement ParentNode.append 3 years ago
  Luke Wilde d5c96c3ccf LibWeb: Implement ParentNode.prepend 3 years ago
  Luke Wilde 4427386d5f LibWeb: Implement Element.getAttributeNames 3 years ago
  Luke Wilde 6088011c4b LibWeb: Add Element.webkitMatchesSelector 3 years ago
  Timothy Flynn 14349f058a LibWeb: Implement the Element classList attribute 3 years ago
  Timothy Flynn 5d4cd061c7 LibWeb: Implement the Element attributes getter 3 years ago
  Luke Wilde 2f7fb1fe63 LibWeb: Convert ParentNode.querySelectorAll to NodeList 3 years ago
  Andreas Kling 3006e15c94 LibWeb: Support Element.client{Top,Left,Width,Height} 3 years ago
  Andreas Kling 9d852623f2 LibWeb: Support Element.matches(selectors) 3 years ago
  Luke Wilde 7bdf0be667 LibWeb: Implement ChildNode.remove 3 years ago
  Andreas Kling 43d378940f LibWeb: Add DOMRect and Element.getBoundingClientRect() 3 years ago
  Luke Wilde d47e431d54 LibWeb: Add getElementsByTagNameNS and add support for * in non-NS 3 years ago
  Luke Wilde e4d97add3d LibWeb: Implement ParentNode.children 3 years ago