Historique des commits

Auteur SHA1 Message Date
  Shannon Booth 2dce09b12e LibWeb: Use code_points helper for getting delim CSS token codepoint il y a 1 an
  Shannon Booth 6813dcaff8 LibWeb: Return FlyString const& from CSS::Parser::Token il y a 1 an
  Shannon Booth 3f13a50a20 LibWeb: Return FlyString from CSS::Parser::Token::ident il y a 1 an
  Sam Atkins 6f45df5ced LibWeb: Add more CSS Token factory methods il y a 1 an
  Sam Atkins ccfe197e5a LibWeb: Make serializing CSS Parser types infallible il y a 1 an
  Sam Atkins 2c7603f2ae LibWeb: Add helper for creating `<dimension>` CSS tokens il y a 1 an
  Sam Atkins 95f80bc65b LibWeb: Use `double` in CSS Token il y a 1 an
  Sam Atkins c138845013 LibWeb: Store the original representation of CSS tokens il y a 2 ans
  Sam Atkins 9e735cc02e LibWeb: Remove unused includes for DeprecatedString il y a 2 ans
  Sam Atkins 476ec563bc LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^) il y a 2 ans
  Sam Atkins 2368e6c5f2 LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String il y a 2 ans
  Sam Atkins 7fc72d3838 LibWeb: Convert CSS Token value to new FlyString il y a 2 ans
  Sam Atkins 09f7682feb LibWeb: Return StringViews from CSS Token bracket-string getters il y a 2 ans
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Andreas Kling f14ad0e8c1 LibWeb: Add helper functions to create CSS parser tokens il y a 2 ans
  Sam Atkins bf786d66b1 LibWeb: Move Token and Tokenizer into Parser namespace il y a 3 ans
  Simon Wanner 6437f5da36 LibWeb: Add basic support for the attr() CSS function il y a 3 ans
  Sam Atkins 13e1232d79 LibWeb: Remove separate Token::m_unit field il y a 3 ans
  Sam Atkins fe372cd073 LibWeb: Use CSS::Number for Token numeric values il y a 3 ans
  Sam Atkins 0795b9f7bb LibWeb: Use floats instead of doubles for CSS numbers il y a 3 ans
  Hendiadyoin1 2f2efc4775 LibWeb: Use llround in CSS::Token::to_closest_integer il y a 3 ans
  Hendiadyoin1 3f8347718c LibWeb: Use a u32 for a delim tokens value il y a 3 ans
  Sam Atkins cf07da082e LibWeb: Implement CSS::Token::to_string() il y a 3 ans
  Sam Atkins 9403cc42f9 LibWeb: Convert CSS Token::m_value from StringBuilder to FlyString il y a 3 ans
  Sam Atkins 75e7c2c5c0 LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyString il y a 3 ans
  Sam Atkins 9286aa77bc LibWeb: Break friendship between CSS Token and Parser :^( il y a 3 ans
  Sam Atkins 1d2276f0e7 LibWeb: Return numeric values from Token value getters il y a 3 ans
  Sam Atkins f6869797a7 LibWeb: Convert numeric tokens to numbers in CSS Tokenizer il y a 3 ans