Sam Atkins
|
89ed8e59f9
LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Sam Atkins
|
9436b7de83
LibWeb: Split ContentStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Sam Atkins
|
77b2826402
LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Sam Atkins
|
66bc816284
LibWeb: Split BorderRadiusStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Sam Atkins
|
25114c159d
LibWeb: Split BorderRadiusShorthandStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Sam Atkins
|
1c03bc7a6f
LibWeb: Split BorderStyleValue 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 年之前 |
Sam Atkins
|
92a0d4c0af
LibWeb: Split BackgroundStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Sam Atkins
|
777d3e73f9
LibWeb: Split AngleStyleValue out of StyleValue.{h,cpp}
|
2 年之前 |
Sam Atkins
|
fcd4e68959
LibWeb: Use actual token representations when parsing CSS `<urange>`
|
2 年之前 |
implicitfield
|
a3d43b067a
LibWeb: Parse CSS identifiers case-insensitively
|
2 年之前 |
Simon Wanner
|
c8ebacb1c9
LibWeb: Support the :scope pseudo class
|
2 年之前 |
Srikavin Ramkumar
|
c3d6709a9e
LibWeb: Implement selector matching for :indeterminate pseudo-class
|
2 年之前 |
Mathis Wiehl
|
3a45bba4e0
LibWeb: Load alternative font urls if others fail
|
2 年之前 |
Kenneth Myhra
|
be958a14cf
LibWeb: Use from_deprecated_fly_string() instead of from_utf8()
|
2 年之前 |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年之前 |
Luke Wilde
|
f7ff1fd985
LibWeb: Remove CSS::Parser::ParsingContext's default constructor
|
2 年之前 |
Sam Atkins
|
ca30914fe9
LibWeb: Propagate errors from CSS Parser construction
|
2 年之前 |
Sam Atkins
|
235018046e
LibWeb: Use free functions for parsing in `@Supports`
|
2 年之前 |
Sam Atkins
|
17618989a3
LibWeb: Propagate errors from CSS Tokenizer construction
|
2 年之前 |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 年之前 |
Andreas Kling
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 年之前 |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 年之前 |
MacDue
|
3676f5085e
LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValue
|
2 年之前 |
Sam Atkins
|
13d2111b74
LibWeb: Port Selector to new Strings
|
2 年之前 |
Sam Atkins
|
c2f0b20d6b
LibWeb: Port FontFace to new Strings
|
2 年之前 |
Sam Atkins
|
33e9c4e1b2
LibWeb: Port GeneralEnclosed to new Strings
|
2 年之前 |
Sam Atkins
|
2026ea557e
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
|
2 年之前 |
Kenneth Myhra
|
64e4d3fd94
LibWeb: Make factory method of CSS::CSSSupportsRule fallible
|
2 年之前 |