Andreas Kling
|
c0e0cb86e1
LibWeb: Make CSS::string_from_property_id() return FlyString const&
|
1 년 전 |
Matthew Olsson
|
1ca31e0dc1
LibWeb: Remove unnecessary ErrorOr<> from StyleComputer
|
1 년 전 |
Nico Weber
|
24a469f521
Everywhere: Prefer {:#x} over 0x{:x} in format strings
|
1 년 전 |
Aliaksandr Kalenik
|
7411f66fcf
LibWeb/CSS: Resolve value of "height" in special way according to spec
|
1 년 전 |
Andreas Kling
|
c82d517447
LibWeb: Move line-height from NodeWithStyle to ComputedValues
|
1 년 전 |
Bastiaan van der Plaat
|
be7538961b
LibWeb: Add DOMMatrix string constructor and set matrix value
|
1 년 전 |
Bastiaan van der Plaat
|
a05fd28b7b
LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer
|
1 년 전 |
Bastiaan van der Plaat
|
f621dc464b
LibWeb: Add internal use_pseudo_element to DOM Element
|
1 년 전 |
Shannon Booth
|
af7df1dbbf
LibWeb: Port CSSStyleDeclaration from DeprecatedString to String
|
1 년 전 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 년 전 |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 년 전 |
Sam Atkins
|
c9c99b3c42
LibWeb: Produce resolved transform value according to spec algorithm
|
1 년 전 |
Sam Atkins
|
c65d6964ea
LibWeb: Update layout if we lack a node when getting computed style
|
1 년 전 |
Sam Atkins
|
a3a5af3fd1
LibWeb: Implement `length` and `item()` for ResolvedCSSStyleDeclaration
|
1 년 전 |
Sam Atkins
|
33e4a35d2d
LibWeb: Resolve style for box-shadow and text-shadow
|
1 년 전 |
Sam Atkins
|
44836cd8ed
LibWeb: Resolve style for logical-side length properties
|
1 년 전 |
Sam Atkins
|
2fa1df2ec4
LibWeb: Implement resolved style for line-height
|
1 년 전 |
Sam Atkins
|
30e31d83b6
LibWeb: Construct resolved shorthands from resolved longhands
|
1 년 전 |
Sam Atkins
|
737cccec70
LibWeb: Remove manual construction of resolved sided-border values
|
1 년 전 |
Sam Atkins
|
77fb85d27a
LibWeb: Add spec comments to style_value_for_property()
|
1 년 전 |
Sam Atkins
|
90aaa8ab40
LibWeb: Handle shorthands in ResolvedCSSStyleDeclaration generically
|
1 년 전 |
Sam Atkins
|
e905072e47
LibWeb: Replace GridTrackPlacementShorthandStyleValue with ShorthandSV
|
1 년 전 |
Sam Atkins
|
8efac89a16
LibWeb: Replace TextDecorationStyleValue with ShorthandStyleValue
|
1 년 전 |
Sam Atkins
|
f5cb2e8dc2
LibWeb: Replace GridTrackSizeListShorthandStyleValue with ShorthandSV
|
1 년 전 |
Sam Atkins
|
48f3603119
LibWeb: Replace GridAreaShorthandStyleValue with ShorthandStyleValue
|
1 년 전 |
Sam Atkins
|
23d59a6caf
LibWeb: Replace BorderStyleValue with ShorthandStyleValue
|
1 년 전 |
Sam Atkins
|
34591549b1
LibWeb: Replace BorderRadiusShorthandStyleValue with ShorthandStyleValue
|
1 년 전 |
Sam Atkins
|
34e0899ab0
LibWeb: Replace BackgroundStyleValue with ShorthandStyleValue
|
1 년 전 |
Sam Atkins
|
9f4e057085
LibWeb: Fall back to computed values in ResolvedCSSStyleDeclaration
|
1 년 전 |
Shannon Booth
|
f5efe9bb63
LibWeb: Port CSSStyleDeclaration from DeprecatedString to String
|
1 년 전 |