Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(915)

Issue 15758002: Unprefix Flexbox (Closed)

Created:
7 years, 7 months ago by cbiesinger
Modified:
7 years, 6 months ago
CC:
blink-reviews, shans, alancutter (OOO until 2018), eae+blinkwatch, dstockwell, dglazkov+blink, apavlov+blink_chromium.org, adamk+blink_chromium.org, darktears, Steve Block, Julien - ping for review
Visibility:
Public.

Description

Unprefix Flexbox This is spec'd by the W3C in http://dev.w3.org/csswg/css-flexbox/ and is at the CR stage. Firefox will ship this spec unprefixed in version 22. We will keep the -webkit- prefixed properties for backwards compatibility with existing content, at least for now. Intent to ship thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/blink-dev/YJd-kkDYtiw R=jchaffraix@chromium.org BUG=249111 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153078

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebased #

Patch Set 4 : tests #

Total comments: 4

Patch Set 5 : linebreak #

Patch Set 6 : fix tests #

Patch Set 7 : missed a file #

Patch Set 8 : rebased #

Patch Set 9 : make it compile again #

Patch Set 10 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -246 lines) Patch
M LayoutTests/css3/flexbox/display-flexbox-set-get.html View 1 2 3 1 chunk +12 lines, -11 lines 0 comments Download
M LayoutTests/css3/flexbox/display-flexbox-set-get-expected.txt View 1 2 3 1 chunk +7 lines, -5 lines 0 comments Download
M LayoutTests/css3/flexbox/flexitem.html View 1 2 3 4 2 chunks +11 lines, -14 lines 0 comments Download
M LayoutTests/fast/css-grid-layout/grid-item-display.html View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt View 1 2 3 4 5 6 2 chunks +7 lines, -7 lines 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt View 1 2 3 4 5 2 chunks +7 lines, -7 lines 0 comments Download
M LayoutTests/fast/css/getComputedStyle/resources/property-names.js View 1 2 3 4 5 8 chunks +7 lines, -7 lines 0 comments Download
M LayoutTests/svg/css/getComputedStyle-basic-expected.txt View 1 2 3 4 5 4 chunks +28 lines, -28 lines 0 comments Download
M LayoutTests/webexposed/css-properties-as-js-properties-expected.txt View 1 2 3 4 5 8 chunks +12 lines, -12 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 4 5 6 7 8 9 4 chunks +24 lines, -24 lines 0 comments Download
M Source/core/css/CSSParser.cpp View 1 2 3 4 5 6 7 8 9 6 chunks +31 lines, -31 lines 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M Source/core/css/CSSProperties.in View 1 2 3 4 5 6 7 8 9 7 chunks +10 lines, -10 lines 0 comments Download
M Source/core/css/CSSProperty.cpp View 1 2 3 4 5 6 7 4 chunks +12 lines, -12 lines 0 comments Download
M Source/core/css/CSSPropertyNames.in View 1 2 2 chunks +24 lines, -12 lines 0 comments Download
M Source/core/css/CSSValueKeywords.in View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download
M Source/core/css/StylePropertySerializer.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +11 lines, -11 lines 0 comments Download
M Source/core/css/StylePropertyShorthand.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/StylePropertyShorthand.cpp View 1 2 3 4 5 6 7 8 3 chunks +19 lines, -19 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +12 lines, -12 lines 0 comments Download
M Source/core/html/shadow/TextFieldDecorationElement.cpp View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/page/UseCounter.cpp View 1 2 3 4 5 6 7 2 chunks +12 lines, -12 lines 0 comments Download
M Source/core/page/animation/CSSPropertyAnimation.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
cbiesinger
7 years, 6 months ago (2013-06-12 22:20:12 UTC) #1
abarth-chromium
Can you add some more information to your description? Maybe copy/paste a bit from your ...
7 years, 6 months ago (2013-06-12 23:27:29 UTC) #2
cbiesinger
On 2013/06/12 23:27:29, abarth wrote: > Can you add some more information to your description? ...
7 years, 6 months ago (2013-06-12 23:33:29 UTC) #3
abarth-chromium
Thanks!
7 years, 6 months ago (2013-06-12 23:35:14 UTC) #4
Julien - ping for review
lgtm AFAICT you are missing quite a lot of prefixed properties in LayoutTests/css3/flexbox/ that we ...
7 years, 6 months ago (2013-06-13 17:10:59 UTC) #5
cbiesinger
Was planning to update the tests in a followup. In this CL, I only changed ...
7 years, 6 months ago (2013-06-13 20:21:43 UTC) #6
ojan
I think we should at least start the discussion on www-style about the alignment properties ...
7 years, 6 months ago (2013-06-13 20:31:55 UTC) #7
cbiesinger
On 2013/06/13 20:31:55, ojan wrote: > I think we should at least start the discussion ...
7 years, 6 months ago (2013-06-13 20:44:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cbiesinger@chromium.org/15758002/29001
7 years, 6 months ago (2013-06-25 21:58:42 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cbiesinger@chromium.org/15758002/40001
7 years, 6 months ago (2013-06-25 22:06:50 UTC) #10
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=2309
7 years, 6 months ago (2013-06-26 01:28:08 UTC) #11
cbiesinger
7 years, 6 months ago (2013-06-26 16:50:57 UTC) #12
Message was sent while issue was closed.
Committed patchset #10 manually as r153078 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698