Histórico de Commits

Autor SHA1 Mensagem Data
  Sam Atkins c0d3f1a5e4 LibWeb: Use CSS::Number for CalculatedStyleValue numbers há 3 anos atrás
  Sam Atkins fe372cd073 LibWeb: Use CSS::Number for Token numeric values há 3 anos atrás
  Sam Atkins 0795b9f7bb LibWeb: Use floats instead of doubles for CSS numbers há 3 anos atrás
  Sam Atkins 404a7cb63a LibGfx+LibWeb: Use floats not doubles to create HSL colors há 3 anos atrás
  Sam Atkins 75ec960495 LibWeb: Initialize PseudoClass/PseudoElement selectors in one go há 3 anos atrás
  Sam Atkins c0db19f63c LibWeb: Use a Variant for SimpleSelector's contents há 3 anos atrás
  Simon Wanner dc94879b83 LibWeb: Support `transform: translate(...)` by percentage há 3 anos atrás
  Simon Wanner 63055ff5ad LibWeb: Parse the CSS transform-origin property há 3 anos atrás
  Andreas Kling 1206dd2215 LibWeb: Make parse_html_length() accept floating point numbers há 3 anos atrás
  Hendiadyoin1 fff12847d5 LibWeb: Pull out larger parsing parts from Parser::parse_simple_selector há 3 anos atrás
  Hendiadyoin1 397d8b4aca LibWeb: Use a switch-statement on the delimiter for MatchType selection há 3 anos atrás
  Hendiadyoin1 19cca57f8a LibWeb: Condense Delim checks in Parser::parse_simple_selector há 3 anos atrás
  Hendiadyoin1 3f8347718c LibWeb: Use a u32 for a delim tokens value há 3 anos atrás
  Sam Atkins d60b3be29a LibWeb: Implement the :focus-within selector há 3 anos atrás
  Andreas Kling bdd42c9b0e LibWeb: Add basic support for :lang() CSS selector há 3 anos atrás
  Simon Wanner c4f46893f6 LibWeb: Add parsing support for the remaining transform functions há 3 anos atrás
  Sam Atkins 174a25db5b LibWeb: Combine identical relative/regular selector parsing functions há 3 anos atrás
  Sam Atkins 5b0187477b LibWeb: Implement `:nth-[last-]child(n of foo)` syntax há 3 anos atrás
  Sam Atkins 993653317c LibWeb: Implement the :where() selector há 3 anos atrás
  Sam Atkins c148ed50bb LibWeb: Implement the :is() selector há 3 anos atrás
  Sam Atkins 5319e2ba8e LibWeb: Parse forgiving selector-lists há 3 anos atrás
  Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb há 3 anos atrás
  Simon Wanner 1ed5e79478 LibWeb: Fix resolving relative URLs in style sheets há 3 anos atrás
  Sam Atkins 1c18bb13a2 LibWeb: Move pseudo-element-from-string code into Selector há 3 anos atrás
  Sam Atkins 56a36da44e LibWeb: Only try parsing valid types of media-feature values há 3 anos atrás
  Sam Atkins fd47460141 LibWeb: Use ValueID for media-query identifiers há 3 anos atrás
  Sam Atkins 0371d33132 LibWeb+Meta: Stop discrete media-features from parsing as ranges há 3 anos atrás
  Sam Atkins 12561327d6 LibWeb: Use MediaFeatureIDs instead of Strings :^) há 3 anos atrás
  Sam Atkins deea129b8c LibWeb: Add Ratio type to MediaFeatureValue há 3 anos atrás
  Sam Atkins 5f93f1c161 LibWeb: Introduce and parse CSS Ratio type há 3 anos atrás