Historique des commits

Auteur SHA1 Message Date
  martinfalisse 493c6cf0fd LibWeb: Parse flexible length values for GridTrackSizes il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Andreas Kling cfdb8f2a8e LibWeb: Make MediaList GC-allocated il y a 3 ans
  Andreas Kling 72bacba97b LibWeb: Make CSSStyleDeclaration GC-allocated il y a 3 ans
  Andreas Kling 12042f0757 LibWeb: Make CSSRule and all its subclasses GC-allocated il y a 3 ans
  Andreas Kling 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated il y a 3 ans
  martinfalisse f8e82da4b4 LibWeb: Handle unknown values in grid-template-* il y a 2 ans
  martinfalisse 7bb3a8d646 LibWeb: Parse grid-column and grid-row CSS values il y a 2 ans
  martinfalisse 44d08b81b7 LibWeb: Parse grid-column-start and related CSS properties il y a 2 ans
  martinfalisse 92a00648b1 LibWeb: Parse grid-template-columns and grid-template-rows il y a 2 ans
  MacDue 3a1f8d714a LibWeb: Parse double-position `linear-gradient()` color stops il y a 2 ans
  MacDue f9a685437f LibWeb: Parse `repeating-linear-gradient()` il y a 2 ans
  MacDue 361fc56632 LibWeb: Don't allow mixed commas/no commas in rect() css values il y a 3 ans
  Tom b4dd477644 LibWeb: Parse rect style value il y a 3 ans
  MacDue ca2e345cdc LibWeb: Support `-webkit-linear-gradient()` correctly il y a 3 ans
  MacDue b5febe538c LibWeb: Parse the -webkit-progress-bar/value pseudo elements il y a 3 ans
  Sam Atkins 094ba6525f LibWeb: Allow `calc()` inside CSS transform functions :^) il y a 3 ans
  MacDue ae6c0258a4 LibWeb: Parse the linear-gradient() CSS function il y a 3 ans
  sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences) il y a 3 ans
  MacDue b652546a16 LibWeb: Fix parsing of background-size: contain/cover il y a 3 ans
  CodeforEvolution a02ee29af9 LibWeb/CSS: Check for NULL block statement when parsing font-face rule il y a 3 ans
  Thomas Fach-Pedersen 019e3a342d LibWeb: Parse rgb and hsl functions according to CSS Module Level 4 il y a 3 ans
  Idan Horowitz 34e193afa6 LibWeb: Reject invalid background-repeat values instead of crashing il y a 3 ans
  Karol Kosek a232395b77 LibWeb: Check recursively if CSS functions contain `var()` or `attr()` il y a 3 ans
  stelar7 fa05c99b22 LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>` il y a 3 ans
  stelar7 469380d6bc LibWeb: Dont consider '-n-' a `dashndashdigit-ident` token il y a 3 ans
  stelar7 5ca8e2a751 LibWeb: Dont try to fetch another token in an+b parsing il y a 3 ans
  Sam Atkins 56e8e0daa1 LibWeb: Remove TokenStream::position() and ::rewind_to_position() il y a 3 ans