Historique des commits

Auteur SHA1 Message Date
  Luke Wilde 32e27bc7fa LibWeb: Add a bunch of missing CEReactions il y a 2 ans
  Simon Wanner 03c225b023 LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin il y a 2 ans
  Andreas Kling fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() il y a 2 ans
  Linus Groh 2b6d9cca1a LibWeb/HTML: Port Window.scroll() to IDL il y a 2 ans
  Karol Kosek 4311fd2774 LibWeb: Implement Element.attachShadow and Element.shadowRoot :^) il y a 2 ans
  Linus Groh 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace il y a 2 ans
  Jonah e63d9d4925 LibWeb: Add Support for the ARIA Element Properties il y a 2 ans
  Luke Wilde a268026e4e LibWeb: Start implementing the Element scroll attributes il y a 2 ans
  Luke Wilde 8066a67da2 LibWeb: Implement Element.getAttributeNode il y a 2 ans
  Andrew Kaster 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing il y a 2 ans
  Andreas Kling 162e4179fc LibWeb: Implement a simple version of Element.scrollIntoView() il y a 2 ans
  Luke Wilde 540c307009 LibWeb: Implement Element.insertAdjacentText il y a 2 ans
  Luke Wilde d540e2ec98 LibWeb: Implement Element.insertAdjacentElement il y a 2 ans
  Andreas Kling aa4dd6c1bc LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing il y a 2 ans
  MacDue d4b2eb22e1 LibWeb: Resolve circular IDL imports il y a 3 ans
  Sam Atkins 200e111af0 LibWeb: Extract the InnerHTML IDL mixin il y a 3 ans
  Sam Atkins d4c40e3aad LibWeb: Extract the ParentNode IDL mixin il y a 3 ans
  Sam Atkins d6a5ddd3c0 LibWeb: Extract the ChildNode IDL mixin il y a 3 ans
  Elisée Maurer 34db0dab41 LibWeb: Implement Element.toggleAttribute() il y a 3 ans
  Ali Mohammad Pur a59800b4a0 LibWeb: Add imports to all IDL files that depend on others il y a 3 ans
  Edwin Hoksberg c646afc26c LibWeb: Support Element.closest(selectors) il y a 3 ans
  DerpyCrabs 58ce2dd088 LibWeb: Add stub implementation for Element's getClientRects il y a 3 ans
  Andreas Kling e2c71b6725 LibWeb: Add a partial implementation of Element.setAttributeNS() il y a 3 ans
  Luke Wilde 7431f6073b LibWeb: Implement ChildNode.replaceWith il y a 3 ans
  Luke Wilde 5a5e3a6ec3 LibWeb: Implement ChildNode.after il y a 3 ans
  Luke Wilde 1bbe40c5af LibWeb: Implement ChildNode.before il y a 3 ans
  Luke Wilde d1bc9358c1 LibWeb: Implement ParentNode.replaceChildren il y a 3 ans
  Luke Wilde 34dfdc3f37 LibWeb: Implement ParentNode.append il y a 3 ans
  Luke Wilde d5c96c3ccf LibWeb: Implement ParentNode.prepend il y a 3 ans
  Luke Wilde 4427386d5f LibWeb: Implement Element.getAttributeNames il y a 3 ans