Historique des commits

Auteur SHA1 Message Date
  Daniel Bertalan c62240aa80 Everywhere: Warn on function definitions without prototypes il y a 1 an
  Tim Ledbetter a552bda8d9 LibWeb: Pass the old attribute value to `Element::attribute_changed()` il y a 1 an
  Luke Warlow ce8d3d17c4 LibWeb: Implement unsafe HTML parsing methods il y a 1 an
  Luke Warlow 9171c35183 LibWeb: Refactor DOM parsing APIs il y a 1 an
  Andreas Kling fb9f3f10f3 LibWeb: Add Element.getHTML() and ShadowRoot.getHTML() il y a 1 an
  Andreas Kling f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() il y a 1 an
  Andreas Kling 043ad0eb76 LibWeb: Refactor Element.attachShadow() after spec changes il y a 1 an
  Timothy Flynn aa3a30870b LibUnicode: Replace code point bidirectional classes with ICU il y a 1 an
  Aliaksandr Kalenik 5285e22f2a LibWeb+WebContent: Move scrollbar painting into WebContent il y a 1 an
  Tim Ledbetter d6297ec074 LibWeb: Cast to the correct type in `Element::auto_directionality()` il y a 1 an
  Andreas Kling 802af5ad9d LibWeb: Allow Element.insertAdjacentHTML on the document element il y a 1 an
  Andreas Kling f12dae7ea4 LibWeb: Update spec link & comments in Element.insertAdjacentHTML() il y a 1 an
  Shannon Booth ccdf82c9be LibWeb: Implement scrollIntoView with 'center' block position il y a 1 an
  Shannon Booth e5206f5529 LibWeb: Only use lowercase attributes on toggle for HTML documents il y a 1 an
  Shannon Booth 71819153cb LibWeb: Implement Element::scroll(HTML::ScrollToOptions) il y a 1 an
  Shannon Booth 37ca32d62c LibWeb: Implement Element::scroll(x, y) closer to spec il y a 1 an
  Shannon Booth 31977cc0ac LibWeb: Implement Element::scroll_by(x, y) il y a 1 an
  Shannon Booth e640a68733 LibWeb: Implement Element::scroll_by(HTML::ScrollToOptions) il y a 1 an
  Shannon Booth e5d03e382e LibWeb: Add AO for "normalize non-finite values" il y a 1 an
  Tim Ledbetter 57f0ea186e LibWeb: Update `Element::directionality()` to match current spec text il y a 1 an
  Tim Ledbetter 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods il y a 1 an
  Shannon Booth e070309258 LibWeb: Implement Element.outerHTML setter il y a 1 an
  Shannon Booth faf33056da LibWeb: Update spec links for outer HTML element attributes il y a 1 an
  Shannon Booth aede010096 LibWeb: Use GCPtr for Element::layout_node il y a 1 an
  Cnidarias 1a1e5aaf54 LibWeb: Add null check for get_client_rects() on non paintable elements il y a 1 an
  Andreas Kling 193fc7ef98 LibWeb: Allow cloneNode() to clone elements with weird attributes il y a 1 an
  Alex 13abb1b2c7 LibWeb: Add name validation and document check to setAttribute il y a 1 an
  Andreas Kling 41667f969d LibWeb: Fix two problems where media queries didn't invalidate properly il y a 1 an
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration il y a 1 an
  Andreas Kling 0b28a310b1 LibWeb: Stub out Element.scrollBy() il y a 1 an