Commit History

Author SHA1 Message Date
  Simon Wanner 554c4af90f LibWeb: Add support for the lh and rlh length units 2 years ago
  Andreas Kling 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 2 years ago
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 years ago
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 years ago
  Andreas Kling 4c75d4af28 LibWeb: Stop using NonnullRefPtrVector for StyleValueVector 2 years ago
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 years ago
  Andreas Kling f11899f885 LibWeb+LibIDL: Fix (or paper over) various const-correctness issues 2 years ago
  MacDue 3676f5085e LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValue 2 years ago
  MacDue e2691fcdf2 LibWeb: Always move (Nonnull)RefPtr parameters into StyleValues 2 years ago
  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
  Aliaksandr Kalenik ab99e95549 LibWeb: Parse font-stretch CSS property 2 years ago
  Sam Atkins 7891ad2a28 LibWeb: Remove declarations for non-existent methods 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 0c688fa117 LibWeb: Remove some unnecessary .release_value()s 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 7d40e3eb0d LibWeb: Replace all px Length creation with Length::make_px(CSSPixels) 2 years ago
  Sam Atkins 13b1952929 LibWeb: Convert AbstractImageStyleValue to new pixel units 2 years ago
  Nico Weber 0a3cc10bb6 Everywhere: Remove some redundant `inline` keywords 2 years ago
  MacDue 1574f2c3f6 Meta+Userland: Pass Gfx::FloatSize by value 2 years ago
  MacDue bbc149ebb9 Meta+Userland: Pass Gfx::Color 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
  MacDue 476acae04f LibWeb: Paint `radial-gradient()`s 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