Andreas Kling
|
13834cfdff
LibWeb: Use Layout::Node::display() everywhere
|
2 年之前 |
Andreas Kling
|
1dd4e2dc87
LibWeb: Cache lowercased names in SimpleSelector
|
2 年之前 |
Andreas Kling
|
99ecc216d7
LibWeb: Show iframe URLs in layout tree dumps
|
3 年之前 |
MacDue
|
b5febe538c
LibWeb: Parse the -webkit-progress-bar/value pseudo elements
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Andreas Kling
|
f4f850aaf2
LibWeb: Support CSSRule.type
|
3 年之前 |
Sam Atkins
|
12b8570ce3
LibWeb: Understand the `format()` part of a `@font-face`'s `src`
|
3 年之前 |
Sam Atkins
|
dbbd6d3508
LibWeb: Parse `@font-face` `unicode-range` descriptor
|
3 年之前 |
Sam Atkins
|
804b8c85e8
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
|
3 年之前 |
Andreas Kling
|
618273b48d
LibWeb: Include children-are-inline state in layout tree dumps
|
3 年之前 |
Andreas Kling
|
195ef5e26f
LibWeb: Bring CSS line-height implementation closer to spec
|
3 年之前 |
Sam Atkins
|
31b24c2b29
LibWeb: Remove now-unused null values from Selector enums
|
3 年之前 |
Sam Atkins
|
c0db19f63c
LibWeb: Use a Variant for SimpleSelector's contents
|
3 年之前 |
Sam Atkins
|
d60b3be29a
LibWeb: Implement the :focus-within selector
|
3 年之前 |
Andreas Kling
|
bdd42c9b0e
LibWeb: Add basic support for :lang() CSS selector
|
3 年之前 |
Andreas Kling
|
3f55271c8e
LibWeb: Don't crash when dumping layout tree pre-layout
|
3 年之前 |
Sam Atkins
|
5b0187477b
LibWeb: Implement `:nth-[last-]child(n of foo)` syntax
|
3 年之前 |
Sam Atkins
|
993653317c
LibWeb: Implement the :where() selector
|
3 年之前 |
Sam Atkins
|
c148ed50bb
LibWeb: Implement the :is() selector
|
3 年之前 |
Andreas Kling
|
e31fe3eeb8
LibWeb: Rename Element::specified_css_values() => computed_css_values()
|
3 年之前 |
Andreas Kling
|
ba606d9057
LibWeb: Move PaintingBox to its own .cpp and .h files
|
3 年之前 |
Andreas Kling
|
9461e44afa
LibWeb: Use Layout::Box::paint_box() accessor in more places
|
3 年之前 |
Andreas Kling
|
f6497b64ac
LibWeb: Rename Painting::Box => Paintable
|
3 年之前 |
Andreas Kling
|
7af03df4c3
LibWeb: Make Painting::Box virtual and add Painting::BoxWithLines
|
3 年之前 |
Andreas Kling
|
a4d51b3dc2
LibWeb: Add Painting::Box and move things from Layout::Box into it
|
3 年之前 |
Andreas Kling
|
7dae895704
LibWeb: Align actual baselines, not just bottoms
|
3 年之前 |
Andreas Kling
|
ed44f9e290
LibWeb: Small improvements to layout tree dumps
|
3 年之前 |
Andreas Kling
|
c6cf240f9a
LibWeb: Store bottom edge location with each LineBox
|
3 年之前 |
Sam Atkins
|
a57128467a
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
|
3 年之前 |
Sam Atkins
|
817cd13d59
LibWeb: Implement the ::marker pseudo-element
|
3 年之前 |