Commit History

Author SHA1 Message Date
  Tim Ledbetter e40352b6b5 LibWeb: Ensure `document.getElementsByName("")` returns no elements 11 months ago
  Tim Ledbetter 0fceede029 LibWeb: Ensure `document.getElementsByClassName("")` returns no elements 11 months ago
  Tim Ledbetter faf64bfb41 LibWeb: Move get_elements_by_name implementation to `ParentNode` 11 months ago
  Tim Ledbetter f666d967d6 LibWeb: Ensure `document.getElementById("")` returns null 11 months ago
  Edwin Hoksberg 5f154ba372 LibWeb: Implement Element::check_visibility 1 year ago
  Edwin Hoksberg 020b20d817 LibWeb: Support content-visibility css 1 year ago
  Daniel Bertalan c62240aa80 Everywhere: Warn on function definitions without prototypes 1 year ago
  Tim Ledbetter a552bda8d9 LibWeb: Pass the old attribute value to `Element::attribute_changed()` 1 year ago
  Luke Warlow ce8d3d17c4 LibWeb: Implement unsafe HTML parsing methods 1 year ago
  Luke Warlow 9171c35183 LibWeb: Refactor DOM parsing APIs 1 year ago
  Andreas Kling fb9f3f10f3 LibWeb: Add Element.getHTML() and ShadowRoot.getHTML() 1 year ago
  Andreas Kling f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() 1 year ago
  Andreas Kling 043ad0eb76 LibWeb: Refactor Element.attachShadow() after spec changes 1 year ago
  Timothy Flynn aa3a30870b LibUnicode: Replace code point bidirectional classes with ICU 1 year ago
  Aliaksandr Kalenik 5285e22f2a LibWeb+WebContent: Move scrollbar painting into WebContent 1 year ago
  Tim Ledbetter d6297ec074 LibWeb: Cast to the correct type in `Element::auto_directionality()` 1 year ago
  Andreas Kling 802af5ad9d LibWeb: Allow Element.insertAdjacentHTML on the document element 1 year ago
  Andreas Kling f12dae7ea4 LibWeb: Update spec link & comments in Element.insertAdjacentHTML() 1 year ago
  Shannon Booth ccdf82c9be LibWeb: Implement scrollIntoView with 'center' block position 1 year ago
  Shannon Booth e5206f5529 LibWeb: Only use lowercase attributes on toggle for HTML documents 1 year ago
  Shannon Booth 71819153cb LibWeb: Implement Element::scroll(HTML::ScrollToOptions) 1 year ago
  Shannon Booth 37ca32d62c LibWeb: Implement Element::scroll(x, y) closer to spec 1 year ago
  Shannon Booth 31977cc0ac LibWeb: Implement Element::scroll_by(x, y) 1 year ago
  Shannon Booth e640a68733 LibWeb: Implement Element::scroll_by(HTML::ScrollToOptions) 1 year ago
  Shannon Booth e5d03e382e LibWeb: Add AO for "normalize non-finite values" 1 year ago
  Tim Ledbetter 57f0ea186e LibWeb: Update `Element::directionality()` to match current spec text 1 year ago
  Tim Ledbetter 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 year ago
  Shannon Booth e070309258 LibWeb: Implement Element.outerHTML setter 1 year ago
  Shannon Booth faf33056da LibWeb: Update spec links for outer HTML element attributes 1 year ago
  Shannon Booth aede010096 LibWeb: Use GCPtr for Element::layout_node 1 year ago