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

Issue 1743803002: Rename enums/functions that collide in chromium style in core/style/ (Closed)

Created:
4 years, 10 months ago by danakj
Modified:
4 years, 9 months ago
CC:
aboxhall+watch_chromium.org, aboxhall, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, blink-reviews-style_chromium.org, Rik, chrishtr, chromium-reviews, danakj+watch_chromium.org, dcheng, dglazkov+blink, dmazzoni, dmazzoni+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, dtseng+watch_chromium.org, eae+blinkwatch, f(malita), jbroman, jchaffraix+rendering, je_julie, jfernandez, Justin Novosad, kinuko+watch, leviw+renderwatch, nektar+watch_chromium.org, nektarios, pdr+renderingwatchlist_chromium.org, pdr+graphicswatchlist_chromium.org, piman, Manuel Rego, rwlbuis, Stephen Chennney, sof, slimming-paint-reviews_chromium.org, svillar, szager+layoutwatch_chromium.org, Nico, vmpstr+blinkwatch_chromium.org, yuzo+watch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@get-names-8
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename enums/functions that collide in chromium style in core/style/ R=esprehn@chromium.org, pdr BUG=582312 Committed: https://crrev.com/02dda935229d062978dc75a80a22e0b7173e9168 Cr-Commit-Position: refs/heads/master@{#378266}

Patch Set 1 : get-names-9 #

Total comments: 4

Patch Set 2 : get-names-9: rebase #

Patch Set 3 : get-names-9: type_name #

Total comments: 1

Patch Set 4 : get-names-9: rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -243 lines) Patch
M third_party/WebKit/Source/build/scripts/make_style_builder.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/build/scripts/templates/StyleBuilder.cpp.tmpl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperties.in View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 15 chunks +31 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/TouchActionUtil.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/ClipPathOperation.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.h View 1 2 3 2 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutDetailsMarker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutGrid.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutInline.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutMultiColumnSet.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 1 2 3 4 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutReplaced.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutReplaced.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableCell.cpp View 1 8 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutText.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutVTTCue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/TextAutosizer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp View 11 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/shapes/Shape.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BoxPainter.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp View 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/BasicShapes.h View 10 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/style/BasicShapes.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 14 chunks +52 lines, -52 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.cpp View 8 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextRun.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 34 (15 generated)
danakj
4 years, 10 months ago (2016-02-26 23:34:41 UTC) #1
danakj
https://codereview.chromium.org/1743803002/diff/1/third_party/WebKit/Source/core/css/CSSProperties.in File third_party/WebKit/Source/core/css/CSSProperties.in (right): https://codereview.chromium.org/1743803002/diff/1/third_party/WebKit/Source/core/css/CSSProperties.in#newcode293 third_party/WebKit/Source/core/css/CSSProperties.in:293: text-decoration use_handlers_for=CSSPropertyTextDecorationLine, longhands=text-decoration-line;text-decoration-style;text-decoration-color, type_name=TextDecoration For most of the changes ...
4 years, 10 months ago (2016-02-26 23:36:39 UTC) #2
pdr.
I think this looks good but I'd like timloh to take a look as well. ...
4 years, 10 months ago (2016-02-26 23:51:16 UTC) #4
danakj
https://codereview.chromium.org/1743803002/diff/1/third_party/WebKit/Source/core/css/CSSProperties.in File third_party/WebKit/Source/core/css/CSSProperties.in (right): https://codereview.chromium.org/1743803002/diff/1/third_party/WebKit/Source/core/css/CSSProperties.in#newcode295 third_party/WebKit/Source/core/css/CSSProperties.in:295: text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDecoration, getter=getTextDecoration, converter=convertFlags<TextDecoration> On 2016/02/26 23:51:16, pdr ...
4 years, 10 months ago (2016-02-26 23:52:21 UTC) #5
danakj
https://codereview.chromium.org/1743803002/diff/1/third_party/WebKit/Source/core/css/CSSProperties.in File third_party/WebKit/Source/core/css/CSSProperties.in (right): https://codereview.chromium.org/1743803002/diff/1/third_party/WebKit/Source/core/css/CSSProperties.in#newcode295 third_party/WebKit/Source/core/css/CSSProperties.in:295: text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDecoration, getter=getTextDecoration, converter=convertFlags<TextDecoration> On 2016/02/26 23:52:21, danakj ...
4 years, 10 months ago (2016-02-26 23:58:05 UTC) #6
danakj
https://codereview.chromium.org/1743803002/diff/40001/third_party/WebKit/Source/core/css/CSSProperties.in File third_party/WebKit/Source/core/css/CSSProperties.in (right): https://codereview.chromium.org/1743803002/diff/40001/third_party/WebKit/Source/core/css/CSSProperties.in#newcode295 third_party/WebKit/Source/core/css/CSSProperties.in:295: text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDecoration, type_name=TextDecoration, converter=convertFlags<TextDecoration> OIC, if I remove ...
4 years, 10 months ago (2016-02-26 23:59:34 UTC) #7
danakj
+haraken for modules/ also
4 years, 10 months ago (2016-02-27 01:08:51 UTC) #9
haraken
LGTM
4 years, 10 months ago (2016-02-27 03:09:05 UTC) #10
Timothy Loh
lgtm
4 years, 9 months ago (2016-02-29 00:10:16 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1743803002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1743803002/40001
4 years, 9 months ago (2016-02-29 18:08:46 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/152563) win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, ...
4 years, 9 months ago (2016-02-29 18:19:41 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1743803002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1743803002/40001
4 years, 9 months ago (2016-02-29 18:22:32 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1743803002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1743803002/60001
4 years, 9 months ago (2016-02-29 18:26:59 UTC) #23
commit-bot: I haz the power
Exceeded global retry quota
4 years, 9 months ago (2016-02-29 18:33:42 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1743803002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1743803002/60001
4 years, 9 months ago (2016-02-29 19:21:19 UTC) #27
commit-bot: I haz the power
Exceeded global retry quota
4 years, 9 months ago (2016-02-29 19:50:57 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1743803002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1743803002/60001
4 years, 9 months ago (2016-02-29 20:48:06 UTC) #31
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-02-29 20:56:25 UTC) #32
commit-bot: I haz the power
4 years, 9 months ago (2016-02-29 20:57:49 UTC) #34
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/02dda935229d062978dc75a80a22e0b7173e9168
Cr-Commit-Position: refs/heads/master@{#378266}

Powered by Google App Engine
This is Rietveld 408576698