Commit történet

Szerző SHA1 Üzenet Dátum
  Grubre 5ac1a24255 LibWeb: Implement lang() function for DOM::Element 9 hónapja
  Andreas Kling 6dad8ea584 LibWeb: Move pessimistic :has() invalidation hack to invalidate_style() 9 hónapja
  Andreas Kling f24b91b01e LibWeb: Invalidate whole document style on attr change if :has() present 9 hónapja
  Jonne Ransijn 07cd7d479f LibWeb: Remove reference counting for `CSS::StyleProperties` 9 hónapja
  Aliaksandr Kalenik 629a3ac61e LibWeb: Add missing check if scrollable overflow defined for paintable 9 hónapja
  Andreas Kling 4fdb266077 LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) 9 hónapja
  Aliaksandr Kalenik c097f53875 LibWeb: Remove InlinePaintable 9 hónapja
  Aliaksandr Kalenik 6a549f6270 LibWeb: Replace InlinePaintable with PaintableWithLines created per line 9 hónapja
  Aliaksandr Kalenik c690fb9df3 LibWeb: Rename Layout::Node::paintable() to first_paintable() 9 hónapja
  Andreas Kling 073bcfd386 AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 9 hónapja
  Andreas Kling dd419b5a8d AK: Make String::number() infallible 9 hónapja
  Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String 9 hónapja
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere 10 hónapja
  Sam Atkins 8c79edac08 LibWeb: Ensure Elements don't need style update after computing style 10 hónapja
  Tim Ledbetter 089139f09d LibWeb: Return a WindowProxy from `document.defaultView` 10 hónapja
  Andreas Kling aa8f17aea4 LibWeb: Rename invalidate_layout() => invalidate_layout_tree() 10 hónapja
  Sam Atkins d757c8b78d LibWeb/DOM: Implement spec changes to dir=auto directionality 10 hónapja
  Sam Atkins 2a5390ef4f LibWeb/DOM: Move "text node directionality" algorithm into DOM::Text 10 hónapja
  Asutosh Variar 229b64a4b7 Everywhere: Convert from_string_view -> from_string_literal where static 10 hónapja
  Tim Ledbetter 0de3145071 LibWeb: Don't crash when determining slot element auto directionality 10 hónapja
  Andreas Kling 7df4365e40 LibWeb: Only invalidate style & DOM version if attribute really changes 11 hónapja
  Andreas Kling ddbfac38b0 LibWeb: Note what's causing a style invalidation to happen 11 hónapja
  Andreas Kling f647d190a3 LibWeb: Avoid synchronous layout when getting scroll box of root element 10 hónapja
  Aliaksandr Kalenik 20f68106a7 LibWeb: Fix getBoundingClientRect() for elements with "position: sticky" 11 hónapja
  Andreas Kling 62083bf586 LibWeb: Only recompute `before` and `after` pseudo element styles 11 hónapja
  Sam Atkins 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct 11 hónapja
  Sam Atkins 9559f0f123 LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue 11 hónapja
  Jamie Mansfield 9c4e80a3ec LibWeb/SVG: Implement default_tab_index_value for a element 11 hónapja
  Sam Atkins 4ec3968178 WebContent+LibWeb: Display resolved pseudo-element style in inspector 11 hónapja
  Sam Atkins 173daec9db LibWeb: Show pseudo-elements in DOM whose parent has no other children 11 hónapja