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

Issue 17327003: Move pushMappingToContainer to RenderBoxModelObject (Closed)

Created:
7 years, 6 months ago by eae
Modified:
7 years, 6 months ago
CC:
blink-reviews, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Visibility:
Public.

Description

Move pushMappingToContainer to RenderBoxModelObject RenderBox and RenderInline currently implement almost identical pushMappingToContainer methods. Merge the two and move the implementation to their shared parent; RenderBoxModelObject. BUG=251019 TEST=No new tests, no change in functionality R=esprehn@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152631

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -72 lines) Patch
M Source/core/rendering/RenderBox.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderBox.cpp View 1 chunk +0 lines, -37 lines 0 comments Download
M Source/core/rendering/RenderBoxModelObject.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderBoxModelObject.cpp View 1 2 chunks +38 lines, -0 lines 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, -33 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
eae
7 years, 6 months ago (2013-06-17 23:13:55 UTC) #1
esprehn
LGTM, but the perf is uncertain. I'm a little concerned since this adds 2 virtual ...
7 years, 6 months ago (2013-06-17 23:56:44 UTC) #2
eae
On 2013/06/17 23:56:44, esprehn wrote: > LGTM, but the perf is uncertain. > > I'm ...
7 years, 6 months ago (2013-06-18 00:06:50 UTC) #3
eae
https://codereview.chromium.org/17327003/diff/1/Source/core/rendering/RenderBoxModelObject.cpp File Source/core/rendering/RenderBoxModelObject.cpp (right): https://codereview.chromium.org/17327003/diff/1/Source/core/rendering/RenderBoxModelObject.cpp#newcode2677 Source/core/rendering/RenderBoxModelObject.cpp:2677: bool isFixedPos = !isRenderInline() && style()->position() == FixedPosition; On ...
7 years, 6 months ago (2013-06-18 00:06:59 UTC) #4
esprehn
On 2013/06/18 00:06:59, eae wrote: > https://codereview.chromium.org/17327003/diff/1/Source/core/rendering/RenderBoxModelObject.cpp > File Source/core/rendering/RenderBoxModelObject.cpp (right): > > https://codereview.chromium.org/17327003/diff/1/Source/core/rendering/RenderBoxModelObject.cpp#newcode2677 > ...
7 years, 6 months ago (2013-06-18 00:12:38 UTC) #5
esprehn
On 2013/06/18 00:06:50, eae wrote: > ... > > I'm a little concerned since this ...
7 years, 6 months ago (2013-06-18 00:14:50 UTC) #6
eae
On 2013/06/18 00:14:50, esprehn wrote: > On 2013/06/18 00:06:50, eae wrote: > > ... > ...
7 years, 6 months ago (2013-06-18 00:19:27 UTC) #7
esprehn
On 2013/06/18 00:19:27, eae wrote: >... > > If you're confident about the patch lets ...
7 years, 6 months ago (2013-06-18 00:20:06 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/17327003/10001
7 years, 6 months ago (2013-06-18 00:58:39 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-18 03:18:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/17327003/10001
7 years, 6 months ago (2013-06-18 14:01:55 UTC) #11
commit-bot: I haz the power
7 years, 6 months ago (2013-06-18 14:10:22 UTC) #12
Message was sent while issue was closed.
Change committed as 152631

Powered by Google App Engine
This is Rietveld 408576698