提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 08d60d7521 LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 11 月之前
  Andreas Kling c288bfb404 LibWeb: Only remember source CSSStyleDeclaration for animation-name 11 月之前
  Sam Atkins 3abd3ef5e2 LibWeb: Compute pseudo-element style when computing element style 11 月之前
  Sam Atkins 7daf5cdaff LibWeb: Invalidate layout if pseudo-element style changes 11 月之前
  Sam Atkins f23f0721bd LibWeb: Combine Element's pseudo-element data together 11 月之前
  Ángel Carias 9624e0d2a2 LibWeb/DOM: Implement Node.lookupPrefix 11 月之前
  Sam Atkins 696ccc1aa9 LibWeb: Prevent elements with no layout box from modifying counters 11 月之前
  Sam Atkins 017d6c3314 LibWeb: Implement counter-[increment,reset,set] properties 11 月之前
  Sam Atkins 708f49d906 LibWeb: Give DOM Elements a CountersSet 11 月之前
  Timur Sultanov d1a7caa35d LibWeb: Use queue_a_task() function to queue an element task 11 月之前
  Jamie Mansfield f774d75f89 LibWeb/DOM: Check if name is valid in Element.toggleAttribute 11 月之前
  Tim Ledbetter 21e21abeed LibWeb: Update Element class list is when class attribute is removed 11 月之前
  Andreas Kling 4c326fc5f6 LibWeb: Implement :host and :host(<compound-selector>) selector matching 11 月之前
  Tim Ledbetter e40352b6b5 LibWeb: Ensure `document.getElementsByName("")` returns no elements 11 月之前
  Tim Ledbetter 0fceede029 LibWeb: Ensure `document.getElementsByClassName("")` returns no elements 11 月之前
  Tim Ledbetter faf64bfb41 LibWeb: Move get_elements_by_name implementation to `ParentNode` 11 月之前
  Tim Ledbetter f666d967d6 LibWeb: Ensure `document.getElementById("")` returns null 11 月之前
  Edwin Hoksberg 5f154ba372 LibWeb: Implement Element::check_visibility 1 年之前
  Edwin Hoksberg 020b20d817 LibWeb: Support content-visibility css 1 年之前
  Daniel Bertalan c62240aa80 Everywhere: Warn on function definitions without prototypes 11 月之前
  Tim Ledbetter a552bda8d9 LibWeb: Pass the old attribute value to `Element::attribute_changed()` 1 年之前
  Luke Warlow ce8d3d17c4 LibWeb: Implement unsafe HTML parsing methods 1 年之前
  Luke Warlow 9171c35183 LibWeb: Refactor DOM parsing APIs 1 年之前
  Andreas Kling fb9f3f10f3 LibWeb: Add Element.getHTML() and ShadowRoot.getHTML() 1 年之前
  Andreas Kling f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() 1 年之前
  Andreas Kling 043ad0eb76 LibWeb: Refactor Element.attachShadow() after spec changes 1 年之前
  Timothy Flynn aa3a30870b LibUnicode: Replace code point bidirectional classes with ICU 1 年之前
  Aliaksandr Kalenik 5285e22f2a LibWeb+WebContent: Move scrollbar painting into WebContent 1 年之前
  Tim Ledbetter d6297ec074 LibWeb: Cast to the correct type in `Element::auto_directionality()` 1 年之前
  Andreas Kling 802af5ad9d LibWeb: Allow Element.insertAdjacentHTML on the document element 1 年之前