提交历史

作者 SHA1 备注 提交日期
  Andreas Kling ccd72a2add LibWeb: Don't invalidate style for entire document on attribute change 2 年之前
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated 2 年之前
  Andreas Kling 8412206cb4 LibWeb: Cache pseudo element layout nodes weakly on DOM::Element 2 年之前
  Andreas Kling 7dcbb403bb LibWeb: Update layout in Element.getClientRects() 2 年之前
  Andreas Kling c7d592dd01 LibWeb: Generate a BlockContainer box for display:inline-flex 2 年之前
  Andreas Kling a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 年之前
  Andreas Kling 162e4179fc LibWeb: Implement a simple version of Element.scrollIntoView() 2 年之前
  MacDue 7c8ce42593 LibWeb: Fix string whitespace splitting mistake 2 年之前
  Linus Groh b86c264975 LibWeb: Replace incorrect uses of split_view() for whitespace splitting 2 年之前
  Andrew Kaster 62a8c26b73 LibWeb: Remove unecessary dependence on Window from Geometry classes 2 年之前
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 年之前
  Luke Wilde 540c307009 LibWeb: Implement Element.insertAdjacentText 2 年之前
  Luke Wilde d540e2ec98 LibWeb: Implement Element.insertAdjacentElement 2 年之前
  Luke Wilde 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec 2 年之前
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 年之前
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
  Andreas Kling 874e64d664 LibWeb: Make queue_an_element_task() use JS::SafeFunction 2 年之前
  Andreas Kling aa4dd6c1bc LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing 2 年之前
  Andreas Kling 530675993b LibWeb: Rename Attribute to Attr 2 年之前
  Andreas Kling 3c3ae3a768 LibWeb: Only uppercase qualified names in HTML documents 2 年之前
  Andreas Kling df7e64d103 LibWeb: Handle multiple class names in getElementsByClassName() 2 年之前
  Andreas Kling d9c64ee876 LibWeb: Hoist case sensitivity check out of loop in Element::has_class() 2 年之前
  Andreas Kling b7d8fbbd70 LibWeb: Update layout in Element.client{Left,Top} 2 年之前
  Andreas Kling 67b3af8025 LibWeb: Avoid layout in Element.client{Width,Height} if possible 2 年之前
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 2 年之前
  Andreas Kling 57db2529cf LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated 2 年之前
  Andreas Kling b30e95eb27 LibWeb: Don't allocate NamedNodeMap in Element constructor 2 年之前
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年之前
  Andreas Kling 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated 2 年之前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年之前