New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render `background-image: url(…)` #25512
Merged
+1,275
−136
Use OnceCell instead of Option
d8ed710
Select commit
f1712e7
Enable CSS2 background tests
SimonSapin d988b4c
Add 2020 expectations for CSS2/background
SimonSapin cbcf83f
Move `OpaqueNode` to `style_traits`
SimonSapin c8cbc57
Copy image-fetching code from Layout 2013
SimonSapin 40453ad
Pass LayoutContext to DisplayListBuilder
SimonSapin d332dfd
Add support for some `-Z dump-*` options
SimonSapin c6ba6c4
Initial rendering of background-image
SimonSapin 252877a
Background positioning with initial values
SimonSapin d8ed710
Use OnceCell instead of Option
SimonSapin 3874946
Add background-clip
SimonSapin 649d3cb
Add background-origin
SimonSapin b1dcd5e
Add background-size
SimonSapin c73dc88
Add background-position
SimonSapin 6e78cdf
Don’t paint a zero-size background image
SimonSapin 7c1f233
Add background-repeat
SimonSapin 2720c05
Add the full background shorthand
SimonSapin b5042ea
Update WPT expectations
SimonSapin c72f789
Use a non-repeating display item for `background-repeat: no-repeat`
SimonSapin cac3286
Re-comment
SimonSapin 0340ac6
Use mitochondria
SimonSapin 86c028e
Structify a tuple
SimonSapin
Merged
Render `background-image: url(…)` #25512
Use OnceCell instead of Option
Jan 13, 2020
Jan 13, 2020
Jan 10, 2020
Jan 10, 2020
Jan 10, 2020
Jan 10, 2020
Jan 10, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 13, 2020
Jan 14, 2020
Jan 14, 2020
d8ed710
Select commit
f1712e7
Enable CSS2 background tests
SimonSapin d988b4c
Add 2020 expectations for CSS2/background
SimonSapin cbcf83f
Move `OpaqueNode` to `style_traits`
SimonSapin c8cbc57
Copy image-fetching code from Layout 2013
SimonSapin 40453ad
Pass LayoutContext to DisplayListBuilder
SimonSapin d332dfd
Add support for some `-Z dump-*` options
SimonSapin c6ba6c4
Initial rendering of background-image
SimonSapin 252877a
Background positioning with initial values
SimonSapin d8ed710
Use OnceCell instead of Option
SimonSapin 3874946
Add background-clip
SimonSapin 649d3cb
Add background-origin
SimonSapin b1dcd5e
Add background-size
SimonSapin c73dc88
Add background-position
SimonSapin 6e78cdf
Don’t paint a zero-size background image
SimonSapin 7c1f233
Add background-repeat
SimonSapin 2720c05
Add the full background shorthand
SimonSapin b5042ea
Update WPT expectations
SimonSapin c72f789
Use a non-repeating display item for `background-repeat: no-repeat`
SimonSapin cac3286
Re-comment
SimonSapin 0340ac6
Use mitochondria
SimonSapin 86c028e
Structify a tuple
SimonSapin