Historique des commits

Auteur SHA1 Message Date
  Matthew Olsson ebfc6c33a6 LibWeb: Remove "resolved" from the name of Keyframe's property map il y a 1 an
  Andreas Kling ce2bfb4a12 LibWeb: Make CSSStyleRule::declaration() return a more specific type il y a 1 an
  Andreas Kling 3c3e591f03 LibWeb: Add a fast (iterative) selector matcher for trivial selectors il y a 1 an
  Andreas Kling 08a956f544 LibWeb: Ignore all pseudo element rules when matching non-pseudo element il y a 1 an
  Andreas Kling 4679dbc9df LibWeb: Make Element::inline_style() return specific declaration type il y a 1 an
  Andreas Kling 25c22bb5e5 LibWeb: Reorder MatchingRule members to make it smaller il y a 1 an
  Andreas Kling 963aa213c5 LibWeb: Avoid two calls to Selector::specificity() when sorting rules il y a 1 an
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library il y a 1 an
  Andreas Kling 21bfa001b1 LibWeb: Make StyleProperties::m_property_values a bit smaller il y a 1 an
  Andreas Kling 77d98b5697 LibWeb: Add per-attribute-name CSS rule buckets il y a 1 an
  Andreas Kling 038e0ceee7 LibWeb: Avoid copying the CSS @namespace every time we run a selector il y a 1 an
  Andreas Kling a378303629 LibWeb: Use unchecked_append in StyleComputer::collect_matching_rules() il y a 1 an
  Andreas Kling 7da3b0dd7b LibWeb: Avoid a FlyString->String->FlyString round-trip in StyleComputer il y a 1 an
  Aliaksandr Kalenik a9b8840a82 LibWeb: Add fast path for animated style properties update il y a 1 an
  Andreas Kling bbf67faa95 LibWeb: Add CSS rule buckets for pseudo elements, and for :root il y a 1 an
  Andreas Kling c6e37d0c44 LibWeb: Give Vector<MatchingRule> some inline capacity in StyleComputer il y a 1 an
  Aliaksandr Kalenik 33294aea86 LibWeb: Apply shadow root style sheets in StyleComputer il y a 2 ans
  implicitfield 18fe86adc3 LibWeb: Add support for the inline-size CSS property il y a 1 an
  Aliaksandr Kalenik 7c322ec710 LibWeb: Implement adoptedStyleSheets attribute for Document il y a 1 an
  Bastiaan van der Plaat 69e4f924b7 LibWeb: Add element adjust_computed_style and move set_property() to it il y a 1 an
  Matthew Olsson 8f3b97e095 LibWeb: Don't render elements with invalid interpolated transform values il y a 1 an
  Matthew Olsson e6aef49ef3 LibWeb: Consider fill state before calling Animation::play() il y a 1 an
  Matthew Olsson 5dfe99e247 LibWeb: Do not assert the type of transformation style values il y a 1 an
  Matthew Olsson 1ca31e0dc1 LibWeb: Remove unnecessary ErrorOr<> from StyleComputer il y a 1 an
  Matthew Olsson 8bb635bd33 LibWeb: Prevent transform interpolations from failing il y a 1 an
  Matthew Olsson ae321b2cdf LibWeb: Add interpolation for shadow values il y a 1 an
  Matthew Olsson 3c21dd4d2b LibWeb: Move color interpolation into a helper function il y a 1 an
  Matthew Olsson 4d9f2bf5f1 LibWeb: Add interpolation for ratio values il y a 1 an
  Matthew Olsson f02cd4d0b0 LibWeb: Add a spec comment for color interpolation il y a 1 an
  Matthew Olsson 1f88ca2a03 LibWeb: Remove transform interpolation optimization il y a 1 an