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 년 전 |
Aliaksandr Kalenik
|
57940f4370
LibWeb: Wrap table roots in anonymous block boxes
|
2 년 전 |
Sam Atkins
|
8cc0bdf777
LibWeb: Resolve Lengths to CSSPixels
|
2 년 전 |
Sam Atkins
|
5d8e3f5122
LibWeb: Convert Layout::Node to new pixel units
|
2 년 전 |
Sam Atkins
|
affc8a22ca
LibWeb+WebContent: Convert BrowsingContext to new pixel units
|
2 년 전 |
martinfalisse
|
64c353f11c
LibWeb: Parse `border-collapse` property for HTML table
|
2 년 전 |
Luke Wilde
|
7bd6a5b868
LibWeb: Treat `border-style: hidden` the same as `border-style: none`
|
2 년 전 |
Sam Atkins
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 년 전 |
Karol Kosek
|
586a7dca88
LibWeb: Support special border width identifiers
|
2 년 전 |