Sam Atkins
|
82f3228dd2
LibWeb: Resolve CSS font property from value list
|
4 年之前 |
Sam Atkins
|
a44d7670ab
LibWeb: Resolve CSS list-style from value list
|
4 年之前 |
Sam Atkins
|
b693a22c2d
LibWeb: Resolve CSS flex/flex-flow from value list
|
4 年之前 |
Sam Atkins
|
4853c89c42
LibWeb: Handle ValueListStyleValues in StyleResolver
|
4 年之前 |
Sam Atkins
|
57d34f1966
LibWeb: Convert StyleResolver.{h,cpp} to east const
|
4 年之前 |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 年之前 |
Daniel Bertalan
|
98a9a1d7f9
Everywhere: Add break after the last case label before `default`
|
4 年之前 |
Tobias Christiansen
|
b253b63bb4
LibWeb: Resolve flex: shorthand correctly
|
4 年之前 |
Tobias Christiansen
|
ce7c8e215f
LibWeb: Parse and resolve flex: shorthand
|
4 年之前 |
Tobias Christiansen
|
ead864acf3
LibWeb: Parse and resolve flex-flow property
|
4 年之前 |
Tobias Christiansen
|
301eb998c6
LibWeb: Improve performance of CSS custom property resolution
|
4 年之前 |
Tobias Christiansen
|
fd6b04055c
LibWeb: Resolve custom properties
|
4 年之前 |
Tobias Christiansen
|
bf9c5ffb3f
LibWeb: StyleResolver: Keep track of specificity of matched selector
|
4 年之前 |
Tobias Christiansen
|
520441d472
LibWeb: Resolve shorthand for border-radius
|
4 年之前 |
Timothy Flynn
|
b7f00148ad
LibWeb: Resolve 2-part and 3-part border-color values
|
4 年之前 |
Timothy Flynn
|
984a39f7c0
LibWeb: Resolve 3-part and 4-part border-width values
|
4 年之前 |
Egor Ananyin
|
c2280a907d
LibWeb: Parse line-height inside font property
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Egor Ananyin
|
fe544feb17
LibWeb: Start parsing font property
|
4 年之前 |
Egor Ananyin
|
d5eb09adc2
LibWeb: Parse border-style correctly
|
4 年之前 |
Timothy Flynn
|
5de0e0068c
LibWeb: Support two-value background-repeat
|
4 年之前 |
Timothy Flynn
|
3ba338dec3
LibWeb: Support "pseudo" CSS properties
|
4 年之前 |
Timothy Flynn
|
bd5a91269f
LibWeb: Store computed CSS value of background-repeat
|
4 年之前 |
Andreas Kling
|
16cde3f14a
LibWeb: Rename CSSParser => DeprecatedCSSParser
|
4 年之前 |
Andreas Kling
|
e6f886677e
LibWeb: Fix clang-format issue in CSS/StyleResolver.cpp
|
4 年之前 |
Andreas Kling
|
fefb05f6f3
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
|
4 年之前 |
Andreas Kling
|
0af4762662
LibWeb: Rename StyleRule => CSSStyleRule
|
4 年之前 |
Sviatoslav Peleshko
|
04d67d0239
LibWeb: Create base class CSSRule for all CSS rules
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
21371bf6ee
LibWeb: Add parsing and application of CSS "overflow" property
|
4 年之前 |