Historique des commits

Auteur SHA1 Message Date
  Andreas Kling afe6abfc09 LibWeb: Use an ancestor filter to quickly reject many CSS selectors il y a 1 an
  Matthew Olsson 3dd9f2715f LibWeb: Resolve unresolved style values when animating properties il y a 1 an
  Matthew Olsson b2fb9cc7d3 LibWeb: Allow ignoring unresolved style values when iterating properties 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 25c22bb5e5 LibWeb: Reorder MatchingRule members to make it smaller il y a 1 an
  Andreas Kling 77d98b5697 LibWeb: Add per-attribute-name CSS rule buckets 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
  Aliaksandr Kalenik 33294aea86 LibWeb: Apply shadow root style sheets in StyleComputer il y a 2 ans
  Matthew Olsson 1ca31e0dc1 LibWeb: Remove unnecessary ErrorOr<> from StyleComputer il y a 1 an
  Matthew Olsson 9e0ff9c140 LibWeb: Expose CSS shorthand -> longhand conversion il y a 1 an
  Matthew Olsson ae3326a447 LibWeb: Transition StyleComputer to Web Animations il y a 1 an
  Aliaksandr Kalenik 623ad94582 LibWeb: Resolve effective overflow-x and overflow-y according to spec il y a 1 an
  Andreas Kling e7de5cb4d2 LibWeb: Bring CSS `line-height` closer to other engines il y a 1 an
  Andreas Kling f0722671c3 LibWeb: Cache the viewport rect across all of style computation il y a 1 an
  Andreas Kling f900957d26 LibGfx+LibWeb: Move Gfx::ScaledFont caching from LibWeb into LibGfx il y a 1 an
  Shannon Booth 83758d4cdd LibWeb: Wrap PseudoElements stored in SimpleSelector in a class il y a 1 an
  Aliaksandr Kalenik 2cb0039a13 LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm il y a 1 an
  Tim Schumacher a2f60911fe AK: Rename GenericTraits to DefaultTraits il y a 1 an
  Sam Atkins f7209fb9d4 LibWeb: Implement `font-size: math` il y a 1 an
  Sam Atkins 6476dea898 LibWeb: Implement the `math-depth` CSS property il y a 1 an
  Sam Atkins 7d10484660 LibWeb: Move UnresolvedStyleValue resolution into the CSS Parser il y a 1 an
  Sam Atkins 240ec9aeed LibWeb: Treat invalid StyleValues that included var() as `unset` il y a 1 an
  Sam Atkins 6dcd8d4a2c LibWeb: Add support for "User" CascadeOrigin il y a 1 an
  Sam Atkins eca144a75e LibWeb: Make absolutizing StyleValues infallible il y a 1 an
  Andreas Kling 429b2e5860 LibWeb: Make FontCache per-StyleComputer il y a 1 an
  Andreas Kling 69a81243f5 LibWeb: Consider system fonts when looking for inexact weight match il y a 1 an
  Bastiaan van der Plaat b05fe22d39 LibWeb: Split of compute font logic in StyleComputer il y a 1 an
  Andreas Kling cf9565551a LibWeb: Don't filter CSS rules into separate list based on @namespace il y a 1 an
  Jonah 60e35f2a97 LibWeb: Rough implementation of CSS namespace rule il y a 2 ans