Histórico de Commits

Autor SHA1 Mensagem Data
  Sam Atkins a9620d8784 LibWeb: Implement the `:target` selector pseudo-class há 1 ano atrás
  Sam Atkins debf38ee9d LibWeb: Add namespaces to Attribute selectors há 1 ano atrás
  Sam Atkins 1858f06881 LibWeb: Add namespaces to Universal and TagName selectors há 1 ano atrás
  Sam Atkins 14e6bae593 LibWeb: Implement the `:focus-visible` pseudo-class há 1 ano atrás
  Sam Atkins f6e4caf197 LibWeb: Implement the `:buffering` and `:stalled` pseudo-classes há 1 ano atrás
  Sam Atkins eb7cda1172 LibWeb: Implement the `:volume-locked` pseudo-class há 1 ano atrás
  Sam Atkins c8a51f232d LibWeb: Implement the `:muted` pseudo-class há 1 ano atrás
  Sam Atkins 7b4ae43b91 LibWeb: Implement the `:seeking` pseudo-class há 1 ano atrás
  Sam Atkins 4df5e24926 LibWeb: Implement the `:playing` and `:paused` pseudo-classes há 1 ano atrás
  Andreas Kling 088cc4ea73 LibWeb: Parse CSS :host selector há 2 anos atrás
  Luke Wilde a744ae79ff LibWeb: Implement the `:defined` pseudo class há 2 anos atrás
  Simon Wanner c8ebacb1c9 LibWeb: Support the :scope pseudo class há 2 anos atrás
  Srikavin Ramkumar c3d6709a9e LibWeb: Implement selector matching for :indeterminate pseudo-class há 2 anos atrás
  Srikavin Ramkumar aad4051885 LibWeb: Match selected option elements with checked pseudo-class há 2 anos atrás
  Kenneth Myhra be958a14cf LibWeb: Use from_deprecated_fly_string() instead of from_utf8() há 2 anos atrás
  Andreas Kling 2042993997 LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString há 2 anos atrás
  Sam Atkins 13d2111b74 LibWeb: Port Selector to new Strings há 2 anos atrás
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString há 2 anos atrás
  Luke Wilde 9662eec388 LibWeb: Apply :enabled pseudo class to only certain elements há 2 anos atrás
  Luke Wilde 2133b7d58a LibWeb: Implement :enabled and :disabled pseudo classes to spec há 2 anos atrás
  Andreas Kling 1dd4e2dc87 LibWeb: Cache lowercased names in SimpleSelector há 2 anos atrás
  Andreas Kling 4b9c5635b3 LibWeb: Make :link selector behave according to spec há 2 anos atrás
  Andreas Kling 031322fde3 LibWeb: Make :enabled and :disabled selector handling more idiomatic há 2 anos atrás
  networkException 48c54e6796 LibWeb: Use lowercase type selectors to match against html elements há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Daniel Glazman 91e1383b85 LibWeb: Implement attribute selector case identifier há 3 anos atrás
  Daniel Glazman 049d847230 LibWeb: Clarify attribute selectors when needle is empty há 3 anos atrás
  Sam Atkins 31b24c2b29 LibWeb: Remove now-unused null values from Selector enums há 3 anos atrás
  Sam Atkins c0db19f63c LibWeb: Use a Variant for SimpleSelector's contents há 3 anos atrás
  Sam Atkins d60b3be29a LibWeb: Implement the :focus-within selector há 3 anos atrás