提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik 68fcc37531 LibWeb: Return used values for grid tracks in getComputedStyle() 10 月之前
  Aliaksandr Kalenik 415ea4ec0c LibWeb: Resolve "position: sticky" insets relative to scrollport 10 月之前
  Aliaksandr Kalenik 30b636e90b LibWeb: Add "position: sticky" support 10 月之前
  BenJilks 963cf1c2c4 LibWeb: Add additional padding to the end of the scrollable overflow 11 月之前
  Tim Ledbetter 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 年之前
  Tim Ledbetter c57d395a48 LibWeb: Use `IterationDecision` in single level Node iteration methods 1 年之前
  Matthew Olsson 8450041b52 LibWeb: Fix some GCVerifier warnings 1 年之前
  Andreas Kling 1cfd8b3ac0 LibWeb: Retain size definiteness when transferred through aspect ratio 1 年之前
  Andreas Kling a0ed8bdb57 LibWeb: Remove outdated comment about definite calc() sizes 1 年之前
  Andreas Kling c51a4cc007 LibWeb: Detach paintables from *all* DOM nodes before committing layout 1 年之前
  Aliaksandr Kalenik 309259aeb6 LibWeb: Clamp scroll offset into valid range after relayout 1 年之前
  Andreas Kling f963bb4f36 LibWeb: Don't mark heights as definite in set_content_height() 1 年之前
  Andreas Kling 0dd8458683 LibWeb: Add FIXME about definiteness to UsedValues::set_content_width() 1 年之前
  Aliaksandr Kalenik 1af466babf LibWeb: Fix invalidation of CSS properties that do not affect layout 1 年之前
  Sam Atkins e025bcc4f9 LibWeb: Make use of transform-box when calculating transforms 1 年之前
  Aliaksandr Kalenik 0d76a9da17 LibWeb: Resolve `text-decoration-thickness` during layout commit 1 年之前
  Aliaksandr Kalenik 91ef4fed93 LibWeb: Resolve all layout-dependent properties in one loop 1 年之前
  Bastian Neumann 7cd489d6aa LibWeb: Remove early continue in size parsing 1 年之前
  Aliaksandr Kalenik b317620486 LibWeb: Resolve relpos fragment offsets only for inline paintables 1 年之前
  Andreas Kling 8e31bfb83c LibWeb: Give UsedValues a pointer to containing block UsedValues 1 年之前
  Aliaksandr Kalenik ef0c390b79 LibWeb: Resolve CSS transform properties during layout commit 1 年之前
  Aliaksandr Kalenik 2960bf4ec8 LibWeb: Make inline paintables own their fragments 1 年之前
  Aliaksandr Kalenik 5ed936289a LibWeb: Set box-shadow for inline paintables in LayoutState::commit() 1 年之前
  Andreas Kling ba286781b4 LibWeb: Detach all paintables when building/committing layout tree 1 年之前
  Aliaksandr Kalenik ee5d66c5d5 LibWeb: Resolve text shadows in `LayoutState::commit()` 1 年之前
  Aliaksandr Kalenik de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree 1 年之前
  Andreas Kling ca57e40350 LibWeb: Take padding into account when resolving border radii 1 年之前
  Aliaksandr Kalenik 6c645f3a9f LibWeb: Paint fragments contained by inline node as part of this node 1 年之前
  Aliaksandr Kalenik b2abd1dd05 LibWeb: Resolve box shadow data for paintable boxes during layout 1 年之前
  Aliaksandr Kalenik d1d6da6ab6 LibWeb: Resolve border radius during layout and save it in paintables 1 年之前