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

Issue 1115053002: Rename renderer to layoutObject in the layout/ directory. (Closed)

Created:
5 years, 7 months ago by dsinclair
Modified:
5 years, 7 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-rendering, blink-reviews-style_chromium.org, Rik, danakj, dglazkov+blink, dshwang, krit, eae+blinkwatch, ed+blinkwatch_opera.com, eric.carlson_apple.com, feature-media-reviews_chromium.org, f(malita), fs, gyuyoung2, jbroman, jchaffraix+rendering, jfernandez, Justin Novosad, kouhei+svg_chromium.org, leviw+renderwatch, pdr+svgwatchlist_chromium.org, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, philipj_slow, Manuel Rego, rwlbuis, Stephen Chennney, sof, svillar, zoltan1
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Rename renderer to layoutObject in the layout/ directory. This CL updates the use of renderer to layoutObject over the files in the layout/ directory. BUG=462960 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194685

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+917 lines, -917 lines) Patch
M Source/core/css/resolver/StyleResolver.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Element.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Element.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/dom/FirstLetterPseudoElement.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/dom/FirstLetterPseudoElement.cpp View 6 chunks +64 lines, -64 lines 0 comments Download
M Source/core/dom/LayoutTreeBuilder.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/ReplaceSelectionCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/VisibleUnits.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/iterators/SimplifiedBackwardsTextIterator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/iterators/TextIterator.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/FloatingObjects.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/FloatingObjects.cpp View 23 chunks +36 lines, -36 lines 0 comments Download
M Source/core/layout/GeneratedChildren.h View 1 chunk +8 lines, -8 lines 0 comments Download
M Source/core/layout/HitTestResult.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/HitTestResult.cpp View 5 chunks +12 lines, -12 lines 0 comments Download
M Source/core/layout/ImageQualityController.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutBlockFlow.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutBox.h View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutBox.cpp View 17 chunks +47 lines, -47 lines 0 comments Download
M Source/core/layout/LayoutBoxModelObject.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutBoxModelObject.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutDeprecatedFlexibleBox.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutDeprecatedFlexibleBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutDetailsMarker.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutEmbeddedObject.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutFileUploadControl.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutFlexibleBox.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutFlowThread.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutGeometryMap.h View 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/layout/LayoutGeometryMap.cpp View 16 chunks +47 lines, -47 lines 0 comments Download
M Source/core/layout/LayoutGeometryMapStep.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutGrid.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutImage.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutImageResource.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutImageResource.cpp View 2 chunks +19 lines, -19 lines 0 comments Download
M Source/core/layout/LayoutImageResourceStyleImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutImageResourceStyleImage.cpp View 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/LayoutInline.cpp View 7 chunks +15 lines, -15 lines 0 comments Download
M Source/core/layout/LayoutListBox.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutListItem.cpp View 4 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/LayoutListMarker.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutListMarker.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutMedia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMenuList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutMenuList.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnFlowThread.h View 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnFlowThread.cpp View 12 chunks +29 lines, -29 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnFlowThreadTest.cpp View 43 chunks +102 lines, -102 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnSet.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnSet.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnSpannerPlaceholder.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp View 4 chunks +20 lines, -20 lines 0 comments Download
M Source/core/layout/LayoutObjectChildList.cpp View 8 chunks +9 lines, -9 lines 0 comments Download
M Source/core/layout/LayoutPagedFlowThread.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutPart.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutQuote.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutReplaced.cpp View 4 chunks +12 lines, -12 lines 0 comments Download
M Source/core/layout/LayoutReplica.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutRuby.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutRubyRun.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutState.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutState.cpp View 4 chunks +23 lines, -23 lines 0 comments Download
M Source/core/layout/LayoutText.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutText.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/LayoutTextControl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTextControl.cpp View 2 chunks +9 lines, -9 lines 0 comments Download
M Source/core/layout/LayoutTextControlSingleLine.cpp View 4 chunks +52 lines, -52 lines 0 comments Download
M Source/core/layout/LayoutTextFragment.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/LayoutTextFragment.cpp View 7 chunks +12 lines, -12 lines 0 comments Download
M Source/core/layout/LayoutTheme.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTheme.cpp View 5 chunks +13 lines, -13 lines 0 comments Download
M Source/core/layout/LayoutThemeDefault.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutThemeDefault.cpp View 8 chunks +25 lines, -25 lines 0 comments Download
M Source/core/layout/LayoutThemeMac.mm View 4 chunks +19 lines, -19 lines 0 comments Download
M Source/core/layout/LayoutTreeAsText.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTreeAsText.cpp View 5 chunks +17 lines, -17 lines 0 comments Download
M Source/core/layout/LayoutVideo.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/layout/LayoutView.h View 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutView.cpp View 15 chunks +26 lines, -26 lines 0 comments Download
M Source/core/layout/MultiColumnFragmentainerGroup.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/PaintInvalidationState.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/PaintInvalidationState.cpp View 6 chunks +20 lines, -20 lines 0 comments Download
M Source/core/layout/TextAutosizer.cpp View 19 chunks +88 lines, -88 lines 0 comments Download
M Source/core/layout/VerticalPositionCache.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/layout/svg/SVGTextQuery.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/PaintInvalidationReason.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/PaintInvalidationReason.cpp View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
dsinclair
PTAL.
5 years, 7 months ago (2015-04-29 19:28:20 UTC) #2
eae
LGTM
5 years, 7 months ago (2015-04-29 19:35:04 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1115053002/1
5 years, 7 months ago (2015-04-29 19:35:51 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/43400)
5 years, 7 months ago (2015-04-29 19:52:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1115053002/1
5 years, 7 months ago (2015-04-29 20:25:32 UTC) #9
commit-bot: I haz the power
5 years, 7 months ago (2015-04-30 00:47:36 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194685

Powered by Google App Engine
This is Rietveld 408576698