Commit History

Author SHA1 Message Date
  Simon Wanner c8ebacb1c9 LibWeb: Support the :scope pseudo class 2 years ago
  Srikavin Ramkumar c3d6709a9e LibWeb: Implement selector matching for :indeterminate pseudo-class 2 years ago
  Mathis Wiehl 3a45bba4e0 LibWeb: Load alternative font urls if others fail 2 years ago
  Kenneth Myhra be958a14cf LibWeb: Use from_deprecated_fly_string() instead of from_utf8() 2 years ago
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago
  Luke Wilde f7ff1fd985 LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2 years ago
  Sam Atkins ca30914fe9 LibWeb: Propagate errors from CSS Parser construction 2 years ago
  Sam Atkins 235018046e LibWeb: Use free functions for parsing in `@Supports` 2 years ago
  Sam Atkins 17618989a3 LibWeb: Propagate errors from CSS Tokenizer construction 2 years ago
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 years ago
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 years ago
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 years ago
  MacDue 3676f5085e LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValue 2 years ago
  Sam Atkins 13d2111b74 LibWeb: Port Selector to new Strings 2 years ago
  Sam Atkins c2f0b20d6b LibWeb: Port FontFace to new Strings 2 years ago
  Sam Atkins 33e9c4e1b2 LibWeb: Port GeneralEnclosed to new Strings 2 years ago
  Sam Atkins 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to 2 years ago
  Kenneth Myhra 64e4d3fd94 LibWeb: Make factory method of CSS::CSSSupportsRule fallible 2 years ago
  Kenneth Myhra 5d9bc378c3 LibWeb: Make factory method of CSS::MediaList fallible 2 years ago
  Kenneth Myhra a49ea467ad LibWeb: Make factory method of CSS::CSSStyleSheet fallible 2 years ago
  Kenneth Myhra 4f4a908e5f LibWeb: Make factory method of CSS::CSSStyleRule fallible 2 years ago
  Kenneth Myhra c950d1904a LibWeb: Make factory methods of CSS::CSSStyleDeclaration fallible 2 years ago
  Kenneth Myhra 48872cd190 LibWeb: Make factory methods of CSS::CSSRuleList fallible 2 years ago
  Kenneth Myhra 5601f439f9 LibWeb: Make factory method of CSS::CSSMediaRule fallible 2 years ago
  Kenneth Myhra d53d8cacec LibWeb: Make factory method of CSS::CSSImportRule fallible 2 years ago
  Kenneth Myhra ff8495de35 LibWeb: Make factory method of CSS::CSSFontFaceRule fallible 2 years ago
  Sam Atkins a381ce9519 LibWeb: Port CSS::Supports to new Strings 2 years ago
  Sam Atkins 41c4cc95e4 LibWeb: Port CSS::Parser::Rule to new Strings 2 years ago
  Sam Atkins bee32b6cd2 LibWeb: Port CSS::Parser::Declaration to new Strings 2 years ago
  Sam Atkins a168cda4a7 LibWeb: Port CSS::Parser::ComponentValue to new Strings 2 years ago