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

Issue 154343002: Devirtualize isStretchingChildren (Closed)

Created:
6 years, 10 months ago by rwlbuis
Modified:
6 years, 10 months ago
Reviewers:
esprehn, Inactive
CC:
blink-reviews, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Devirtualize isStretchingChildren There is no need for this to be virtual if we know the RenderObject is a RenderDeprecatedFlexibleBox, which we do here. Also clean the method up a bit. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167017

Patch Set 1 #

Patch Set 2 : Fix logic error #

Patch Set 3 : Fix another logic error #

Patch Set 4 : Fix Debug ASSERT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -6 lines) Patch
M Source/core/rendering/RenderBox.cpp View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderDeprecatedFlexibleBox.h View 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/rendering/RenderObject.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
rwlbuis
I am not sure if the devirtualize part of the patch is worth it. If ...
6 years, 10 months ago (2014-02-05 19:41:10 UTC) #1
Inactive
On 2014/02/05 19:41:10, rwlbuis wrote: > I am not sure if the devirtualize part of ...
6 years, 10 months ago (2014-02-05 21:12:18 UTC) #2
rwlbuis
On 2014/02/05 21:12:18, Chris Dumez wrote: > On 2014/02/05 19:41:10, rwlbuis wrote: > > I ...
6 years, 10 months ago (2014-02-05 21:17:32 UTC) #3
rwlbuis
Adding esprehn, just a simple possible optimization patch. I think the cleanup part is useful ...
6 years, 10 months ago (2014-02-05 21:18:54 UTC) #4
esprehn
lgtm, seems like a reasonable refactor. It's nice to reduce the API surface on RenderObject.
6 years, 10 months ago (2014-02-10 23:50:55 UTC) #5
esprehn
The CQ bit was checked by esprehn@chromium.org
6 years, 10 months ago (2014-02-10 23:51:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/154343002/100001
6 years, 10 months ago (2014-02-10 23:51:16 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-11 02:52:52 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) webkit_unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=11800
6 years, 10 months ago (2014-02-11 02:52:53 UTC) #9
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 10 months ago (2014-02-11 15:31:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/154343002/100001
6 years, 10 months ago (2014-02-11 15:31:49 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-11 16:52:04 UTC) #12
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) webkit_unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=11871
6 years, 10 months ago (2014-02-11 16:52:04 UTC) #13
rwlbuis
On 2014/02/11 16:52:04, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 10 months ago (2014-02-11 19:12:25 UTC) #14
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 10 months ago (2014-02-12 15:11:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/154343002/400001
6 years, 10 months ago (2014-02-12 15:11:43 UTC) #16
commit-bot: I haz the power
6 years, 10 months ago (2014-02-12 16:32:21 UTC) #17
Message was sent while issue was closed.
Change committed as 167017

Powered by Google App Engine
This is Rietveld 408576698