Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling c7d592dd01 LibWeb: Generate a BlockContainer box for display:inline-flex před 2 roky
  Andreas Kling a0e6882d99 LibWeb: Remove Layout::Node::set_inline() před 2 roky
  Andreas Kling 162e4179fc LibWeb: Implement a simple version of Element.scrollIntoView() před 2 roky
  MacDue 7c8ce42593 LibWeb: Fix string whitespace splitting mistake před 2 roky
  Linus Groh b86c264975 LibWeb: Replace incorrect uses of split_view() for whitespace splitting před 2 roky
  Andrew Kaster 62a8c26b73 LibWeb: Remove unecessary dependence on Window from Geometry classes před 2 roky
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL před 2 roky
  Luke Wilde 540c307009 LibWeb: Implement Element.insertAdjacentText před 2 roky
  Luke Wilde d540e2ec98 LibWeb: Implement Element.insertAdjacentElement před 2 roky
  Luke Wilde 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec před 2 roky
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ před 2 roky
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ před 2 roky
  Andreas Kling 874e64d664 LibWeb: Make queue_an_element_task() use JS::SafeFunction před 2 roky
  Andreas Kling aa4dd6c1bc LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing před 2 roky
  Andreas Kling 530675993b LibWeb: Rename Attribute to Attr před 2 roky
  Andreas Kling 3c3ae3a768 LibWeb: Only uppercase qualified names in HTML documents před 2 roky
  Andreas Kling df7e64d103 LibWeb: Handle multiple class names in getElementsByClassName() před 2 roky
  Andreas Kling d9c64ee876 LibWeb: Hoist case sensitivity check out of loop in Element::has_class() před 2 roky
  Andreas Kling b7d8fbbd70 LibWeb: Update layout in Element.client{Left,Top} před 2 roky
  Andreas Kling 67b3af8025 LibWeb: Avoid layout in Element.client{Width,Height} if possible před 2 roky
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated před 2 roky
  Andreas Kling 57db2529cf LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated před 2 roky
  Andreas Kling b30e95eb27 LibWeb: Don't allocate NamedNodeMap in Element constructor před 2 roky
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible před 2 roky
  Andreas Kling 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated před 2 roky
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated před 2 roky
  Andreas Kling 0176d42f49 LibWeb: Make DOMTokenList GC-allocated před 3 roky
  Andreas Kling a56b3f9862 LibWeb: Make NamedNodeMap GC-allocated před 3 roky
  Andreas Kling 72bacba97b LibWeb: Make CSSStyleDeclaration GC-allocated před 3 roky
  martinfalisse e4c5799026 LibWeb: Add GridFormattingContext před 2 roky