Commit History

Author SHA1 Message Date
  Jonne Ransijn 07cd7d479f LibWeb: Remove reference counting for `CSS::StyleProperties` 8 months ago
  Simon König 15d2857a01 LibWeb: Don't crash on encountering display: list-item on pseudo element 8 months ago
  Aliaksandr Kalenik 7d22b1c5c8 LibWeb: Allow layout nodes to have multiple paintables 8 months ago
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere 9 months ago
  Sam Atkins 9559f0f123 LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue 10 months ago
  Tim Ledbetter 85863bb0ef LibWeb: Don't `verify_cast` where input and output types are the same 11 months ago
  Sam Atkins 3abd3ef5e2 LibWeb: Compute pseudo-element style when computing element style 11 months ago
  Sam Atkins 898e3bd898 Last: LibWeb: Add counter() and counters() functions to content property 11 months ago
  Sam Atkins 708f49d906 LibWeb: Give DOM Elements a CountersSet 11 months ago
  Edwin Hoksberg 020b20d817 LibWeb: Support content-visibility css 1 year ago
  Arthur Hartwig Carlsson 9ed2669fc8 LibWeb: Don't insert out-of-flow elements into block pseudo elements 1 year ago
  Arthur Hartwig Carlsson 196922ae5b LibWeb: Refactor out-of-flow and in-flow into functions 1 year ago
  Andreas Kling f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() 1 year ago
  Aliaksandr Kalenik b2dcdf0096 LibWeb: Use button layout for input elements with button type 1 year ago
  Tim Ledbetter 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 year ago
  Tim Ledbetter c57d395a48 LibWeb: Use `IterationDecision` in single level Node iteration methods 1 year ago
  MacDue 561beb5e95 LibWeb: Move SVG mask/clip layout node creation under DOM::Element 1 year ago
  MacDue c1b5fe61d1 LibWeb: Lay out SVG `<clipPath>` uses 1 year ago
  Aliaksandr Kalenik ca363f0024 LibWeb: Add basic "top layer" support 1 year ago
  Andreas Kling afe6abfc09 LibWeb: Use an ancestor filter to quickly reject many CSS selectors 1 year ago
  MacDue 163b6bb401 LibWeb: Special case SVG masks during layout 1 year ago
  Matthew Olsson 1ca31e0dc1 LibWeb: Remove unnecessary ErrorOr<> from StyleComputer 1 year ago
  Tim Ledbetter 99fbd33d7d LibWeb: Make button flex wrapper inherit `min-height` property 1 year ago
  Andreas Kling ad7e6878fe LibWeb: Allocate CSS::ComputedValues objects on the heap 1 year ago
  Tim Ledbetter 7a3fc621bd LibWeb: Remove invalid assertion in table fixup 1 year ago
  Andreas Kling ba286781b4 LibWeb: Detach all paintables when building/committing layout tree 1 year ago
  Andreas Kling bc3a16396e LibWeb: Move font list from NodeWithStyle to ComputedValues 1 year ago
  Andreas Kling c82d517447 LibWeb: Move line-height from NodeWithStyle to ComputedValues 1 year ago
  Aliaksandr Kalenik 0a7e4a0d22 LibWeb: Ignore "display: contents" boxes while inserting inline nodes 1 year ago
  Bastiaan van der Plaat a05fd28b7b LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer 1 year ago