提交历史

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