RESOLVED FIXED 135013
[CSS Grid Layout] Rename gridAutoFlow[Row|Column] to gridAutoFlow[Row|Column]Sparse
https://bugs.webkit.org/show_bug.cgi?id=135013
Summary [CSS Grid Layout] Rename gridAutoFlow[Row|Column] to gridAutoFlow[Row|Column]...
Manuel Rego Casasnovas
Reported 2014-07-17 09:18:14 PDT
In the layout tests we're using gridAutoFlowRow and gridAutoFlowColumn, which implies that the auto-placement algorithm is using "sparse" mode (as this is the default mode). Changing it to gridAutoFlowRowSparse and gridAutoFlowColumnSparse to make it more explicit. This is being managed in https://codereview.chromium.org/401473003/
Attachments
Patch (40.89 KB, patch)
2014-07-17 09:39 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2014-07-17 09:39:56 PDT
WebKit Commit Bot
Comment 2 2014-07-21 00:46:57 PDT
Comment on attachment 235069 [details] Patch Clearing flags on attachment: 235069 Committed r171293: <http://trac.webkit.org/changeset/171293>
WebKit Commit Bot
Comment 3 2014-07-21 00:46:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.