Historie revizí

Autor SHA1 Zpráva Datum
  martinfalisse 97230c4ddb LibWeb: Clean up grid track placement shorthand parser před 2 roky
  martinfalisse 56f50c9cde Base+LibWeb: Deal with zero-positioned grid items před 2 roky
  martinfalisse 4dc2bd3df0 LibWeb: Handle different span properties for GridTrackPlacement parsing před 2 roky
  martinfalisse 6c22f9bf3f LibWeb: Use ident instead of to_string in parser před 2 roky
  martinfalisse 236795e931 LibWeb+Base: Re-implement grid track span před 2 roky
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes před 2 roky
  MacDue 240fb93cf1 LibWeb: Remove FIXME for double-position `linear-gradient()` color stops před 2 roky
  Sam Atkins 8ce38fddd9 LibWeb: Move CSS TokenStream to its own file před 2 roky
  Sam Atkins c64a5ccf29 LibWeb: Avoid unnecessary copies in CSS Parser před 2 roky
  Sam Atkins a211c06e99 LibWeb: Use llroundf() when rounding floats před 2 roky
  Sam Atkins 188d9f1326 LibWeb: Resolve some trivial clang-tidy warnings in the CSS Parser před 2 roky
  MacDue d1b99282d8 LibWeb+Meta: Parse the `backdrop-filter` CSS property před 2 roky
  Andreas Kling 1dd4e2dc87 LibWeb: Cache lowercased names in SimpleSelector před 2 roky
  Andreas Kling c5a19a4d55 LibWeb: Allow CSS at-rules to have an empty prelude před 2 roky
  Andreas Kling 463355d1eb LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rules před 2 roky
  Andreas Kling c4050fe675 LibWeb: Treat unimplemented grid-track-size syntax as "auto" for now před 2 roky
  Brian Gianforcaro d0a1775369 Everywhere: Fix a variety of typos před 2 roky
  martinfalisse 0613972f0c LibWeb: Only set has_span if there is a number following the css value před 2 roky
  martinfalisse 493c6cf0fd LibWeb: Parse flexible length values for GridTrackSizes před 2 roky
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated před 2 roky
  Andreas Kling cfdb8f2a8e LibWeb: Make MediaList GC-allocated před 3 roky
  Andreas Kling 72bacba97b LibWeb: Make CSSStyleDeclaration GC-allocated před 3 roky
  Andreas Kling 12042f0757 LibWeb: Make CSSRule and all its subclasses GC-allocated před 3 roky
  Andreas Kling 5d60212076 LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated před 3 roky
  martinfalisse f8e82da4b4 LibWeb: Handle unknown values in grid-template-* před 2 roky
  martinfalisse 7bb3a8d646 LibWeb: Parse grid-column and grid-row CSS values před 2 roky
  martinfalisse 44d08b81b7 LibWeb: Parse grid-column-start and related CSS properties před 2 roky
  martinfalisse 92a00648b1 LibWeb: Parse grid-template-columns and grid-template-rows před 2 roky
  MacDue 3a1f8d714a LibWeb: Parse double-position `linear-gradient()` color stops před 2 roky
  MacDue f9a685437f LibWeb: Parse `repeating-linear-gradient()` před 2 roky