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

Issue 22336008: Use the runtime flag and remove '-webkit-' prefix for CSS3 text-indent. (Closed)

Created:
7 years, 4 months ago by jaehun
Modified:
7 years, 4 months ago
CC:
blink-reviews, eae+blinkwatch, leviw+renderwatch, dglazkov+blink, apavlov+blink_chromium.org, jchaffraix+rendering, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Use the runtime flag and remove '-webkit-' prefix for CSS3 text-indent. The each-line value of CSS3TEXT text-indent is enabled when the run time flag is enabled. Tests using 'ex' unit are failed in Linux, Mac because of other issue. Refer to https://code.google.com/p/chromium/issues/detail?id=31488. BUG=269277 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156608

Patch Set 1 #

Total comments: 6

Patch Set 2 : patch #

Total comments: 5

Patch Set 3 : Patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -462 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt View 1 chunk +128 lines, -0 lines 0 comments Download
M LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited-expected.txt View 2 chunks +6 lines, -6 lines 0 comments Download
M LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent.js View 2 chunks +14 lines, -14 lines 0 comments Download
M LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/script-tests/getComputedStyle-text-indent-inherited.js View 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/css3-text/css3-text-indent/text-indent-each-line.html View 2 chunks +4 lines, -4 lines 0 comments Download
D LayoutTests/platform/linux/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt View 1 chunk +0 lines, -128 lines 0 comments Download
D LayoutTests/platform/mac/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt View 1 chunk +0 lines, -128 lines 0 comments Download
D LayoutTests/platform/win/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-expected.txt View 1 chunk +0 lines, -128 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSParser-in.cpp View 1 2 2 chunks +10 lines, -9 lines 0 comments Download
M Source/core/css/CSSValueKeywords.in View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 2 3 chunks +4 lines, -11 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 3 chunks +0 lines, -6 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/style/RenderStyleConstants.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/style/StyleRareInheritedData.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/style/StyleRareInheritedData.cpp View 3 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Julien - ping for review
https://codereview.chromium.org/22336008/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp File Source/core/css/resolver/StyleBuilderCustom.cpp (right): https://codereview.chromium.org/22336008/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp#newcode525 Source/core/css/resolver/StyleBuilderCustom.cpp:525: if (RuntimeEnabledFeatures::css3TextEnabled()) Again shouldn't be needed as we block ...
7 years, 4 months ago (2013-08-21 01:50:07 UTC) #1
jaehun
Thanks for review. Please, review new one. https://codereview.chromium.org/22336008/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp File Source/core/css/resolver/StyleBuilderCustom.cpp (right): https://codereview.chromium.org/22336008/diff/1/Source/core/css/resolver/StyleBuilderCustom.cpp#newcode525 Source/core/css/resolver/StyleBuilderCustom.cpp:525: if (RuntimeEnabledFeatures::css3TextEnabled()) ...
7 years, 4 months ago (2013-08-21 05:51:02 UTC) #2
Julien - ping for review
lgtm https://codereview.chromium.org/22336008/diff/6001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (right): https://codereview.chromium.org/22336008/diff/6001/LayoutTests/TestExpectations#newcode80 LayoutTests/TestExpectations:80: crbug.com/31448 [ Linux Mac ] fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html [ Failure ...
7 years, 4 months ago (2013-08-21 23:54:49 UTC) #3
jaehun
Thx. I upload a new patch. https://codereview.chromium.org/22336008/diff/6001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (right): https://codereview.chromium.org/22336008/diff/6001/LayoutTests/TestExpectations#newcode80 LayoutTests/TestExpectations:80: crbug.com/31448 [ Linux ...
7 years, 4 months ago (2013-08-22 02:04:39 UTC) #4
Julien - ping for review
lgtm
7 years, 4 months ago (2013-08-22 22:54:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ljaehun.lim@samsung.com/22336008/21001
7 years, 4 months ago (2013-08-22 22:55:12 UTC) #6
commit-bot: I haz the power
7 years, 4 months ago (2013-08-23 01:28:35 UTC) #7
Message was sent while issue was closed.
Change committed as 156608

Powered by Google App Engine
This is Rietveld 408576698