RESOLVED FIXED 110418
[CSS Grid Layout] Implement grid growth during auto placement
https://bugs.webkit.org/show_bug.cgi?id=110418
Summary [CSS Grid Layout] Implement grid growth during auto placement
Julien Chaffraix
Reported 2013-02-20 17:38:18 PST
Bug 110277 landed the bulk of the algorithm but didn't include the potential growth during placement to limit the size of the change. Once the growth is implemented, our implementation should handle properly all cases.
Attachments
Proposed change: Added missing piece, even reusing GridIterator::nextEmptyGridArea (OK, I lied on whether we would use it, thanks for catching that Tony). (9.41 KB, patch)
2013-02-20 17:57 PST, Julien Chaffraix
no flags
Julien Chaffraix
Comment 1 2013-02-20 17:57:46 PST
Created attachment 189430 [details] Proposed change: Added missing piece, even reusing GridIterator::nextEmptyGridArea (OK, I lied on whether we would use it, thanks for catching that Tony).
WebKit Review Bot
Comment 2 2013-02-21 09:55:28 PST
Comment on attachment 189430 [details] Proposed change: Added missing piece, even reusing GridIterator::nextEmptyGridArea (OK, I lied on whether we would use it, thanks for catching that Tony). Clearing flags on attachment: 189430 Committed r143621: <http://trac.webkit.org/changeset/143621>
WebKit Review Bot
Comment 3 2013-02-21 09:55:32 PST
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.