Andi Gallo
|
b34b80104f
LibWeb: Fix buttons with TextNode label
|
1 year ago |
Tom
|
d7a3b65a44
LibWeb: Vertically align HTML Button content
|
1 year ago |
Aliaksandr Kalenik
|
b6ea4b002b
LibWeb: Add info about pseudo element type in Layout::Node
|
1 year ago |
MacDue
|
24c848607c
LibWeb: Don't lay out light DOM children of elements with a shadow root
|
1 year ago |
Andreas Kling
|
28fdc7af05
LibWeb: Detach stale layout nodes from DOM during layout tree build
|
1 year ago |
Aliaksandr Kalenik
|
0e8a0a8191
LibWeb: Add support for "display: contents"
|
1 year ago |
Andi Gallo
|
55f1a70577
LibWeb: Fix style updates for table box nodes
|
2 years ago |
Andi Gallo
|
48706742d8
LibWeb: Fix remove_irrelevant_boxes
|
2 years ago |
Simon Wanner
|
293ece2292
LibWeb: Support list-style-position
|
2 years ago |
Aliaksandr Kalenik
|
787f2d2a10
LibWeb: Remove Layout::TableCellBox
|
2 years ago |
Aliaksandr Kalenik
|
3a3a085404
LibWeb: Remove Layout::TableRowBox
|
2 years ago |
Aliaksandr Kalenik
|
258f3ea952
LibWeb: Remove Layout::TableBox
|
2 years ago |
Aliaksandr Kalenik
|
94fd17a467
LibWeb: Wrap child text sequences of grid container in anonymous blocks
|
2 years ago |
Andreas Kling
|
7d24c13d8b
LibWeb: Make input element placeholders look better
|
2 years ago |
Andi Gallo
|
668578ddc0
LibWeb: Propagate children_are_inline in wrap_in_anonymous
|
2 years ago |
Andreas Kling
|
43616316de
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
|
2 years ago |
Sam Atkins
|
d16600a48b
LibWeb: Propagate errors from StyleValue construction
|
2 years ago |
Emil Militzer
|
31e1be0438
LibWeb: Support multi-keyword syntax for CSS display property
|
2 years ago |
Andreas Kling
|
7b4c76788b
LibWeb: Don't put abspos grid/flex items in anonymous wrapper
|
2 years ago |
Andreas Kling
|
8f311c61af
LibWeb: Add out-of-flow boxes to anonymous wrapper block when possible
|
2 years ago |
Sam Atkins
|
4b711932cc
LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
76de017a51
LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
Andreas Kling
|
3e970540b4
LibWeb: Don't compute full style for ::before/::after unless matched
|
2 years ago |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 years ago |
Sam Atkins
|
e338ef4914
LibWeb: Port ComputedValues to new Strings
|
2 years ago |
Aliaksandr Kalenik
|
83b0613c68
LibWeb: Null check `nearest_sibling` in `generate_missing_parents`
|
2 years ago |
Karol Kosek
|
2cc108a15e
LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
|
2 years ago |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
Aliaksandr Kalenik
|
276a77f02d
LibWeb: Support display inline-table
|
2 years ago |