Commit History

Author SHA1 Message Date
  MacDue ac3af6624b LibWeb: Use default equality operators for StyleValues 2 years ago
  MacDue 9337892ce0 LibWeb: Use default equality operators for StyleValue helper structs 2 years ago
  kleines Filmröllchen d00a6ca11f AK+LibWeb: Implement Variant equality operator 2 years ago
  Sam Atkins 85f3de6331 LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors 2 years ago
  Sam Atkins a168cda4a7 LibWeb: Port CSS::Parser::ComponentValue to new Strings 2 years ago
  MacDue b0846ec78a LibWeb: Propagate more StringBuilder errors in from StyleValues 2 years ago
  MacDue 95aacd4f78 LibWeb: Remove some unchecked .value() calls in StyleValue 2 years ago
  martinfalisse 9bc001f410 LibWeb: Parse `grid-area` CSS property 2 years ago
  martinfalisse a6548c4d80 LibWeb: Parse `grid-template-areas` CSS property 2 years ago
  MacDue fc7099b032 LibWeb: Use failable StringBuilder methods in StyleValue 2 years ago
  MacDue 0c688fa117 LibWeb: Remove some unnecessary .release_value()s in StyleValue 2 years ago
  MacDue f428d17a17 LibWeb: Fix more ignored .to_string() errors in StyleValue 2 years ago
  MacDue 0e3e9d9883 LibWeb: Fix ignored .to_string() errors in StyleValue 2 years ago
  martinfalisse ce0f41b9fb LibWeb+WebContent: Use new String class in CSS::StyleValue 2 years ago
  Sam Atkins 4084c66ad2 LibWeb: Use CSS Pixels for viewport rects 2 years ago
  Sam Atkins 8cc0bdf777 LibWeb: Resolve Lengths to CSSPixels 2 years ago
  Sam Atkins 13b1952929 LibWeb: Convert AbstractImageStyleValue to new pixel units 2 years ago
  MacDue a9ea0ee9af LibWeb: Fix passing size/position to paint_radial_gradient() 2 years ago
  Sam Atkins 9d1f30b533 LibWeb: Convert gradient painting to new pixel units 2 years ago
  MacDue 1574f2c3f6 Meta+Userland: Pass Gfx::FloatSize by value 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  MacDue 28028be2fc LibWeb: Support `repeating-radial-gradient()`s 2 years ago
  Marco Cutecchia 07fb0882bf LibWeb: Add null checks before derefencing Bitmaps in ImageStyleValue 2 years ago
  MacDue 65acfe6c60 LibWeb: Handle degenerate radial gradients 2 years ago
  MacDue 476acae04f LibWeb: Paint `radial-gradient()`s 2 years ago
  MacDue d1b06af307 LibWeb: Add missing equals() function for ConicGradientStyleValue 2 years ago
  MacDue 040dac558e LibWeb: Implement RadialGradientStyleValue 2 years ago
  Moustafa Raafat 6ff9a88c3b LibWeb: Support animated backgrounds 2 years ago
  MacDue 2c2b9fb1d7 LibWeb: Parse `repeating-conic-gradient()`s 2 years ago