Historique des commits

Auteur SHA1 Message Date
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements il y a 2 ans
  Andreas Kling fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() il y a 2 ans
  Andreas Kling 2042993997 LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString il y a 2 ans
  Linus Groh 2b6d9cca1a LibWeb/HTML: Port Window.scroll() to IDL il y a 2 ans
  Andreas Kling f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues il y a 2 ans
  Karol Kosek 4311fd2774 LibWeb: Implement Element.attachShadow and Element.shadowRoot :^) il y a 2 ans
  Karol Kosek 01e2cc5330 LibWeb: Add a helper function for checking if element is a shadow host il y a 2 ans
  Karol Kosek 2cc108a15e LibWeb: Rename DOM::shadow_root() to shadow_root_internal() il y a 2 ans
  Linus Groh 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace il y a 2 ans
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Jonah cd95e5f656 LibWeb: Add (exclude/include)_from_accessibility_tree il y a 2 ans
  Jonah e63d9d4925 LibWeb: Add Support for the ARIA Element Properties il y a 2 ans
  Baitinq 6a72a4df96 LibWeb: Propagate errors in Element::scroll_into_view() il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Timothy Flynn fddbc2e378 LibWeb: Ensure the number of pseudo elements stays up-to-date 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
  Luke Wilde 1473bc9169 LibWeb: Implement HTMLOrSVGElement.tabIndex il y a 2 ans
  Timothy Flynn 13b8eeff54 LibWeb: Fully implement the fragment serializing algorithm il y a 2 ans
  Andreas Kling ccd72a2add LibWeb: Don't invalidate style for entire document on attribute change il y a 2 ans
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated il y a 2 ans
  Andreas Kling 8412206cb4 LibWeb: Cache pseudo element layout nodes weakly on DOM::Element il y a 2 ans
  Andreas Kling 5ab501c92f LibWeb: Scroll elements into view when they become focused il y a 2 ans
  Andreas Kling 162e4179fc LibWeb: Implement a simple version of Element.scrollIntoView() il y a 2 ans
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 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
  Luke Wilde 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans