Sam Atkins
|
018a4aa85c
LibWeb: Parse `background-attachment` as part of `background` property
|
il y a 3 ans |
Sam Atkins
|
116a5fe5d0
LibWeb: Add `background-position` to `background` property
|
il y a 3 ans |
Sam Atkins
|
988a8ed3d8
LibWeb: Parse CSS `background-position` property
|
il y a 3 ans |
Timothy Flynn
|
eb0fb38cac
LibWeb: Support parsing some data: URLs in CSS
|
il y a 3 ans |
Sam Atkins
|
52a1be5eae
LibWeb: Allow whitespace when parsing "!important" in CSS
|
il y a 3 ans |
Sam Atkins
|
6f1debaab0
LibWeb: Allow whitespace inside CSS attribute selectors
|
il y a 3 ans |
Sam Atkins
|
3e9191936b
LibWeb: Remove now-unnecessary String copy when parsing CSS colors
|
il y a 3 ans |
Sam Atkins
|
6edd7a4d73
LibWeb: Implement hashless hex color quirk
|
il y a 3 ans |
Sam Atkins
|
d1f489b847
LibWeb: Explicitly cast parameters to Color::from_hsl/hsla()
|
il y a 3 ans |
Sam Atkins
|
21b65de1ec
LibGfx+LibWeb: Move "transparent" keyword into Color::from_string()
|
il y a 3 ans |
Sam Atkins
|
f645ed199e
LibWeb: Make CSS ParsingContext's Document* be const
|
il y a 3 ans |
Sam Atkins
|
0f393771b7
LibWeb: Move image resource request out of ImageStyleValue constructor
|
il y a 3 ans |
Sam Atkins
|
78e57096e2
LibWeb: Distinguish between integer and float in NumericStyleValue
|
il y a 3 ans |
Sam Atkins
|
8b57e56d66
LibWeb: Parse "none" value for box-shadow property
|
il y a 3 ans |
Sam Atkins
|
caac0706c2
LibWeb: Accept a Block token as the body of a CSS At-Rule
|
il y a 3 ans |
Brian Gianforcaro
|
027cbe6b89
LibWeb: Optimize CSS::StyleDeclaration for size
|
il y a 3 ans |
Nico Weber
|
b8dc3661ac
Libraries: Fix -Wunreachable-code warnings from clang
|
il y a 3 ans |
Sam Atkins
|
57a25139a5
LibWeb: Implement `@supports` rule :^)
|
il y a 3 ans |
Sam Atkins
|
b1f8a73a05
LibWeb: Parse CSS `Supports`
|
il y a 3 ans |
Sam Atkins
|
87a30418bf
LibWeb: Add CSS 'Supports' class
|
il y a 3 ans |
Ben Wiederhake
|
0db6ca4065
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
|
il y a 3 ans |
Sam Atkins
|
bd648d082c
LibWeb: Parse media queries! :^)
|
il y a 3 ans |
Sam Atkins
|
2ed0f880ee
LibWeb: Add TokenStream::rewind_to_position()
|
il y a 3 ans |
Sam Atkins
|
c7cd489689
LibWeb: Parse `@media` rules into CSSMediaRule objects
|
il y a 3 ans |
Sam Atkins
|
9c5430b9ee
LibWeb: Make consume_a_qualified_rule() understand block tokens
|
il y a 3 ans |
Sam Atkins
|
5bbbdb81dc
LibWeb: Sketch out media-query parsing
|
il y a 3 ans |
Nico Weber
|
6c9bc18a79
Userland: Fix typos
|
il y a 3 ans |
Andreas Kling
|
198bb322ef
LibWeb: Fix null dereference when assigning an ImageStyleValue via JS
|
il y a 3 ans |
Andreas Kling
|
994e33b0f7
LibWeb: Implement most of CSSStyleRule.insertRule()
|
il y a 3 ans |
Sam Atkins
|
058d44dcae
LibWeb: Replace last couple of StyleValue casts with `as_foo()`
|
il y a 3 ans |