Daniel Bertalan
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 年之前 |
Sam Atkins
|
c9062b4ed5
LibWeb: Remove now-unused CustomStyleValue
|
3 年之前 |
Sam Atkins
|
000fb5a70d
LibWeb: Add new UnresolvedStyleValue class
|
3 年之前 |
Sam Atkins
|
aa43bee0d1
LibWeb: Store all background properties in BackgroundLayerData
|
3 年之前 |
Sam Atkins
|
c052457498
LibWeb: Bring BackgroundStyleValue::to_string() to spec
|
3 年之前 |
Sam Atkins
|
96936d04d6
LibWeb: Parse background-size as part of background shorthand
|
3 年之前 |
Sam Atkins
|
ae2a3bf185
LibWeb: Add BackgroundSizeStyleValue
|
3 年之前 |
Sam Atkins
|
891dd46a17
LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue
|
3 年之前 |
Sam Atkins
|
5d0acb63ae
LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand
|
3 年之前 |
Sam Atkins
|
532f1e859d
LibWeb: Parse `background-clip` and `background-origin`
|
3 年之前 |
Sam Atkins
|
018a4aa85c
LibWeb: Parse `background-attachment` as part of `background` property
|
3 年之前 |
Sam Atkins
|
116a5fe5d0
LibWeb: Add `background-position` to `background` property
|
3 年之前 |
Sam Atkins
|
988a8ed3d8
LibWeb: Parse CSS `background-position` property
|
3 年之前 |
Sam Atkins
|
0f393771b7
LibWeb: Move image resource request out of ImageStyleValue constructor
|
3 年之前 |
Sam Atkins
|
78e57096e2
LibWeb: Distinguish between integer and float in NumericStyleValue
|
3 年之前 |
Sam Atkins
|
fd8c94c094
LibWeb: Make 'auto' LengthStyleValues return 'auto' identifier
|
3 年之前 |
Sam Atkins
|
58a0ca41a7
LibWeb: Use east const in StyleValue.{h,cpp}
|
3 年之前 |
Sam Atkins
|
d28eeeb207
LibWeb: Use W3C urls for CSS-VALUES-3 spec links
|
3 年之前 |
huwdp
|
ec43f7a2b0
LibWeb: Add initial version of pointer-events CSS property
|
3 年之前 |
Ben Wiederhake
|
c602db1620
LibWeb: Add missing headers
|
3 年之前 |
Andreas Kling
|
85a0772147
LibWeb: Start work towards modern CSS "display" values
|
3 年之前 |
Sam Atkins
|
fc7af21c7c
LibWeb: Make things aware of box-sizing
|
3 年之前 |
Andreas Kling
|
956968d4b2
LibWeb: Make ColorStyleValue serialization spec compliant
|
3 年之前 |
Andreas Kling
|
198bb322ef
LibWeb: Fix null dereference when assigning an ImageStyleValue via JS
|
3 年之前 |
Andreas Kling
|
3dc6f0bc47
LibWeb: Absolutize internal lengths in all StyleValues
|
3 年之前 |
Sam Atkins
|
4b554ba92a
LibWeb: Clarify StyleValue API with new naming scheme
|
3 年之前 |
Sam Atkins
|
1ae0781ce1
LibWeb: Alphabetically sort StyleValues
|
3 年之前 |
Sam Atkins
|
85254ada94
LibWeb: Fix `auto` conversion to identifier
|
3 年之前 |
Sam Atkins
|
b927972da7
LibWeb: Add range-checking to property_accepts_value()
|
3 年之前 |
Sam Atkins
|
603f611ceb
LibWeb: Sort StyleValue enums alphabetically
|
3 年之前 |