RESOLVED FIXED 86525
Split flex into flex-grow/flex-shrink/flex-basis
https://bugs.webkit.org/show_bug.cgi?id=86525
Summary Split flex into flex-grow/flex-shrink/flex-basis
Tony Chang
Reported 2012-05-15 14:16:39 PDT
flex is now a shorthand. We need to implement the other properties. Since the preferred size is now called flex-basis, we should do some renaming int he code too. http://dev.w3.org/csswg/css3-flexbox/#flex-components
Attachments
Patch (44.79 KB, patch)
2012-06-26 16:42 PDT, Tony Chang
no flags
Patch for landing (44.96 KB, patch)
2012-06-27 12:00 PDT, Tony Chang
no flags
Patch for landing (44.96 KB, patch)
2012-06-27 12:01 PDT, Tony Chang
no flags
fix inherit/initial (45.83 KB, patch)
2012-06-28 11:05 PDT, Tony Chang
no flags
Tony Chang
Comment 1 2012-05-15 14:23:28 PDT
also, "on flex items flex-basis of 'auto' computes to computed width/height (as appropriate); on elements that are not flex-items, it always computes to 'auto'"
Tony Chang
Comment 2 2012-06-26 16:42:59 PDT
Ojan Vafai
Comment 3 2012-06-27 11:24:05 PDT
(In reply to comment #1) > also, "on flex items flex-basis of 'auto' computes to computed width/height (as appropriate); on elements that are not flex-items, it always computes to 'auto'" This is no longer true, but your patch matches the spec.
WebKit Review Bot
Comment 4 2012-06-27 11:27:12 PDT
Comment on attachment 149629 [details] Patch Rejecting attachment 149629 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: ng.html patching file LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt patching file LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt patching file LayoutTests/fast/css/getComputedStyle/resources/property-names.js patching file LayoutTests/svg/css/getComputedStyle-basic-expected.txt Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Ojan Vafai']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/ Full output: http://queues.webkit.org/results/13100783
Tony Chang
Comment 5 2012-06-27 12:00:37 PDT
Created attachment 149779 [details] Patch for landing
Tony Chang
Comment 6 2012-06-27 12:01:04 PDT
Created attachment 149780 [details] Patch for landing
WebKit Review Bot
Comment 7 2012-06-27 16:05:38 PDT
Comment on attachment 149780 [details] Patch for landing Clearing flags on attachment: 149780 Committed r121380: <http://trac.webkit.org/changeset/121380>
WebKit Review Bot
Comment 8 2012-06-27 16:05:46 PDT
All reviewed patches have been landed. Closing bug.
Tony Chang
Comment 9 2012-06-27 17:04:40 PDT
Reverted r121380 for reason: Hits an ASSERT in debug Committed r121387: <http://trac.webkit.org/changeset/121387>
Tony Chang
Comment 10 2012-06-28 11:05:34 PDT
Created attachment 149973 [details] fix inherit/initial
Tony Chang
Comment 11 2012-06-28 11:06:15 PDT
Note You need to log in before you can comment on or make changes to this bug.