Historique des commits

Auteur SHA1 Message Date
  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
  networkException 2462fb5f0e LibWeb: Convert NumberType::Integer to i64 instead of i32 il y a 3 ans
  Sam Atkins ecf5368535 LibWeb: Record position information in CSS Tokens il y a 3 ans
  Sam Atkins 78e57096e2 LibWeb: Distinguish between integer and float in NumericStyleValue il y a 3 ans
  Sam Atkins e2c32a6c65 Everywhere: Use my shiny new serenityos.org email :^) il y a 3 ans
  Sam Atkins 6034fc0ee6 LibWeb: Make CSS 'An+B' parsing spec-compliant il y a 4 ans
  Sam Atkins 8d0ff98eff LibWeb: Parse CSS selectors according to the spec il y a 4 ans
  Sam Atkins 7439fbd896 LibWeb: Get CSS @import rules working in new parser il y a 4 ans