Historique des commits

Auteur SHA1 Message Date
  Sam Atkins 3af6a69f1e LibWeb: Introduce color-function-specific style values il y a 11 mois
  Sam Atkins 27be8678c9 LibWeb/CSS: Introduce helper methods for parsing numeric values il y a 11 mois
  Tim Ledbetter 00f03f3e90 LibWeb: Match attribute selectors case insensitively in XML documents il y a 11 mois
  Sam Atkins 6a74b01644 LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct il y a 11 mois
  Sam Atkins 0e3487b9ab LibWeb: Rename StyleValue -> CSSStyleValue il y a 11 mois
  Sam Atkins 80a20be176 LibWeb/CSS: Bring previous CSSRule parsing up to standard il y a 11 mois
  Sam Atkins 9de73bf89b LibWeb/CSS: Parse gradient functions with TokenStream il y a 11 mois
  Sam Atkins 29d7aa9fc9 LibWeb/CSS: Parse url() functions with TokenStream il y a 11 mois
  Sam Atkins d5f3a610ac LibWeb/CSS: Split out `@keyframes` parsing code il y a 11 mois
  Sam Atkins e5737232c0 LibWeb/CSS: Split out `@supports` parsing code il y a 11 mois
  Sam Atkins 5b883929e0 LibWeb/CSS: Split out `@namespace` parsing code il y a 11 mois
  Sam Atkins 16049db560 LibWeb/CSS: Split out `@import` parsing and convert it to TokenStream il y a 11 mois
  Sam Atkins b9b2fd62b5 LibWeb/CSS: Parse builtin values using TokenStream il y a 11 mois
  Sam Atkins 98963e0c9a LibWeb/CSS: Flatten parse_basic_shape_function() into only caller il y a 11 mois
  Sam Atkins e5553d6d2f LibWeb/CSS: Make parse_color() take a TokenStream il y a 11 mois
  Sam Atkins dae9c9be40 LibWeb/CSS: Add quick-and-dirty parsing for pseudo-element selectors il y a 11 mois
  Sam Atkins 6ae2b8c3d9 LibWeb/CSS: Parse custom-idents more consistently il y a 1 an
  Sam Atkins 59778d2b36 LibWeb/CSS: Make CSS Parser::create() infallible il y a 1 an
  Sam Atkins 576a431408 LibWeb: Implement CounterStyleValue il y a 1 an
  Sam Atkins 017d6c3314 LibWeb: Implement counter-[increment,reset,set] properties il y a 1 an
  Sam Atkins ca10fb4129 LibWeb/CSS: Refactor `contains_single_none_ident()` to actually parse it il y a 1 an
  Edwin Hoksberg e5deaa1c07 LibWeb: Implement grid-template function fit-content() il y a 1 an
  Gingeh e8d32bab58 LibWeb/CSS: Support hwb, oklab and oklch color functions il y a 1 an
  Gingeh 490a36bab1 LibWeb/CSS: Split parse_rgb_or_hsl_color into separate functions il y a 1 an
  Luke Warlow 6623177265 LibWeb: Implement support for scrollbar-gutter il y a 1 an
  Edwin Hoksberg 2b30414c1d LibWeb: Add attribute list that must always be compared without casing il y a 1 an
  MacDue 120915048c LibWeb: Parse the `polygon()` basic shape function il y a 1 an
  Andrew Kaster 60b3436ea3 LibWeb: Support loading FontFaces constructed with binary data il y a 1 an
  Andrew Kaster de98c122d1 LibWeb: Move CSS unicode-ranges parsing code into a common helper il y a 1 an
  Andrew Kaster 3a5eabc43b LibWeb: Rename CSS::FontFace to CSS::ParsedFontFace il y a 1 an