Sam Atkins
|
164094e161
LibWeb: Bring CSS tokenization preprocessing closer to spec
|
hace 2 años |
Sam Atkins
|
97e174afcd
LibWeb: Use the term "ident sequence" instead of "name"
|
hace 2 años |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
hace 3 años |
stelar7
|
cd73d5c1d0
LibWeb: Add missing preprocessing step to the css tokenizer
|
hace 3 años |
Sam Atkins
|
bf786d66b1
LibWeb: Move Token and Tokenizer into Parser namespace
|
hace 3 años |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
hace 3 años |
Sam Atkins
|
13e1232d79
LibWeb: Remove separate Token::m_unit field
|
hace 3 años |
Sam Atkins
|
fe372cd073
LibWeb: Use CSS::Number for Token numeric values
|
hace 3 años |
Sam Atkins
|
0795b9f7bb
LibWeb: Use floats instead of doubles for CSS numbers
|
hace 3 años |
Sam Atkins
|
1f5b5d3f99
LibWeb: Use intermediate ints when converting strings to numbers in CSS
|
hace 3 años |
Karol Kosek
|
fd235d8a06
LibWeb: Don't put a backslash after escape sequences in text-like tokens
|
hace 3 años |
Lenny Maiorani
|
f912a48315
Userland: Change static const variables to static constexpr
|
hace 3 años |
Sam Atkins
|
2a7a8d2cab
LibWeb: Don't verify that a dimension unit isn't whitespace
|
hace 3 años |
Sam Atkins
|
5d0851cb0e
LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()
|
hace 3 años |
Sam Atkins
|
269a24d4ca
LibWeb: Pass correct values to would_start_an_identifier()
|
hace 3 años |
Sam Atkins
|
bb82ee5530
LibWeb: Pass correct values to would_start_a_number()
|
hace 3 años |
Sam Atkins
|
981badb45f
LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()
|
hace 3 años |
Sam Atkins
|
85e5586a27
LibWeb: Add spec comments to CSS Tokenizer
|
hace 3 años |
Sam Atkins
|
9403cc42f9
LibWeb: Convert CSS Token::m_value from StringBuilder to FlyString
|
hace 3 años |
Sam Atkins
|
75e7c2c5c0
LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyString
|
hace 3 años |
Sam Atkins
|
f6869797a7
LibWeb: Convert numeric tokens to numbers in CSS Tokenizer
|
hace 3 años |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
hace 3 años |
Sam Atkins
|
ecf5368535
LibWeb: Record position information in CSS Tokens
|
hace 3 años |
Sam Atkins
|
9a2eecaca4
LibWeb: Add CSS Tokenizer::consume_as_much_whitespace_as_possible()
|
hace 3 años |
Sam Atkins
|
dfbdc20f87
LibWeb: Add spec links to CSS Tokenizer
|
hace 3 años |
Sam Atkins
|
bb1cc99750
LibWeb: Stop treating EOF as a valid part of an identifier
|
hace 3 años |
sin-ack
|
d9900ece2f
LibWeb: Preprocess the CSS stream in the Tokenizer
|
hace 3 años |
Sam Atkins
|
74c9587798
LibWeb: Fix EOF handling in CSS Tokenizer peek_{twin,triplet}()
|
hace 3 años |
Sam Atkins
|
e54531244f
LibWeb: Define proper debug symbols for CSS Parser and Tokenizer
|
hace 4 años |
Sam Atkins
|
7439fbd896
LibWeb: Get CSS @import rules working in new parser
|
hace 4 años |