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

Issue 1120003002: [Oilpan] Migrate most classes under core/animations to Oilpan heap. (Closed)

Created:
5 years, 7 months ago by peria
Modified:
5 years, 3 months ago
CC:
blink-reviews, shans, vivekg_samsung, eae+blinkwatch, yurys+blink_chromium.org, vivekg, apavlov+blink_chromium.org, loislo+blink_chromium.org, Steve Block, rwlbuis, caseq+blink_chromium.org, aandrey+blink_chromium.org, arv+blink, blink-reviews-dom_chromium.org, blink-reviews-css, Timothy Loh, dstockwell, dglazkov+blink, devtools-reviews_chromium.org, Eric Willigers, rjwright, blink-reviews-style_chromium.org, sof, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, darktears, blink-reviews-animation_chromium.org, Mike Lawther (Google), ed+blinkwatch_opera.com, Inactive, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Migrate most classes under core/animations to Oilpan heap. BUG=479467, 497660, 497595

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Patch Set 3 : Build fix #

Total comments: 18

Patch Set 4 : Rebase #

Patch Set 5 : Fix some test failures #

Patch Set 6 : Revert some #if ENABLE(OILPAN) macros #

Patch Set 7 : Fix a test failure #

Patch Set 8 : Remove a member variable in a test #

Patch Set 9 : Intentional nullptr access #

Total comments: 1

Patch Set 10 : Disable a test #

Patch Set 11 : Fix a nullptr access #

Patch Set 12 : Migrate Animation to Oilpan heap #

Patch Set 13 : Fix build on Oilpan build #

Patch Set 14 : Fix test failures #

Patch Set 15 : rebase #

Patch Set 16 : rebase #

Patch Set 17 : Fix test failures #

Patch Set 18 : Resize expect size of Persistent #

Total comments: 24

Patch Set 19 : Work for comments #

Patch Set 20 : Remove redundant get() for Member #

Patch Set 21 : Rebase #

Patch Set 22 : Rebase #

Patch Set 23 : Change expect size of Persistent #

Patch Set 24 : Rebase #

Patch Set 25 : Work for new classes #

Patch Set 26 : Rebase #

Patch Set 27 : Rebase #

Patch Set 28 : Fix size of persistent pointers #

Patch Set 29 : EAGAR_FINALIZE on LAZY_SWEEPING #

Patch Set 30 : Rebase and resize ElementRareData #

Patch Set 31 : Rebase #

Patch Set 32 : Rebase #

Patch Set 33 : Rebase #

Patch Set 34 : Rebase #

