Sam Atkins
|
13e1232d79
LibWeb: Remove separate Token::m_unit field
|
3 年之前 |
Sam Atkins
|
fe372cd073
LibWeb: Use CSS::Number for Token numeric values
|
3 年之前 |
Sam Atkins
|
0795b9f7bb
LibWeb: Use floats instead of doubles for CSS numbers
|
3 年之前 |
Hendiadyoin1
|
2f2efc4775
LibWeb: Use llround in CSS::Token::to_closest_integer
|
3 年之前 |
Hendiadyoin1
|
3f8347718c
LibWeb: Use a u32 for a delim tokens value
|
3 年之前 |
Sam Atkins
|
cf07da082e
LibWeb: Implement CSS::Token::to_string()
|
3 年之前 |
Sam Atkins
|
9403cc42f9
LibWeb: Convert CSS Token::m_value from StringBuilder to FlyString
|
3 年之前 |
Sam Atkins
|
75e7c2c5c0
LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyString
|
3 年之前 |
Sam Atkins
|
9286aa77bc
LibWeb: Break friendship between CSS Token and Parser :^(
|
3 年之前 |
Sam Atkins
|
1d2276f0e7
LibWeb: Return numeric values from Token value getters
|
3 年之前 |
Sam Atkins
|
f6869797a7
LibWeb: Convert numeric tokens to numbers in CSS Tokenizer
|
3 年之前 |
networkException
|
2462fb5f0e
LibWeb: Convert NumberType::Integer to i64 instead of i32
|
3 年之前 |
Sam Atkins
|
ecf5368535
LibWeb: Record position information in CSS Tokens
|
3 年之前 |
Sam Atkins
|
78e57096e2
LibWeb: Distinguish between integer and float in NumericStyleValue
|
3 年之前 |
Sam Atkins
|
e2c32a6c65
Everywhere: Use my shiny new serenityos.org email :^)
|
3 年之前 |
Sam Atkins
|
6034fc0ee6
LibWeb: Make CSS 'An+B' parsing spec-compliant
|
4 年之前 |
Sam Atkins
|
8d0ff98eff
LibWeb: Parse CSS selectors according to the spec
|
4 年之前 |
Sam Atkins
|
7439fbd896
LibWeb: Get CSS @import rules working in new parser
|
4 年之前 |
Sam Atkins
|
6e08b200d4
LibWeb: Implement ImageStyleValue parsing
|
4 年之前 |
Sam Atkins
|
7abfb18656
LibWeb: Implement CSS color parsing from Tokens
|
4 年之前 |
Sam Atkins
|
fabc09a593
LibWeb: Increase clarity with CSS token debug logging
|
4 年之前 |
Sam Atkins
|
6b6bf4a0aa
LibWeb: Implement CSS::parse_css_value()
|
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
|
f7c79de0c5
LibWeb: Add convenience methods to CSS::Parser::Token
|
4 年之前 |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
7c222d1bdf
LibWeb: Run clang-format on CSS/Parser/Token.h
|
4 年之前 |
Andreas Kling
|
078f0a5c67
LibWeb: Add specification-based CSS tokenizer
|
4 年之前 |