Commit History

作者 SHA1 備註 提交日期
  Sam Atkins bea47a2554 LibWeb/CSS: Correct behavior of `revert` inside a `@layer` 9 月之前
  Andreas Kling 9765a733d0 LibWeb: Don't extrapolate transition properties for unknown properties 9 月之前
  Aliaksandr Kalenik 74588a0a16 LibWeb: Remove all font loaders linked to a StyleSheet when it's deleted 9 月之前
  Andreas Kling 8beb7c7700 LibWeb: Cache whether there are any :has() selectors present 10 月之前
  Andreas Kling 42a1a0bd73 LibWeb: Put CSS transitions debug spam behind CSS_TRANSITIONS_DEBUG 9 月之前
  Sam Atkins a1fca1a7f3 LibWeb: Start transitions when affected properties change 10 月之前
  Sam Atkins e544166977 LibWeb: Parse transition values and cache them on Animatable elements 10 月之前
  Sam Atkins 70d99db992 LibWeb/CSS: Extract interpolation code into its own files 10 月之前
  Andreas Kling 32299e74cb LibWeb: Make CSS font loader tolerate WPT web server shenanigans 9 月之前
  Sam Atkins 76daba3069 LibWeb/CSS: Rename CalculatedStyleValue -> CSSMathValue 10 月之前
  Annya bea7eec518 LibWeb/CSS: Implement revert-layer 10 月之前
  Andreas Kling 87056ee0d2 LibWeb: Bucket CSS rules by pseudo-element 10 月之前
  Andreas Kling d22228ab93 LibWeb: Bail early from doomed pseudo-element style computation 10 月之前
  Andreas Kling e399b472e9 LibWeb: Make CSS::StyleProperties copy-on-write internally 10 月之前
  Aliaksandr Kalenik 2aa07e0e65 LibWeb: Do not try to load a font if format detection has failed 10 月之前
  Andreas Kling ef4f5ac8fb LibWeb: Filter :hover selectors early for elements that aren't hovered 10 月之前
  Andreas Kling 5bb0f43b90 LibWeb: Bucket :is/where() selectors by tag name and ID as well 10 月之前
  Andreas Kling 49d2b11085 LibWeb: Remove MatchingRule::contains_root_pseudo_class member 10 月之前
  Andreas Kling c8f22f65d9 LibWeb: Filter rules to run before allocating vector of matches 10 月之前
  Andreas Kling b365a5c42f LibWeb: Bucket div.foo and div#foo as class/ID rather than tag(div) 10 月之前
  Andreas Kling ad37c8cd26 LibWeb: Treat :is(.foo) & :where(.foo) as class selectors when bucketing 10 月之前
  Andreas Kling ddbfac38b0 LibWeb: Note what's causing a style invalidation to happen 10 月之前
  Andreas Kling 95bd0602ba LibWeb: Keep custom properties from all cascade layers 10 月之前
  Aliaksandr Kalenik 22b8380e37 LibWeb: Include system emoji font in a font cascade list 10 月之前
  Aliaksandr Kalenik 67fe8d66b2 LibWeb: Skip font if it doesn't contain needed glyph in FontCascadeList 10 月之前
  Sam Atkins a50da405e9 LibWeb/CSS: Implement cascade layers (aka `@layer`) 10 月之前
  Aliaksandr Kalenik a9d5a99568 LibGfx+LibWeb: Replace remaining OpenType implementation with Skia 10 月之前
  Aliaksandr Kalenik db74244fb2 LibWeb: Read header to check if a blob without mime type is WOFF/WOFF2 10 月之前
  Sam Atkins 49b2eb5f51 LibWeb: Add Document::get_style_sheet_source() 10 月之前
  Sam Atkins 8cbc211616 Meta: Make embed_as_string_view.py produce Strings instead 10 月之前