Aliaksandr Kalenik
|
ab5b89eb95
LibWeb: Add basic parsing of grid shorthand CSS property
|
2 years ago |
Sam Atkins
|
c0e61f92c0
LibWeb: Remove now-unused `parse_css_value(ComponentValue)` method
|
2 years ago |
Sam Atkins
|
c8626f2294
LibWeb: Use new StyleValue parsing for font and font-family
|
2 years ago |
Sam Atkins
|
d90ad19201
LibWeb: Use new StyleValue parsing for "simple" properties
|
2 years ago |
Sam Atkins
|
bcacc2357e
LibWeb: Implement smarter CSS StyleValue parsing
|
2 years ago |
Aliaksandr Kalenik
|
6e0601a63e
LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rows
|
2 years ago |
Andreas Kling
|
6fe4fcb74b
LibWeb: Add a class to represent the "source set" concept from HTML
|
2 years ago |
Sam Atkins
|
f4d8a24fe4
LibWeb: Propagate errors from parse_css_value and property_initial_value
|
2 years ago |
Sam Atkins
|
ba6d37ee6f
LibWeb: Propagate errors when parsing StyleValues
|
2 years ago |
Emil Militzer
|
31e1be0438
LibWeb: Support multi-keyword syntax for CSS display property
|
2 years ago |
martinfalisse
|
22202715fc
LibWeb: Parse `grid-template` property
|
2 years ago |
martinfalisse
|
bebf4363db
LibWeb: Change name of GridTrackSizeListStyleValue
|
2 years ago |
MacDue
|
a5fa5e55ef
LibWeb: Allow specifying a URL for an SVG fill
|
2 years ago |
Sam Atkins
|
d0f80b40b2
LibWeb: Reimplement CalculatedStyleValue as a calculation node tree
|
2 years ago |
Sam Atkins
|
1352f8820b
LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^)
|
2 years ago |
MacDue
|
bed55ac669
LibWeb: Parse and plumb background-position-x/y
|
2 years ago |
Sam Atkins
|
1280d70d74
LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
d64ddeaec4
LibWeb: Move PositionValue into its own files
|
2 years ago |
Sam Atkins
|
7d08d5ad6f
LibWeb: Remove now-unused includes from StyleValue.cpp
|
2 years ago |
Sam Atkins
|
e61a5ad180
LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
Luke Wilde
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 years ago |
Sam Atkins
|
ca30914fe9
LibWeb: Propagate errors from CSS Parser construction
|
2 years ago |
Sam Atkins
|
235018046e
LibWeb: Use free functions for parsing in `@Supports`
|
2 years ago |
Sam Atkins
|
17618989a3
LibWeb: Propagate errors from CSS Tokenizer construction
|
2 years ago |
Andreas Kling
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 years ago |
Andreas Kling
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 years ago |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 years ago |
Sam Atkins
|
abc01cc9fe
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
|
2 years ago |
Sam Atkins
|
8af65108e4
LibWeb: Construct CSS Tokenizer and Parser with a StringView encoding
|
2 years ago |