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

Issue 212213007: Oilpan: Move InterpolableValue's hierarchy to oilpan's heap (Closed)

Created:
6 years, 9 months ago by haraken
Modified:
6 years, 9 months ago
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), Timothy Loh, darktears, Steve Block, dino_apple.com, Eric Willigers
Visibility:
Public.

Description

Oilpan: Move InterpolableValue's hierarchy to oilpan's heap This CL changes OwnPtr<OwnPtr<InterporableValue>[]> in InterpolableValueList to Vector<OwnPtr<InterporableValue>>. As far as I see the code, I don't think this change will affect performance. BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170298

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -63 lines) Patch
M Source/core/animation/InterpolableValue.h View 1 2 chunks +52 lines, -36 lines 1 comment Download
M Source/core/animation/InterpolableValue.cpp View 5 chunks +22 lines, -8 lines 0 comments Download
M Source/core/animation/InterpolableValueTest.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/animation/Interpolation.h View 1 2 4 chunks +10 lines, -11 lines 0 comments Download
M Source/core/animation/Interpolation.cpp View 1 2 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
haraken
PTAL https://codereview.chromium.org/212213007/diff/1/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/212213007/diff/1/Source/core/animation/InterpolableValue.h#newcode135 Source/core/animation/InterpolableValue.h:135: WillBeHeapVector<OwnPtrWillBeMember<InterpolableValue> > m_values; dstockwell@, shanes@: Would you just ...
6 years, 9 months ago (2014-03-26 13:11:05 UTC) #1
Mads Ager (chromium)
LGTM for the oilpan part. https://codereview.chromium.org/212213007/diff/1/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/212213007/diff/1/Source/core/animation/InterpolableValue.h#newcode23 Source/core/animation/InterpolableValue.h:23: virtual ~InterpolableValue() { } ...
6 years, 9 months ago (2014-03-26 13:28:31 UTC) #2
haraken
https://codereview.chromium.org/212213007/diff/1/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/212213007/diff/1/Source/core/animation/InterpolableValue.h#newcode23 Source/core/animation/InterpolableValue.h:23: virtual ~InterpolableValue() { } On 2014/03/26 13:28:31, Mads Ager ...
6 years, 9 months ago (2014-03-26 13:42:30 UTC) #3
wibling-chromium
lgtm
6 years, 9 months ago (2014-03-26 14:25:43 UTC) #4
tkent
lgtm
6 years, 9 months ago (2014-03-27 01:06:21 UTC) #5
haraken
https://codereview.chromium.org/212213007/diff/90001/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/212213007/diff/90001/Source/core/animation/InterpolableValue.h#newcode134 Source/core/animation/InterpolableValue.h:134: WillBeHeapVector<OwnPtrWillBeMember<InterpolableValue> > m_values; dstockwell@, shanes@: Would you just check ...
6 years, 9 months ago (2014-03-27 01:27:35 UTC) #6
haraken
On 2014/03/27 01:27:35, haraken wrote: > https://codereview.chromium.org/212213007/diff/90001/Source/core/animation/InterpolableValue.h > File Source/core/animation/InterpolableValue.h (right): > > https://codereview.chromium.org/212213007/diff/90001/Source/core/animation/InterpolableValue.h#newcode134 > ...
6 years, 9 months ago (2014-03-28 06:00:59 UTC) #7
dstockwell
On 2014/03/28 06:00:59, haraken wrote: > On 2014/03/27 01:27:35, haraken wrote: > > > https://codereview.chromium.org/212213007/diff/90001/Source/core/animation/InterpolableValue.h ...
6 years, 9 months ago (2014-03-28 06:21:02 UTC) #8
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-28 06:21:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/212213007/90001
6 years, 9 months ago (2014-03-28 06:21:58 UTC) #10
haraken
> > dstockwell@: ^^^ This is just one line change, but would you just take ...
6 years, 9 months ago (2014-03-28 06:22:05 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 07:31:57 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-28 07:31:58 UTC) #13
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-28 07:33:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/212213007/90001
6 years, 9 months ago (2014-03-28 07:33:56 UTC) #15
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 08:38:23 UTC) #16
Message was sent while issue was closed.
Change committed as 170298

Powered by Google App Engine
This is Rietveld 408576698