Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd gecko glue for grid-auto-flow #16025
Comments
|
This should be pretty simple. Firstly, we should change the Mako definition for The first step is to add If everything goes well, then |
|
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
|
@o0Ignition0o You wanna try this? |
|
This is open for anyone! |
|
@highfive: assign me |
|
Hey @methyl! Thanks for your interest in working on this issue. It's now assigned to you! |
Stylo: Add gecko glue for grid-auto-flow - [x] `./mach build-geckolib` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #16025 (github issue number if applicable). - [x] These changes do not require tests because we don't test gecko glue code <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16076) <!-- Reviewable:end -->
#16024 adds parsing/serialization for
grid-auto-flow. We need to add the gecko glue for it.