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

Issue 620753006: Rendering API cleanup (Closed)

Created:
6 years, 2 months ago by rwlbuis
Modified:
6 years, 2 months ago
CC:
blink-layers+watch_chromium.org, blink-reviews, blink-reviews-rendering, chromiumbugtracker_adobe.com, eae+blinkwatch, eric.carlson_apple.com, feature-media-reviews_chromium.org, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, philipj_slow, rune+blink, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Rendering API cleanup These methods are not in use anymore. Also I moved some to private since only the class itself was using them. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183203

Patch Set 1 #

Total comments: 9

Patch Set 2 : Fix multicol #

Total comments: 2

Patch Set 3 : Address mstenho remarks #

Patch Set 4 : Address jchaffraix remarks #

Total comments: 15

Patch Set 5 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -211 lines) Patch
M Source/core/rendering/AbstractInlineTextBox.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/AbstractInlineTextBox.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M Source/core/rendering/ClipRect.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/rendering/EllipsisBox.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/FloatingObjects.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/HitTestRequest.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/InlineFlowBox.h View 3 chunks +0 lines, -12 lines 0 comments Download
M Source/core/rendering/InlineFlowBox.cpp View 1 chunk +0 lines, -20 lines 0 comments Download
M Source/core/rendering/LayoutState.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderBlockFlow.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderBox.h View 1 2 3 4 4 chunks +0 lines, -14 lines 0 comments Download
M Source/core/rendering/RenderBox.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderBoxModelObject.h View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderFlowThread.h View 1 1 chunk +0 lines, -26 lines 0 comments Download
M Source/core/rendering/RenderFlowThread.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderImageResource.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderImageResourceStyleImage.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderInline.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderInline.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderLayer.h View 1 2 3 chunks +0 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 2 chunks +0 lines, -28 lines 0 comments Download
M Source/core/rendering/RenderLayerReflectionInfo.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLayerReflectionInfo.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderLayerStackingNode.h View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderListBox.h View 2 chunks +0 lines, -6 lines 0 comments Download
M Source/core/rendering/RenderListBox.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMarquee.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMeter.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMeter.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSet.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderObject.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderProgress.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderSearchField.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderTable.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderTableCol.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderTableSection.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderTableSection.cpp View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderText.h View 4 chunks +2 lines, -6 lines 0 comments Download
M Source/core/rendering/RenderView.h View 1 2 3 4 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderView.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M Source/core/rendering/RootInlineBox.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/TextRunConstructor.h View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
rwlbuis
PTAL. I hope it is not too much to review!
6 years, 2 months ago (2014-10-01 21:56:30 UTC) #2
mstensho (USE GERRIT)
I only went through the multicol files, and didn't look at the rest. I don't ...
6 years, 2 months ago (2014-10-01 22:21:38 UTC) #4
rwlbuis
On 2014/10/01 22:21:38, mstensho wrote: > I only went through the multicol files, and didn't ...
6 years, 2 months ago (2014-10-01 22:36:15 UTC) #5
mstensho (USE GERRIT)
https://codereview.chromium.org/620753006/diff/20001/Source/core/rendering/RenderFlowThread.cpp File Source/core/rendering/RenderFlowThread.cpp (left): https://codereview.chromium.org/620753006/diff/20001/Source/core/rendering/RenderFlowThread.cpp#oldcode371 Source/core/rendering/RenderFlowThread.cpp:371: void RenderFlowThread::RegionSearchAdapter::collectIfNeeded(const MultiColumnSetInterval& interval) Still need this.
6 years, 2 months ago (2014-10-02 07:15:17 UTC) #6
mstensho (USE GERRIT)
One more thing I think we should keep (review still incomplete; haven't looked at anything ...
6 years, 2 months ago (2014-10-02 10:51:46 UTC) #7
rwlbuis
On 2014/10/02 10:51:46, mstensho wrote: > One more thing I think we should keep (review ...
6 years, 2 months ago (2014-10-02 14:00:47 UTC) #8
Julien - ping for review
I have mixed feelings about this patch. Half of the removals are not really warranted ...
6 years, 2 months ago (2014-10-02 16:47:49 UTC) #9
rwlbuis
Thanks for the review! On 2014/10/02 16:47:49, Julien Chaffraix - PST wrote: > I have ...
6 years, 2 months ago (2014-10-02 19:56:16 UTC) #10
Julien - ping for review
On 2014/10/02 at 19:56:16, rob.buis wrote: > Thanks for the review! > > On 2014/10/02 ...
6 years, 2 months ago (2014-10-03 01:12:46 UTC) #11
Julien - ping for review
lgtm. Please format your description so that it doesn't go past 80 characters (I use ...
6 years, 2 months ago (2014-10-03 01:26:43 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/620753006/80001
6 years, 2 months ago (2014-10-03 15:59:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/620753006/80001
6 years, 2 months ago (2014-10-03 16:01:58 UTC) #17
commit-bot: I haz the power
6 years, 2 months ago (2014-10-03 17:06:21 UTC) #18
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as 183203

Powered by Google App Engine
This is Rietveld 408576698