提交历史

作者 SHA1 备注 提交日期
  Andreas Kling df1bb0ff49 LibWeb: Make HTMLCollection faster when it only cares about children 2 年之前
  Andreas Kling 821f808e52 LibWeb: Avoid rebuilding layout tree unless CSS display property changes 2 年之前
  Andreas Kling fb722e69f3 LibWeb: Resolve CSS custom properties on pseudo elements 2 年之前
  Andreas Kling 70db40c9b0 LibWeb: Don't include Layout/Node.h from DOM/Element.h 2 年之前
  Andreas Kling 67d2e32984 LibWeb: Don't include DOM/NamedNodeMap.h from DOM/Element.h 2 年之前
  Andreas Kling 4399ca2d82 LibWeb: Don't include CSS/CSSStyleDeclaration.h from DOM/Element.h 2 年之前
  Andreas Kling 5b5fbecb38 LibWeb: Don't include DOM/Attr.h from DOM/Element.h 2 年之前
  Andreas Kling 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 年之前
  Andreas Kling f37f081f15 LibWeb: Don't relayout when visibility changes between visible/hidden 2 年之前
  Linus Groh d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() 2 年之前
  Linus Groh 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 年之前
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 年之前
  Srikavin Ramkumar 4a82f9bd03 LibWeb: Allow attachshadow for elements with valid custom element names 2 年之前
  Simon Wanner f3ba44a9f2 LibWeb: Pass scope in Element::closest 2 年之前
  Simon Wanner d55373067d LibWeb: Pass scope in Element::matches 2 年之前
  Andreas Kling fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 年之前
  Andreas Kling 2042993997 LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString 2 年之前
  Linus Groh 40b4ee88de LibWeb/HTML: Port Window.scroll{X,Y} / Window.page{X,Y}Offset to IDL 2 年之前
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 年之前
  Kenneth Myhra ec0049441c LibWeb: Make factory methods of Geometry::DOMRect fallible 2 年之前
  Kenneth Myhra 9b190b9509 LibWeb: Make factory method of Geometry::DOMRectList fallible 2 年之前
  Sam Atkins 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to 2 年之前
  Kenneth Myhra e3e281addd LibWeb: Make factory method of DOM::NamedNodeMap fallible 2 年之前
  Kenneth Myhra ff875d353b LibWeb: Make factory method of DOM::HTMLCollection fallible 2 年之前
  Kenneth Myhra 251c063897 LibWeb: Make factory method of DOM::DOMTokenList fallible 2 年之前
  Kenneth Myhra 50c5f0d7da LibWeb: Make factory method of DOM::Attr fallible 2 年之前
  Kenneth Myhra 8fbd43cb27 LibWeb: Make factory method of CSS::ResolvedCSSStyleDeclaration fallible 2 年之前
  Kenneth Myhra c950d1904a LibWeb: Make factory methods of CSS::CSSStyleDeclaration fallible 2 年之前
  Sam Atkins dca19b764b LibWeb: Port CSS::Display to new Strings 2 年之前
  Karol Kosek 4311fd2774 LibWeb: Implement Element.attachShadow and Element.shadowRoot :^) 2 年之前