Sam Atkins
|
6b6bf4a0aa
LibWeb: Implement CSS::parse_css_value()
|
4 年之前 |
Sam Atkins
|
c91c00f587
LibWeb: Remove unnecessary CSS:: namespace from CSS Parser code
|
4 年之前 |
Sam Atkins
|
28e8bb9b1d
LibWeb: Convert style declarations and at rules into CSSRules
|
4 年之前 |
Sam Atkins
|
6d14791c40
LibWeb: Use TokenStream in CSS Parser
|
4 年之前 |
Sam Atkins
|
b7116711bf
LibWeb: Add TokenStream class to CSS Parser
|
4 年之前 |
Sam Atkins
|
6c03123b2d
LibWeb: Give CSS Token and StyleComponentValueRule matching is() funcs
|
4 年之前 |
Sam Atkins
|
9c14504bbb
LibWeb: Rename CSS::Token::TokenType -> Type
|
4 年之前 |
Sam Atkins
|
8671d79ba4
LibWeb: Add direct StyleComponentValueRule constructors
|
4 年之前 |
Sam Atkins
|
82d12b170a
LibWeb: Merge CSS Parser's QualifiedStyleRule and AtStyleRule
|
4 年之前 |
Sam Atkins
|
a6085e19ae
LibWeb: Implement CSS selector parsing entry points
|
4 年之前 |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 年之前 |
Sam Atkins
|
390cc30a97
LibWeb: Bring CSS::Parser::parse_as_comma_separated_list...() to spec
|
4 年之前 |
Sam Atkins
|
caff7fff94
LibWeb: Convert CSS::Parser methods to return desired types
|
4 年之前 |
Sam Atkins
|
f9ffa34622
LibWeb: Remove broken CSS:Parser::is_combinator()
|
4 年之前 |
Sam Atkins
|
06fc099310
LibWeb: Fix Off-by-one error in CSS::Parser::next_token()
|
4 年之前 |
Sam Atkins
|
06cd418770
LibWeb: Convert QualifiedStyleRule to a RefPtr type in new Parser
|
4 年之前 |
Sam Atkins
|
f690259a42
LibWeb: Add new CSS attribute match types to new parser
|
4 年之前 |
Sam Atkins
|
7fefe34797
LibWeb: Add remaining CSS AttributeMatchTypes
|
4 年之前 |
Sam Atkins
|
29d78bba4b
LibWeb: Use StyleComponentValueRules for StyleBlockRule's values
|
4 年之前 |
Sam Atkins
|
89bfde29dc
LibWeb: Convert some CSS parser *Rule classes to using pointers
|
4 年之前 |
Sam Atkins
|
a558916e1f
LibWeb: Make CSS selector parsing use StyleComponentValueRules
|
4 年之前 |
Sam Atkins
|
d6b4022b58
LibWeb: Make CSS::QualifiedStyleRule's prelude StyleComponentValueRule
|
4 年之前 |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 年之前 |
Linus Groh
|
0aab774343
Everywhere: Fix a bunch of typos
|
4 年之前 |
Gunnar Beutner
|
704bfe54b6
LibWeb: Fix incorrect variable names when parsing CSS
|
4 年之前 |
miere43
|
aa83539d7b
LibWeb: Implement :nth-child pseudo-class
|
4 年之前 |
stelar7
|
55446172cb
LibWeb: Add selector support to the new CSSParser
|
4 年之前 |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 年之前 |
Brian Gianforcaro
|
46524426fb
LibWeb: Utilize SourceLocation for CSS/Parser logging
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |