Sam Atkins
|
c138845013
LibWeb: Store the original representation of CSS tokens
|
2 vuotta sitten |
Sam Atkins
|
a3d6d9db37
LibWeb: Correct logic when consuming a CSS number in scientific notation
|
2 vuotta sitten |
Sam Atkins
|
84af8dd9ed
LibWeb: Propagate errors from CSS Tokenizer
|
2 vuotta sitten |
Sam Atkins
|
17618989a3
LibWeb: Propagate errors from CSS Tokenizer construction
|
2 vuotta sitten |
Sam Atkins
|
2db168acc1
LibTextCodec+Everywhere: Port Decoders to new Strings
|
2 vuotta sitten |
Sam Atkins
|
f2a9426885
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
|
2 vuotta sitten |
Sam Atkins
|
3685a8813a
LibWeb: Port CSS Tokenizer to new Strings
|
2 vuotta sitten |
Sam Atkins
|
8af65108e4
LibWeb: Construct CSS Tokenizer and Parser with a StringView encoding
|
2 vuotta sitten |
Sam Atkins
|
7fc72d3838
LibWeb: Convert CSS Token value to new FlyString
|
2 vuotta sitten |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 vuotta sitten |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 vuotta sitten |
davidot
|
8abd4f6102
LibWeb: Make the CSS parser use the new double parser
|
2 vuotta sitten |
Sam Atkins
|
164094e161
LibWeb: Bring CSS tokenization preprocessing closer to spec
|
2 vuotta sitten |
Sam Atkins
|
97e174afcd
LibWeb: Use the term "ident sequence" instead of "name"
|
2 vuotta sitten |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 vuotta sitten |
stelar7
|
cd73d5c1d0
LibWeb: Add missing preprocessing step to the css tokenizer
|
3 vuotta sitten |
Sam Atkins
|
bf786d66b1
LibWeb: Move Token and Tokenizer into Parser namespace
|
3 vuotta sitten |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 vuotta sitten |
Sam Atkins
|
13e1232d79
LibWeb: Remove separate Token::m_unit field
|
3 vuotta sitten |
Sam Atkins
|
fe372cd073
LibWeb: Use CSS::Number for Token numeric values
|
3 vuotta sitten |
Sam Atkins
|
0795b9f7bb
LibWeb: Use floats instead of doubles for CSS numbers
|
3 vuotta sitten |
Sam Atkins
|
1f5b5d3f99
LibWeb: Use intermediate ints when converting strings to numbers in CSS
|
3 vuotta sitten |
Karol Kosek
|
fd235d8a06
LibWeb: Don't put a backslash after escape sequences in text-like tokens
|
3 vuotta sitten |
Lenny Maiorani
|
f912a48315
Userland: Change static const variables to static constexpr
|
3 vuotta sitten |
Sam Atkins
|
2a7a8d2cab
LibWeb: Don't verify that a dimension unit isn't whitespace
|
3 vuotta sitten |
Sam Atkins
|
5d0851cb0e
LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()
|
3 vuotta sitten |
Sam Atkins
|
269a24d4ca
LibWeb: Pass correct values to would_start_an_identifier()
|
3 vuotta sitten |
Sam Atkins
|
bb82ee5530
LibWeb: Pass correct values to would_start_a_number()
|
3 vuotta sitten |
Sam Atkins
|
981badb45f
LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()
|
3 vuotta sitten |
Sam Atkins
|
85e5586a27
LibWeb: Add spec comments to CSS Tokenizer
|
3 vuotta sitten |