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

Issue 1741073002: Rename enums/functions that collide in chromium style in core/layout/. (Closed)

Created:
4 years, 10 months ago by danakj
Modified:
4 years, 10 months ago
Reviewers:
haraken, pdr., esprehn, eae
CC:
aboxhall+watch_chromium.org, aboxhall, blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, chrishtr, chromium-reviews, dcheng, dmazzoni+watch_chromium.org, dmazzoni, dshwang, krit, dtseng+watch_chromium.org, eae+blinkwatch, f(malita), fs, gyuyoung2, jchaffraix+rendering, je_julie, jfernandez, kinuko+watch, kouhei+svg_chromium.org, leviw+renderwatch, leviw+bidiwatch_chromium.org, nektar+watch_chromium.org, nektarios, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, piman, Manuel Rego, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org, svillar, szager+layoutwatch_chromium.org, Nico, yuzo+watch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@get-names-6
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename enums/functions that collide in chromium style in core/layout/. R=esprehn@chromium.org, pdr TBR=haraken BUG=582312 Committed: https://crrev.com/0b5c86b7b67ab235998e7dcddc00df65d833f87d Cr-Commit-Position: refs/heads/master@{#378076}

Patch Set 1 : get-names-7: #

Total comments: 4

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+537 lines, -537 lines) Patch
M third_party/WebKit/Source/core/editing/RenderedPosition.cpp View 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/editing/VisibleUnits.cpp View 26 chunks +32 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/iterators/TextIterator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/FloatingObjects.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/FloatingObjects.cpp View 7 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ImageQualityController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlock.cpp View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp View 8 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBox.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutGeometryMap.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutGrid.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutInline.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutListMarker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 7 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp 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/LayoutText.cpp View 7 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutView.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutView.cpp View 7 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/layout/api/LineLayoutItem.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.cpp View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/BreakingContext.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h View 25 chunks +54 lines, -54 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/EllipsisBox.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/line/EllipsisBox.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineBox.h View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineBox.cpp View 10 chunks +23 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineFlowBox.h View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp View 40 chunks +80 lines, -80 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineIterator.h View 10 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineTextBox.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp View 18 chunks +40 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/LineBreaker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/line/LineWidth.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/line/RootInlineBox.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp View 19 chunks +30 lines, -30 lines 0 comments Download
M third_party/WebKit/Source/core/layout/line/TrailingObjects.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp View 6 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/page/TouchAdjustment.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/paint/BlockPainter.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/paint/EllipsisBoxPainter.cpp View 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/paint/InlineFlowBoxPainter.cpp View 13 chunks +22 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/paint/InlinePainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/InlineTextBoxPainter.cpp View 23 chunks +32 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/core/paint/LayoutObjectDrawingRecorder.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/LineBoxListPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PartPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/ReplacedPainter.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/RootInlineBoxPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGInlineFlowBoxPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp View 14 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/paint/SVGRootInlineBoxPainter.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PODInterval.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PODRedBlackTree.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/BidiResolver.h View 3 chunks +4 lines, -4 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 28 (11 generated)
danakj
https://codereview.chromium.org/1741073002/diff/1/third_party/WebKit/Source/core/layout/line/InlineBox.h File third_party/WebKit/Source/core/layout/line/InlineBox.h (right): https://codereview.chromium.org/1741073002/diff/1/third_party/WebKit/Source/core/layout/line/InlineBox.h#newcode174 third_party/WebKit/Source/core/layout/line/InlineBox.h:174: LineLayoutItem getLineLayoutItem() const { return LineLayoutItem(&m_layoutObject); } Did you ...
4 years, 10 months ago (2016-02-26 21:02:42 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1741073002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1741073002/1
4 years, 10 months ago (2016-02-26 21:08:11 UTC) #3
pdr.
https://codereview.chromium.org/1741073002/diff/1/third_party/WebKit/Source/core/layout/line/InlineBox.h File third_party/WebKit/Source/core/layout/line/InlineBox.h (right): https://codereview.chromium.org/1741073002/diff/1/third_party/WebKit/Source/core/layout/line/InlineBox.h#newcode174 third_party/WebKit/Source/core/layout/line/InlineBox.h:174: LineLayoutItem getLineLayoutItem() const { return LineLayoutItem(&m_layoutObject); } On 2016/02/26 ...
4 years, 10 months ago (2016-02-26 21:08:20 UTC) #5
eae
https://codereview.chromium.org/1741073002/diff/1/third_party/WebKit/Source/core/layout/line/InlineBox.h File third_party/WebKit/Source/core/layout/line/InlineBox.h (right): https://codereview.chromium.org/1741073002/diff/1/third_party/WebKit/Source/core/layout/line/InlineBox.h#newcode174 third_party/WebKit/Source/core/layout/line/InlineBox.h:174: LineLayoutItem getLineLayoutItem() const { return LineLayoutItem(&m_layoutObject); } On 2016/02/26 ...
4 years, 10 months ago (2016-02-26 23:28:42 UTC) #6
danakj
https://codereview.chromium.org/1741073002/diff/1/third_party/WebKit/Source/core/layout/line/InlineBox.h File third_party/WebKit/Source/core/layout/line/InlineBox.h (right): https://codereview.chromium.org/1741073002/diff/1/third_party/WebKit/Source/core/layout/line/InlineBox.h#newcode174 third_party/WebKit/Source/core/layout/line/InlineBox.h:174: LineLayoutItem getLineLayoutItem() const { return LineLayoutItem(&m_layoutObject); } On 2016/02/26 ...
4 years, 10 months ago (2016-02-26 23:30:04 UTC) #7
esprehn
On 2016/02/26 at 23:30:04, danakj wrote: > ... > > The return type. > > ...
4 years, 10 months ago (2016-02-26 23:32:58 UTC) #8
eae
On 2016/02/26 23:32:58, esprehn wrote: > On 2016/02/26 at 23:30:04, danakj wrote: > > ...
4 years, 10 months ago (2016-02-26 23:33:52 UTC) #9
danakj
Ok thanks, that's what's here then, anyone want to LG? :) On Fri, Feb 26, ...
4 years, 10 months ago (2016-02-26 23:34:41 UTC) #10
esprehn
lgtm
4 years, 10 months ago (2016-02-26 23:39:54 UTC) #11
danakj
Ok thanks, that's what's here then, anyone want to LG? :) On Fri, Feb 26, ...
4 years, 10 months ago (2016-02-26 23:41:05 UTC) #12
danakj
TBR=haraken for modules
4 years, 10 months ago (2016-02-26 23:42:25 UTC) #14
eae
LGTM
4 years, 10 months ago (2016-02-26 23:46:49 UTC) #18
commit-bot: I haz the power
This CL has an open dependency (Issue 1740483004 Patch 80001). Please resolve the dependency and ...
4 years, 10 months ago (2016-02-26 23:48:15 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1741073002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1741073002/20001
4 years, 10 months ago (2016-02-26 23:55:42 UTC) #23
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-27 02:08:16 UTC) #25
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/0b5c86b7b67ab235998e7dcddc00df65d833f87d Cr-Commit-Position: refs/heads/master@{#378076}
4 years, 10 months ago (2016-02-27 02:10:00 UTC) #27
haraken
4 years, 10 months ago (2016-02-27 03:10:17 UTC) #28
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698