Patch Set 35 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1422 lines, -1463 lines) Patch
M Source/core/animation/AngleSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/Animation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 5 chunks +17 lines, -17 lines 0 comments Download
M Source/core/animation/Animation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 4 chunks +9 lines, -6 lines 0 comments Download
M Source/core/animation/AnimationEffect.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 5 chunks +7 lines, -8 lines 0 comments Download
M Source/core/animation/AnimationEffect.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/AnimationEffectReadOnly.idl View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationEffectTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 32 chunks +34 lines, -34 lines 0 comments Download
M Source/core/animation/AnimationEffectTiming.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/AnimationEffectTiming.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/AnimationEffectTiming.idl View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationStack.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/AnimationStack.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +7 lines, -8 lines 0 comments Download
M Source/core/animation/AnimationStackTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +28 lines, -28 lines 0 comments Download
M Source/core/animation/AnimationTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 9 chunks +19 lines, -20 lines 0 comments Download
M Source/core/animation/AnimationTimeline.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 5 chunks +9 lines, -10 lines 0 comments Download
M Source/core/animation/AnimationTimeline.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 6 chunks +15 lines, -18 lines 0 comments Download
M Source/core/animation/AnimationTimeline.idl View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationTimelineTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 9 chunks +19 lines, -21 lines 0 comments Download
A Source/core/animation/CSSValueAnimationType.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +24 lines, -0 lines 0 comments Download
M Source/core/animation/CSSValueInterpolationType.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/CSSValueInterpolationType.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/ColorStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/ColorStyleInterpolation.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/ColorStyleInterpolationTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/CompositorAnimations.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/CompositorAnimationsTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 33 chunks +129 lines, -131 lines 0 comments Download
M Source/core/animation/CompositorPendingAnimations.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/CompositorPendingAnimations.cpp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/ConstantStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/DefaultSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/DeferredLegacyStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/DeferredLegacyStyleInterpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/DoubleStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/animation/DoubleStyleInterpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 5 chunks +5 lines, -8 lines 0 comments Download
M Source/core/animation/DoubleStyleInterpolationTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/EffectInput.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/EffectInput.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/EffectInputTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/EffectModel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/EffectModel.idl View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/ElementAnimation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 4 chunks +8 lines, -8 lines 0 comments Download
M Source/core/animation/ElementAnimations.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 3 chunks +2 lines, -14 lines 0 comments Download
M Source/core/animation/ElementAnimations.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +0 lines, -7 lines 0 comments Download
M Source/core/animation/FilterStyleInterpolation.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/FilterStyleInterpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/FilterStyleInterpolationTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/ImageSliceStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/ImageSliceStyleInterpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 4 chunks +5 lines, -10 lines 0 comments Download
M Source/core/animation/ImageStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/InertEffect.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/InertEffect.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +6 lines, -5 lines 0 comments Download
M Source/core/animation/IntegerOptionalIntegerSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/IntegerOptionalIntegerSVGInterpolation.cpp View 1 2 3 1 chunk +4 lines, -6 lines 0 comments Download
M Source/core/animation/IntegerSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/InterpolableValue.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 7 chunks +23 lines, -24 lines 0 comments Download
M Source/core/animation/InterpolableValue.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/animation/InterpolableValueTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 8 chunks +24 lines, -24 lines 0 comments Download
M Source/core/animation/Interpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/Interpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/InterpolationEffect.h View 4 3 chunks +11 lines, -11 lines 0 comments Download
M Source/core/animation/InterpolationEffect.cpp View 4 3 chunks +7 lines, -8 lines 0 comments Download
M Source/core/animation/InterpolationEffectTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 5 chunks +10 lines, -11 lines 0 comments Download
M Source/core/animation/InterpolationType.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 4 chunks +11 lines, -12 lines 0 comments Download
M Source/core/animation/InterpolationValue.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/animation/InvalidatableStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/animation/InvalidatableStyleInterpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 3 chunks +10 lines, -10 lines 0 comments Download
M Source/core/animation/Keyframe.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 5 chunks +12 lines, -14 lines 0 comments Download
M Source/core/animation/KeyframeEffect.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/animation/KeyframeEffect.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +11 lines, -19 lines 0 comments Download
M Source/core/animation/KeyframeEffectModel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 6 chunks +12 lines, -12 lines 0 comments Download
M Source/core/animation/KeyframeEffectModel.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 7 chunks +5 lines, -9 lines 0 comments Download
M Source/core/animation/KeyframeEffectModelTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 23 chunks +90 lines, -90 lines 0 comments Download
M Source/core/animation/KeyframeEffectTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 13 chunks +24 lines, -27 lines 0 comments Download
M Source/core/animation/LegacyStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/LengthBoxStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/LengthBoxStyleInterpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +7 lines, -6 lines 0 comments Download
M Source/core/animation/LengthBoxStyleInterpolationTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/LengthInterpolationType.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/animation/LengthInterpolationType.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 6 chunks +23 lines, -23 lines 0 comments Download
M Source/core/animation/LengthPairStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/LengthPairStyleInterpolation.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/LengthPairStyleInterpolationTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/LengthSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/LengthSVGInterpolation.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +9 lines, -9 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolationTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 9 chunks +17 lines, -17 lines 0 comments Download
M Source/core/animation/ListSVGInterpolation.h View 1 2 3 6 chunks +12 lines, -12 lines 0 comments Download
M Source/core/animation/ListStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 7 chunks +17 lines, -17 lines 0 comments Download
M Source/core/animation/ListStyleInterpolationTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/NonInterpolableValue.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/NumberOptionalNumberSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/NumberSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/PathSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/PathSVGInterpolation.cpp View 16 chunks +25 lines, -25 lines 0 comments Download
M Source/core/animation/PointSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/PrimitiveInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 7 chunks +16 lines, -17 lines 0 comments Download
M Source/core/animation/RectSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/RectSVGInterpolation.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/SVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/SVGStrokeDasharrayStyleInterpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/SVGStrokeDasharrayStyleInterpolationTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/SampledEffect.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +11 lines, -15 lines 0 comments Download
M Source/core/animation/SampledEffect.cpp View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/animation/ShadowStyleInterpolation.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/ShadowStyleInterpolation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/ShadowStyleInterpolationTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/StringKeyframe.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 4 chunks +16 lines, -16 lines 0 comments Download
M Source/core/animation/StringKeyframe.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 14 chunks +44 lines, -44 lines 0 comments Download
M Source/core/animation/StyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/TransformSVGInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/TransformSVGInterpolation.cpp View 1 2 3 6 chunks +13 lines, -13 lines 0 comments Download
M Source/core/animation/VisibilityStyleInterpolation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +5 lines, -6 lines 0 comments Download
M Source/core/animation/VisibilityStyleInterpolation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/VisibilityStyleInterpolationTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableClipPathOperation.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableClipPathOperation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableColor.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableColor.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableDouble.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableDouble.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableDoubleAndBool.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableDoubleAndBool.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableDoubleAndBoolTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +41 lines, -41 lines 0 comments Download
M Source/core/animation/animatable/AnimatableDoubleTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +13 lines, -13 lines 0 comments Download
M Source/core/animation/animatable/AnimatableFilterOperations.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableFilterOperations.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableImage.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableImage.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableLength.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLength.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableLengthBox.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +12 lines, -12 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableLengthBoxAndBool.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableLengthPoint.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthPoint.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableLengthPoint3D.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthPoint3D.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableLengthSize.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +8 lines, -8 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthSize.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableLengthTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/animation/animatable/AnimatableNeutral.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableRepeatable.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +7 lines, -7 lines 0 comments Download
M Source/core/animation/animatable/AnimatableRepeatable.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/animatable/AnimatableSVGPaint.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/animation/animatable/AnimatableSVGPaint.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableShadow.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableShadow.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableShapeValue.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableShapeValue.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayList.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp View 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/animation/animatable/AnimatableTransform.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableTransform.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableUnknown.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/animatable/AnimatableUnknownTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +12 lines, -12 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValue.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValueKeyframe.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 3 chunks +13 lines, -13 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValueKeyframe.cpp View 1 2 3 2 chunks +10 lines, -13 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValueTestHelper.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableVisibility.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/animatable/AnimatableVisibility.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/css/CSSAnimatableValueFactory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/css/CSSAnimatableValueFactory.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 13 chunks +24 lines, -24 lines 0 comments Download
M Source/core/animation/css/CSSAnimationUpdate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 14 chunks +25 lines, -28 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 4 chunks +12 lines, -8 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 18 chunks +40 lines, -42 lines 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleResolver.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +1 line, -1 line 0 comments Download
M Source/core/dom/Element.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ElementRareData.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/ElementRareData.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +7 lines, -0 lines 0 comments Download
M Source/core/inspector/InspectorAnimationAgent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorAnimationAgent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 3 chunks +5 lines, -5 lines 0 comments Download
M Source/platform/heap/Handle.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 25 (3 generated)
peria
Not ready for review, currently. I'm trying to run tests and to measure performance. https://codereview.chromium.org/1120003002/diff/1/Source/core/dom/ElementRareData.cpp ...
5 years, 7 months ago (2015-05-01 07:50:28 UTC) #2
haraken
Yes, let's measure the performance implication of this change! https://codereview.chromium.org/1120003002/diff/1/Source/core/dom/ElementRareData.cpp File Source/core/dom/ElementRareData.cpp (right): https://codereview.chromium.org/1120003002/diff/1/Source/core/dom/ElementRareData.cpp#newcode46 Source/core/dom/ElementRareData.cpp:46: ...
5 years, 7 months ago (2015-05-01 09:04:07 UTC) #3
haraken
Be careful when droppoing #if !ENABLE(OILPAN). We cannot mechanically drop the #if macros until we ...
5 years, 7 months ago (2015-05-08 00:13:07 UTC) #4
peria
This mail is just for an acknowledgement. I did nothing for those #if macros yet ...
5 years, 7 months ago (2015-05-08 02:21:20 UTC) #5
haraken
On 2015/05/08 02:21:20, peria wrote: > This mail is just for an acknowledgement. > I ...
5 years, 7 months ago (2015-05-08 02:26:02 UTC) #6
peria
haraken@, I wonder why MockPlatformTiming is traced in TearDown. Looking the following test result, in ...
5 years, 7 months ago (2015-05-11 10:27:54 UTC) #7
haraken
> I wonder why MockPlatformTiming is traced in TearDown. > Looking the following test result, ...
5 years, 7 months ago (2015-05-11 13:24:56 UTC) #8
peria
Maybe now it's ready for review. Please take a look.
5 years, 7 months ago (2015-05-27 06:28:08 UTC) #9
haraken
On 2015/05/27 06:28:08, peria wrote: > Maybe now it's ready for review. > Please take ...
5 years, 7 months ago (2015-05-27 07:06:16 UTC) #10
peria
Yuta-san, Could you measure performance of following tests with and without applying this CL(PS 18) ...
5 years, 6 months ago (2015-05-28 02:37:18 UTC) #12
haraken
On 2015/05/28 02:37:18, peria wrote: > Yuta-san, > Could you measure performance of following tests ...
5 years, 6 months ago (2015-05-28 02:41:10 UTC) #13
peria
On 2015/05/28 02:41:10, haraken wrote: > On 2015/05/28 02:37:18, peria wrote: > > Yuta-san, > ...
5 years, 6 months ago (2015-05-28 05:34:34 UTC) #14
sof
https://codereview.chromium.org/1120003002/diff/320001/Source/core/animation/Animation.h File Source/core/animation/Animation.h (right): https://codereview.chromium.org/1120003002/diff/320001/Source/core/animation/Animation.h#newcode58 Source/core/animation/Animation.h:58: USING_PRE_FINALIZER(Animation, disposeAnimation); No need to add a TODO, but ...
5 years, 6 months ago (2015-05-30 11:34:05 UTC) #16
peria
https://codereview.chromium.org/1120003002/diff/320001/Source/core/animation/Animation.h File Source/core/animation/Animation.h (right): https://codereview.chromium.org/1120003002/diff/320001/Source/core/animation/Animation.h#newcode58 Source/core/animation/Animation.h:58: USING_PRE_FINALIZER(Animation, disposeAnimation); On 2015/05/30 11:34:04, sof wrote: > No ...
5 years, 6 months ago (2015-06-01 04:43:02 UTC) #17
peria
Yuta-san, Could you concatenate the result of my experiences on Linux? https://drive.google.com/a/chromium.org/file/d/0B4QUVw-AB8wPZTBqbmlCdXlpbG8/view?usp=sharing thank you in ...
5 years, 6 months ago (2015-06-02 02:29:42 UTC) #18
Yuta Kitamura
Sorry for taking long to get back to you, (I had to deal with some ...
5 years, 6 months ago (2015-06-02 05:51:44 UTC) #19
peria
On 2015/06/02 05:51:44, Yuta Kitamura wrote: > Sorry for taking long to get back to ...
5 years, 6 months ago (2015-06-03 05:15:11 UTC) #20
Yuta Kitamura
Here's the revised results, along with your data: https://www.googledrive.com/host/0B6XhrzUCq5lhUjloNWR3b0xxRXM/2015/moveanim2.html
5 years, 6 months ago (2015-06-05 05:21:49 UTC) #21
peria
On 2015/06/05 05:21:49, Yuta Kitamura wrote: > Here's the revised results, along with your data: ...
5 years, 6 months ago (2015-06-05 06:22:02 UTC) #22
haraken
On 2015/06/05 06:22:02, peria wrote: > On 2015/06/05 05:21:49, Yuta Kitamura wrote: > > Here's ...
5 years, 6 months ago (2015-06-08 02:15:06 UTC) #23
peria
On 2015/06/08 02:15:06, haraken wrote: > > Thanks for the results! > > - Would ...
5 years, 6 months ago (2015-06-08 02:22:05 UTC) #24
peria
5 years, 3 months ago (2015-09-07 15:10:01 UTC) #25
haraken@ did this work with https://codereview.chromium.org/1318543009/ and
https://codereview.chromium.org/1276183004/ instead.

Let me close this issue.

Powered by Google App Engine
This is Rietveld 408576698