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

Issue 222893005: Oilpan: Fix oilpan builds after r170720 (Closed)

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

Description

Oilpan: Fix oilpan builds after r170720 r170720 broke oilpan builds seriously, so this CL tries to fix the build issue. This CL contains a bunch of inconsistent diffs about oilpan syntax, but it's just because r170720 introduced oilpan things that don't much make sense :) BUG=340522

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -50 lines) Patch
M Source/core/animation/AnimatableValueKeyframe.h View 1 2 chunks +18 lines, -12 lines 0 comments Download
M Source/core/animation/AnimatableValueKeyframe.cpp View 1 1 chunk +20 lines, -9 lines 0 comments Download
M Source/core/animation/Interpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/Keyframe.h View 1 5 chunks +8 lines, -9 lines 0 comments Download
M Source/core/animation/KeyframeEffectModel.h View 2 chunks +3 lines, -3 lines 2 comments Download
M Source/core/animation/KeyframeEffectModel.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/KeyframeEffectModelTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/StringKeyframe.h View 3 chunks +13 lines, -5 lines 0 comments Download
M Source/core/animation/StringKeyframe.cpp View 1 2 2 chunks +16 lines, -7 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
haraken
PTAL
6 years, 8 months ago (2014-04-03 01:55:14 UTC) #1
kouhei (in TOK)
https://codereview.chromium.org/222893005/diff/1/Source/core/animation/KeyframeEffectModel.cpp File Source/core/animation/KeyframeEffectModel.cpp (right): https://codereview.chromium.org/222893005/diff/1/Source/core/animation/KeyframeEffectModel.cpp#newcode39 Source/core/animation/KeyframeEffectModel.cpp:39: bool Keyframe::compareOffsets(const RefPtrWillBeMember<Keyframe>& a, const RefPtrWillBeMember<Keyframe>& b) Why Member?
6 years, 8 months ago (2014-04-03 02:01:05 UTC) #2
haraken
https://codereview.chromium.org/222893005/diff/1/Source/core/animation/KeyframeEffectModel.cpp File Source/core/animation/KeyframeEffectModel.cpp (right): https://codereview.chromium.org/222893005/diff/1/Source/core/animation/KeyframeEffectModel.cpp#newcode39 Source/core/animation/KeyframeEffectModel.cpp:39: bool Keyframe::compareOffsets(const RefPtrWillBeMember<Keyframe>& a, const RefPtrWillBeMember<Keyframe>& b) On 2014/04/03 ...
6 years, 8 months ago (2014-04-03 02:02:05 UTC) #3
kouhei (in TOK)
lgtm https://codereview.chromium.org/222893005/diff/1/Source/core/animation/KeyframeEffectModel.cpp File Source/core/animation/KeyframeEffectModel.cpp (right): https://codereview.chromium.org/222893005/diff/1/Source/core/animation/KeyframeEffectModel.cpp#newcode39 Source/core/animation/KeyframeEffectModel.cpp:39: bool Keyframe::compareOffsets(const RefPtrWillBeMember<Keyframe>& a, const RefPtrWillBeMember<Keyframe>& b) On ...
6 years, 8 months ago (2014-04-03 02:03:45 UTC) #4
haraken
https://codereview.chromium.org/222893005/diff/1/Source/core/animation/AnimatableValueKeyframe.cpp File Source/core/animation/AnimatableValueKeyframe.cpp (right): https://codereview.chromium.org/222893005/diff/1/Source/core/animation/AnimatableValueKeyframe.cpp#newcode77 Source/core/animation/AnimatableValueKeyframe.cpp:77: PropertySpecificKeyframe::trace(visitor); Removed this line, because this causes an infinite ...
6 years, 8 months ago (2014-04-03 03:56:11 UTC) #5
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 8 months ago (2014-04-03 03:56:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/222893005/20001
6 years, 8 months ago (2014-04-03 03:56:20 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-03 04:10:12 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_compile_dbg
6 years, 8 months ago (2014-04-03 04:10:12 UTC) #9
haraken
I'm landing this CL to fix build failures in oilpan bots, but I'd be happy ...
6 years, 8 months ago (2014-04-03 04:12:52 UTC) #10
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 8 months ago (2014-04-03 04:12:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/222893005/40001
6 years, 8 months ago (2014-04-03 04:13:02 UTC) #12
zerny-chromium
Thanks for fixing the build Haraken. LGTM https://codereview.chromium.org/222893005/diff/1/Source/core/animation/KeyframeEffectModel.cpp File Source/core/animation/KeyframeEffectModel.cpp (right): https://codereview.chromium.org/222893005/diff/1/Source/core/animation/KeyframeEffectModel.cpp#newcode39 Source/core/animation/KeyframeEffectModel.cpp:39: bool Keyframe::compareOffsets(const ...
6 years, 8 months ago (2014-04-03 05:17:11 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-03 05:47:15 UTC) #14
commit-bot: I haz the power
Failed to apply patch for Source/core/animation/AnimatableValueKeyframe.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
6 years, 8 months ago (2014-04-03 05:47:16 UTC) #15
haraken
Unfortunately, this CL caused a bit serious conflict with ToT... Rebasing. https://codereview.chromium.org/222893005/diff/1/Source/core/animation/KeyframeEffectModel.cpp File Source/core/animation/KeyframeEffectModel.cpp (right): ...
6 years, 8 months ago (2014-04-03 06:10:59 UTC) #16
haraken
Oh, the original CL was reverted in r170732. dstockwell@, shanes@, rafaelw@: Would you consider merging ...
6 years, 8 months ago (2014-04-03 06:14:33 UTC) #17
Mads Ager (chromium)
lgtm2
6 years, 8 months ago (2014-04-03 06:22:50 UTC) #18
shans
6 years, 8 months ago (2014-04-03 10:16:14 UTC) #19
On 2014/04/03 06:22:50, Mads Ager (chromium) wrote:
> lgtm2

Attempting to land as part of https://codereview.chromium.org/223443002/.

Powered by Google App Engine
This is Rietveld 408576698