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

Issue 2670643004: Rename EDisplay values with k prefix. (Closed)

Created:
3 years, 10 months ago by shend
Modified:
3 years, 9 months ago
CC:
esprehn, aboxhall+watch_chromium.org, darktears, apavlov+blink_chromium.org, atotic+reviews_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-style_chromium.org, cbiesinger, chromium-reviews, danakj, dglazkov+blink, dgrogan+ng_chromium.org, dmazzoni, dmazzoni+watch_chromium.org, krit, dtseng+watch_chromium.org, eae+blinkwatch, Eric Willigers, f(malita), fs, glebl+reviews_chromium.org, gyuyoung2, jchaffraix+rendering, je_julie, kinuko+watch, kouhei+svg_chromium.org, leviw+renderwatch, nektar+watch_chromium.org, nektarios, ojan+watch_chromium.org, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans, sof, szager+layoutwatch_chromium.org, yuzo+watch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename EDisplay values with k prefix. Rename the values of the EDisplay enum with the k prefix to match the style generated by make_computed_style_base.py, which is in line with the Blink rename to match Chromium style. This is prework for generating EDisplay. BUG=684966 Review-Url: https://codereview.chromium.org/2670643004 Cr-Commit-Position: refs/heads/master@{#457356} Committed: https://chromium.googlesource.com/chromium/src/+/be8002aa2f99d13a07546f12018d4add0b7e1be8

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -296 lines) Patch
M third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h View 1 2 2 chunks +47 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp View 1 2 3 14 chunks +65 lines, -65 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/DocumentStatisticsCollector.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/PseudoElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Text.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/EditingUtilities.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFormElement.cpp View 1 2 1 chunk +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLOptionElement.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLRTElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLRubyElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSelectElement.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSummaryElement.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp View 1 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlock.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlock.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutInline.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 1 2 3 4 1 chunk +23 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutPagedFlowThread.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTable.cpp View 1 2 8 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableCell.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableCol.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableCol.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableRow.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableSection.cpp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTextTrackContainer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTheme.cpp View 1 chunk +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineFlowBox.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceClipper.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 1 2 3 4 2 chunks +22 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyleConstants.h View 1 2 1 chunk +23 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGGElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXObject.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/PopupMenuImpl.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 43 (23 generated)
shend
Hi Bugs, another rename patch PTAL
3 years, 10 months ago (2017-02-02 03:44:35 UTC) #2
Bugs Nash
lgtm
3 years, 10 months ago (2017-02-03 23:19:31 UTC) #3
shend
Hi Sasha, PTAL
3 years, 10 months ago (2017-02-06 00:09:04 UTC) #4
shend
Hi Sasha, PTAL
3 years, 10 months ago (2017-02-06 00:10:34 UTC) #6
haraken
Chromium coding style is saying that enums should use ENUM_VALUE, not kEnumValue. "Though the Google ...
3 years, 10 months ago (2017-02-06 00:16:09 UTC) #7
shend
dcheng, PTAL haraken's comment about enum naming style. Should we be using ENUM_NAME or kEnumName?
3 years, 10 months ago (2017-02-06 01:49:09 UTC) #9
dcheng
On 2017/02/06 01:49:09, shend wrote: > dcheng, PTAL haraken's comment about enum naming style. Should ...
3 years, 10 months ago (2017-02-06 04:25:42 UTC) #10
danakj
On Sun, Feb 5, 2017 at 11:25 PM, <dcheng@chromium.org> wrote: > On 2017/02/06 01:49:09, shend ...
3 years, 10 months ago (2017-02-06 16:30:04 UTC) #11
danakj
On Sun, Feb 5, 2017 at 11:25 PM, <dcheng@chromium.org> wrote: > On 2017/02/06 01:49:09, shend ...
3 years, 10 months ago (2017-02-06 16:35:43 UTC) #12
shend
Cool, I'm guessing this is ok then. Eddy, PTAL :)
3 years, 10 months ago (2017-02-12 21:53:30 UTC) #14
meade_UTC10
lgtm
3 years, 10 months ago (2017-02-13 06:12:37 UTC) #15
shend
Hi Alice, PTAL for accessibility/
3 years, 10 months ago (2017-02-13 22:10:33 UTC) #17
aboxhall
On 2017/02/13 22:10:33, shend wrote: > Hi Alice, PTAL for accessibility/ LGTM for accessibility/
3 years, 9 months ago (2017-03-15 22:48:14 UTC) #18
esprehn
lgtm
3 years, 9 months ago (2017-03-15 23:43:51 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2670643004/60001
3 years, 9 months ago (2017-03-16 02:58:22 UTC) #31
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-16 03:03:49 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2670643004/60001
3 years, 9 months ago (2017-03-16 03:05:29 UTC) #35
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp: While running git apply --index -p1; error: patch failed: ...
3 years, 9 months ago (2017-03-16 03:10:04 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2670643004/80001
3 years, 9 months ago (2017-03-16 03:17:04 UTC) #40
commit-bot: I haz the power
3 years, 9 months ago (2017-03-16 05:21:40 UTC) #43
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/be8002aa2f99d13a07546f12018d...

Powered by Google App Engine
This is Rietveld 408576698