提交历史

作者 SHA1 备注 提交日期
  MacDue 00cda96e2d LibWeb: Implement SVG opacity properties 2 年之前
  Andreas Kling 5d4e9a0673 LibWeb: Basic support for CSS `text-indent: <length-percentage>` 2 年之前
  MacDue afd355c135 LibWeb: Resolve and paint SVG gradient fills 2 年之前
  MacDue 297d8eebcd LibWeb: Add stop-color as a CSS property 2 年之前
  Linus Groh 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() 2 年之前
  Sam Atkins 0f9f6aef81 LibWeb: Simplify StyleValue API now that `auto` isn't a length 2 年之前
  MacDue bed55ac669 LibWeb: Parse and plumb background-position-x/y 2 年之前
  Sam Atkins 53a4a31af2 LibWeb: Remove CalculatedStyleValue from Length 2 年之前
  Sam Atkins 4c54c5d3dd LibWeb: Split StyleValueList out of StyleValue.{h,cpp} 2 年之前
  Sam Atkins b1ccd30b02 LibWeb: Split PositionStyleValue out of StyleValue.{h,cpp} 2 年之前
  Sam Atkins e61a5ad180 LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp} 2 年之前
  Sam Atkins 66bc816284 LibWeb: Split BorderRadiusStyleValue out of StyleValue.{h,cpp} 2 年之前
  Sam Atkins 9d5296889f LibWeb: Split BackgroundSizeStyleValue out of StyleValue.{h,cpp} 2 年之前
  Sam Atkins 52cd0b2f47 LibWeb: Split BackgroundRepeatStyleValue out of StyleValue.{h,cpp} 2 年之前
  MacDue 87b8a36e56 LibWeb: Parse and plumb the `accent-color` CSS property 2 年之前
  Andreas Kling 8b177a6da5 LibWeb: Clarify stacking context creation for viewport box 2 年之前
  Mathis Wiehl dd81a975d7 LibWeb: Establish a stacking context for root element 2 年之前
  MacDue 918a3082d6 LibWeb: Fix currentColor as a background-color (and maybe other places) 2 年之前
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 年之前
  Aliaksandr Kalenik 8eeedce805 LibWeb: Consider transform property while finding containing block 2 年之前
  Sam Atkins 0fb6f87d49 LibWeb: Add spec link to border-width: thin/medium/thick definitions 2 年之前
  Andreas Kling f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues 2 年之前
  Andreas Kling df235d2c9f LibWeb: Relax unnecessarily narrow cast in Node::containing_block() 2 年之前
  Andreas Kling 8fe748bb89 LibWeb: Make grid containers be Layout::Box 2 年之前
  Andreas Kling 44cf418975 LibWeb: Make flex containers be Layout::Box 2 年之前
  Andreas Kling 51555dea7c LibWeb: Make Layout::Node::containing_block() return a Layout::Box 2 年之前
  martinfalisse a6548c4d80 LibWeb: Parse `grid-template-areas` CSS property 2 年之前
  Aliaksandr Kalenik 45e85d20b6 LibWeb: Output display type inline-table in layout dump 2 年之前
  Andreas Kling 4d401bf796 LibWeb: Make the paint tree GC-allocated 2 年之前
  Aliaksandr Kalenik 1242bd5ee5 LibWeb: Move clear property from table-root to table-wrapper 2 年之前