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
Stylo: Add support for grid-template-{rows,columns} #16067
Merged
+907
−48
Add gecko glue for grid-template-{rows,columns}
825e6db
Select commit
53c7b0a
Add function to parse <line-names>
wafflespeanut efe1a5d
Add functions for checking <fixed-size> and <fixed-breadth>
wafflespeanut d3e394c
Add RepeatCount enum for handling the first component of repeat()
wafflespeanut 81b4e64
Add parsing/serialization for repeat() function
wafflespeanut 7d1505a
Apply track repetitions and merge grid <line-names> in ToComputedValue
wafflespeanut 0d9bdb9
Add parsing/serialization for <track-list>
wafflespeanut 26540df
Merge grid <line-names> in <track-list> computed value
wafflespeanut 0c68471
Auto-generate code for grid-template-{rows,columns}
wafflespeanut 4899bb4
Fix old grid code
wafflespeanut 10badb3
Add a truckload of tests for <track-size> and <track-list>
wafflespeanut 3011c7c
Add bindings for setting grid nsTArrays
wafflespeanut 825e6db
Add gecko glue for grid-template-{rows,columns}
wafflespeanut
Merged
Stylo: Add support for grid-template-{rows,columns} #16067
Add gecko glue for grid-template-{rows,columns}
Mar 21, 2017
Mar 21, 2017
Mar 21, 2017
Mar 21, 2017
Apr 4, 2017
Mar 21, 2017
Apr 5, 2017
Mar 22, 2017
Mar 22, 2017
Mar 22, 2017
May 5, 2017
May 5, 2017
825e6db
Select commit
53c7b0a
Add function to parse <line-names>
wafflespeanut efe1a5d
Add functions for checking <fixed-size> and <fixed-breadth>
wafflespeanut d3e394c
Add RepeatCount enum for handling the first component of repeat()
wafflespeanut 81b4e64
Add parsing/serialization for repeat() function
wafflespeanut 7d1505a
Apply track repetitions and merge grid <line-names> in ToComputedValue
wafflespeanut 0d9bdb9
Add parsing/serialization for <track-list>
wafflespeanut 26540df
Merge grid <line-names> in <track-list> computed value
wafflespeanut 0c68471
Auto-generate code for grid-template-{rows,columns}
wafflespeanut 4899bb4
Fix old grid code
wafflespeanut 10badb3
Add a truckload of tests for <track-size> and <track-list>
wafflespeanut 3011c7c
Add bindings for setting grid nsTArrays
wafflespeanut 825e6db
Add gecko glue for grid-template-{rows,columns}
wafflespeanut