Sam Atkins
|
89ed8e59f9
LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
9436b7de83
LibWeb: Split ContentStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
77b2826402
LibWeb: Split ColorStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
66bc816284
LibWeb: Split BorderRadiusStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
25114c159d
LibWeb: Split BorderRadiusShorthandStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
1c03bc7a6f
LibWeb: Split BorderStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
9d5296889f
LibWeb: Split BackgroundSizeStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
52cd0b2f47
LibWeb: Split BackgroundRepeatStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
92a0d4c0af
LibWeb: Split BackgroundStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
Sam Atkins
|
777d3e73f9
LibWeb: Split AngleStyleValue out of StyleValue.{h,cpp}
|
2 years ago |
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 |