|
Unprefix -webkit-min-content and -webkit-max-content for grid layout
This change adds the unprefixed version of the 2 values so that grid
layout can use them. As the parsing / style resolution changes are
grid specific, the impact of this is very minimal.
The only impact outside grid is the following:
element.style.width = "-webkit-min-content";
width = window.getComputedStyle(element, null).getPropertyValue("width")
|width| was "-webkit-min-content" before this change but now will be
"min-content". Same for -webkit-max-content.
TESTS=LayoutTests/fast/css-grid-layout/
BUG= 245878
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153111
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+181 lines, -178 lines) |
Patch |
 |
M |
LayoutTests/fast/css-grid-layout/flex-and-minmax-content-resolution-columns.html
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/flex-and-minmax-content-resolution-rows.html
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-auto-flow-resolution.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-get-set.html
|
View
|
|
3 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-get-set-expected.txt
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-resolution.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-auto-columns-rows-update.html
|
View
|
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-auto-flow-get-set-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set.html
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
|
View
|
|
2 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple.html
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-dynamic-updates-relayout.html
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-item-addition-track-breadth-update.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-item-removal-track-breadth-update.html
|
View
|
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-item-with-percent-height-in-auto-height-grid-resolution.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/grid-preferred-logical-widths.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/implicit-position-dynamic-change.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-columns.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/minmax-max-content-resolution-rows.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/minmax-min-content-column-resolution-columns.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/minmax-min-content-column-resolution-rows.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/minmax-spanning-resolution-columns.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/minmax-spanning-resolution-rows.html
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/named-grid-line-get-set.html
|
View
|
1
|
2 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/named-grid-line-get-set-expected.txt
|
View
|
1
|
1 chunk |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/resources/grid-columns-rows-get-set.js
|
View
|
|
3 chunks |
+28 lines, -28 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSParser.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSPrimitiveValue.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSValueKeywords.in
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/StyleResolver.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|