Commit History

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