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

Issue 1229273004: Remove Animations and Transitions. (Closed)

Created:
5 years, 5 months ago by Hixie
Modified:
5 years, 5 months ago
Reviewers:
eseidel
CC:
abarth-chromium, gregsimon, jackson_old, mojo-reviews_chromium.org, qsr+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Remove Animations and Transitions. And all related CSS properties. And page transitions, whatever those are. And will-change. And page visibility. R=eseidel@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/4d04053dbc4fc20e6b0890dceaa300d82843c92b

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -16845 lines) Patch
M sky/engine/build/scripts/css_properties.py View 2 chunks +0 lines, -2 lines 0 comments Download
M sky/engine/build/scripts/make_css_property_metadata.py View 1 chunk +1 line, -3 lines 0 comments Download
M sky/engine/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl View 1 chunk +0 lines, -39 lines 0 comments Download
D sky/engine/core/animation/ActiveAnimations.h View 1 chunk +0 lines, -96 lines 0 comments Download
D sky/engine/core/animation/ActiveAnimations.cpp View 1 chunk +0 lines, -44 lines 0 comments Download
D sky/engine/core/animation/Animation.h View 1 chunk +0 lines, -94 lines 0 comments Download
D sky/engine/core/animation/Animation.cpp View 1 chunk +0 lines, -199 lines 0 comments Download
D sky/engine/core/animation/Animation.idl View 1 chunk +0 lines, -38 lines 0 comments Download
D sky/engine/core/animation/AnimationClock.h View 1 chunk +0 lines, -66 lines 0 comments Download
D sky/engine/core/animation/AnimationClock.cpp View 1 chunk +0 lines, -81 lines 0 comments Download
D sky/engine/core/animation/AnimationClockTest.cpp View 1 chunk +0 lines, -142 lines 0 comments Download
D sky/engine/core/animation/AnimationEffect.h View 1 chunk +0 lines, -62 lines 0 comments Download
D sky/engine/core/animation/AnimationEffect.idl View 1 chunk +0 lines, -8 lines 0 comments Download
D sky/engine/core/animation/AnimationHelpers.h View 1 chunk +0 lines, -33 lines 0 comments Download
D sky/engine/core/animation/AnimationHelpersTest.cpp View 1 chunk +0 lines, -23 lines 0 comments Download
D sky/engine/core/animation/AnimationNode.h View 1 chunk +0 lines, -169 lines 0 comments Download
D sky/engine/core/animation/AnimationNode.cpp View 1 chunk +0 lines, -188 lines 0 comments Download
D sky/engine/core/animation/AnimationNode.idl View 1 chunk +0 lines, -44 lines 0 comments Download
D sky/engine/core/animation/AnimationNodeTest.cpp View 1 chunk +0 lines, -774 lines 0 comments Download
D sky/engine/core/animation/AnimationNodeTiming.h View 1 chunk +0 lines, -47 lines 0 comments Download
D sky/engine/core/animation/AnimationNodeTiming.cpp View 1 chunk +0 lines, -166 lines 0 comments Download
D sky/engine/core/animation/AnimationPlayer.h View 1 chunk +0 lines, -182 lines 0 comments Download
D sky/engine/core/animation/AnimationPlayer.cpp View 1 chunk +0 lines, -533 lines 0 comments Download
D sky/engine/core/animation/AnimationPlayer.idl View 1 chunk +0 lines, -48 lines 0 comments Download
D sky/engine/core/animation/AnimationPlayerTest.cpp View 1 chunk +0 lines, -795 lines 0 comments Download
D sky/engine/core/animation/AnimationStack.h View 1 chunk +0 lines, -67 lines 0 comments Download
D sky/engine/core/animation/AnimationStack.cpp View 1 chunk +0 lines, -124 lines 0 comments Download
D sky/engine/core/animation/AnimationStackTest.cpp View 1 chunk +0 lines, -149 lines 0 comments Download
D sky/engine/core/animation/AnimationTimeline.h View 1 chunk +0 lines, -138 lines 0 comments Download
D sky/engine/core/animation/AnimationTimeline.cpp View 1 chunk +0 lines, -219 lines 0 comments Download
D sky/engine/core/animation/AnimationTimeline.idl View 1 chunk +0 lines, -9 lines 0 comments Download
D sky/engine/core/animation/AnimationTimelineTest.cpp View 1 chunk +0 lines, -225 lines 0 comments Download
D sky/engine/core/animation/DefaultStyleInterpolation.h View 1 chunk +0 lines, -39 lines 0 comments Download
D sky/engine/core/animation/DeferredLegacyStyleInterpolation.h View 1 chunk +0 lines, -47 lines 0 comments Download
D sky/engine/core/animation/DeferredLegacyStyleInterpolation.cpp View 1 chunk +0 lines, -123 lines 0 comments Download
D sky/engine/core/animation/DeferredLegacyStyleInterpolationTest.cpp View 1 chunk +0 lines, -83 lines 0 comments Download
D sky/engine/core/animation/DocumentAnimation.h View 1 chunk +0 lines, -19 lines 0 comments Download
D sky/engine/core/animation/DocumentAnimation.idl View 1 chunk +0 lines, -7 lines 0 comments Download
D sky/engine/core/animation/DocumentAnimations.h View 1 chunk +0 lines, -55 lines 0 comments Download
D sky/engine/core/animation/DocumentAnimations.cpp View 1 chunk +0 lines, -79 lines 0 comments Download
D sky/engine/core/animation/EffectInput.h View 1 chunk +0 lines, -25 lines 0 comments Download
D sky/engine/core/animation/ElementAnimation.h View 1 chunk +0 lines, -119 lines 0 comments Download
D sky/engine/core/animation/ElementAnimation.idl View 1 chunk +0 lines, -40 lines 0 comments Download
D sky/engine/core/animation/InertAnimation.h View 1 chunk +0 lines, -59 lines 0 comments Download
D sky/engine/core/animation/InertAnimation.cpp View 1 chunk +0 lines, -65 lines 0 comments Download
D sky/engine/core/animation/InterpolableValue.h View 1 chunk +0 lines, -157 lines 0 comments Download
D sky/engine/core/animation/InterpolableValue.cpp View 1 chunk +0 lines, -60 lines 0 comments Download
D sky/engine/core/animation/InterpolableValueTest.cpp View 1 chunk +0 lines, -104 lines 0 comments Download
D sky/engine/core/animation/Interpolation.h View 1 chunk +0 lines, -45 lines 0 comments Download
D sky/engine/core/animation/Interpolation.cpp View 1 chunk +0 lines, -55 lines 0 comments Download
D sky/engine/core/animation/InterpolationEffect.h View 1 chunk +0 lines, -62 lines 0 comments Download
D sky/engine/core/animation/InterpolationEffect.cpp View 1 chunk +0 lines, -29 lines 0 comments Download
D sky/engine/core/animation/InterpolationEffectTest.cpp View 1 chunk +0 lines, -97 lines 0 comments Download
D sky/engine/core/animation/Keyframe.h View 1 chunk +0 lines, -98 lines 0 comments Download
D sky/engine/core/animation/KeyframeEffectModel.h View 1 chunk +0 lines, -172 lines 0 comments Download
D sky/engine/core/animation/KeyframeEffectModel.cpp View 1 chunk +0 lines, -217 lines 0 comments Download
D sky/engine/core/animation/KeyframeEffectModelTest.cpp View 1 chunk +0 lines, -516 lines 0 comments Download
D sky/engine/core/animation/LegacyStyleInterpolation.h View 1 chunk +0 lines, -42 lines 0 comments Download
D sky/engine/core/animation/LengthStyleInterpolation.h View 1 chunk +0 lines, -39 lines 0 comments Download
D sky/engine/core/animation/LengthStyleInterpolation.cpp View 1 chunk +0 lines, -103 lines 0 comments Download
D sky/engine/core/animation/LengthStyleInterpolationTest.cpp View 1 chunk +0 lines, -118 lines 0 comments Download
D sky/engine/core/animation/PendingAnimations.h View 1 chunk +0 lines, -68 lines 0 comments Download
D sky/engine/core/animation/PendingAnimations.cpp View 1 chunk +0 lines, -86 lines 0 comments Download
D sky/engine/core/animation/SampledEffect.h View 1 chunk +0 lines, -49 lines 0 comments Download
D sky/engine/core/animation/SampledEffect.cpp View 1 chunk +0 lines, -57 lines 0 comments Download
D sky/engine/core/animation/StringKeyframe.h View 1 chunk +0 lines, -75 lines 0 comments Download
D sky/engine/core/animation/StringKeyframe.cpp View 1 chunk +0 lines, -138 lines 0 comments Download
D sky/engine/core/animation/StyleInterpolation.h View 1 chunk +0 lines, -43 lines 0 comments Download
D sky/engine/core/animation/Timing.h View 1 chunk +0 lines, -100 lines 0 comments Download
D sky/engine/core/animation/Timing.idl View 1 chunk +0 lines, -27 lines 0 comments Download
D sky/engine/core/animation/TimingCalculations.h View 1 chunk +0 lines, -198 lines 0 comments Download
D sky/engine/core/animation/TimingCalculationsTest.cpp View 1 chunk +0 lines, -213 lines 0 comments Download
D sky/engine/core/animation/TimingInput.h View 1 chunk +0 lines, -32 lines 0 comments Download
D sky/engine/core/animation/TimingInput.cpp View 1 chunk +0 lines, -103 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableClipPathOperation.h View 1 chunk +0 lines, -68 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableClipPathOperation.cpp View 1 chunk +0 lines, -66 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableColor.h View 1 chunk +0 lines, -82 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableColor.cpp View 1 chunk +0 lines, -117 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableColorTest.cpp View 1 chunk +0 lines, -79 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableDouble.h View 1 chunk +0 lines, -76 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableDouble.cpp View 1 chunk +0 lines, -64 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableDoubleTest.cpp View 1 chunk +0 lines, -82 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableFilterOperations.h View 1 chunk +0 lines, -67 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableFilterOperations.cpp View 1 chunk +0 lines, -70 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLength.h View 1 chunk +0 lines, -77 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLength.cpp View 1 chunk +0 lines, -81 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthBox.h View 1 chunk +0 lines, -74 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthBox.cpp View 1 chunk +0 lines, -54 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.h View 1 chunk +0 lines, -69 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.cpp View 1 chunk +0 lines, -60 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthPoint.h View 1 chunk +0 lines, -68 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthPoint.cpp View 1 chunk +0 lines, -49 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthPoint3D.h View 1 chunk +0 lines, -71 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthPoint3D.cpp View 1 chunk +0 lines, -50 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthSize.h View 1 chunk +0 lines, -68 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthSize.cpp View 1 chunk +0 lines, -49 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableLengthTest.cpp View 1 chunk +0 lines, -73 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableNeutral.h View 1 chunk +0 lines, -62 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableNeutralTest.cpp View 1 chunk +0 lines, -44 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableRepeatable.h View 1 chunk +0 lines, -80 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableRepeatable.cpp View 1 chunk +0 lines, -93 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableShadow.h View 1 chunk +0 lines, -66 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableShadow.cpp View 1 chunk +0 lines, -47 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableShapeValue.h View 1 chunk +0 lines, -68 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableShapeValue.cpp View 1 chunk +0 lines, -67 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableTransform.h View 1 chunk +0 lines, -66 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableTransform.cpp View 1 chunk +0 lines, -52 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableUnknown.h View 1 chunk +0 lines, -86 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableUnknownTest.cpp View 1 chunk +0 lines, -84 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableValue.h View 1 chunk +0 lines, -130 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableValue.cpp View 1 chunk +0 lines, -80 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableValueKeyframe.h View 1 chunk +0 lines, -71 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableValueKeyframe.cpp View 1 chunk +0 lines, -67 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableValueTestHelper.h View 1 chunk +0 lines, -70 lines 0 comments Download
D sky/engine/core/animation/animatable/AnimatableValueTestHelper.cpp View 1 chunk +0 lines, -152 lines 0 comments Download
D sky/engine/core/animation/css/CSSAnimatableValueFactory.h View 1 chunk +0 lines, -51 lines 0 comments Download
D sky/engine/core/animation/css/CSSAnimatableValueFactory.cpp View 1 chunk +0 lines, -413 lines 0 comments Download
D sky/engine/core/animation/css/CSSAnimationData.h View 1 chunk +0 lines, -61 lines 0 comments Download
D sky/engine/core/animation/css/CSSAnimationData.cpp View 1 chunk +0 lines, -53 lines 0 comments Download
D sky/engine/core/animation/css/CSSAnimations.h View 1 chunk +0 lines, -227 lines 0 comments Download
D sky/engine/core/animation/css/CSSAnimations.cpp View 1 chunk +0 lines, -441 lines 0 comments Download
D sky/engine/core/animation/css/CSSPropertyEquality.h View 1 chunk +0 lines, -21 lines 0 comments Download
D sky/engine/core/animation/css/CSSPropertyEquality.cpp View 1 chunk +0 lines, -213 lines 0 comments Download
D sky/engine/core/animation/css/CSSTimingData.h View 1 chunk +0 lines, -48 lines 0 comments Download
D sky/engine/core/animation/css/CSSTimingData.cpp View 1 chunk +0 lines, -35 lines 0 comments Download
D sky/engine/core/animation/css/CSSTransitionData.h View 1 chunk +0 lines, -81 lines 0 comments Download
D sky/engine/core/animation/css/CSSTransitionData.cpp View 1 chunk +0 lines, -36 lines 0 comments Download
M sky/engine/core/core.gni View 14 chunks +0 lines, -128 lines 0 comments Download
M sky/engine/core/css/CSSComputedStyleDeclaration.cpp View 8 chunks +0 lines, -318 lines 0 comments Download
M sky/engine/core/css/CSSProperties.in View 14 chunks +71 lines, -118 lines 0 comments Download
M sky/engine/core/css/CSSPropertyMetadata.h View 1 chunk +0 lines, -1 line 0 comments Download
D sky/engine/core/css/CSSTimingFunctionValue.h View 1 chunk +0 lines, -99 lines 0 comments Download
D sky/engine/core/css/CSSTimingFunctionValue.cpp View 1 chunk +0 lines, -72 lines 0 comments Download
M sky/engine/core/css/CSSValue.h View 2 chunks +0 lines, -6 lines 0 comments Download
M sky/engine/core/css/CSSValue.cpp View 4 chunks +0 lines, -15 lines 0 comments Download
M sky/engine/core/css/CSSValueKeywords.in View 1 chunk +0 lines, -26 lines 0 comments Download
M sky/engine/core/css/ElementRuleCollector.h View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/css/StylePropertySerializer.cpp View 4 chunks +0 lines, -19 lines 0 comments Download
M sky/engine/core/css/StylePropertyShorthandCustom.cpp View 1 chunk +0 lines, -41 lines 0 comments Download
M sky/engine/core/css/parser/BisonCSSParser.h View 2 chunks +0 lines, -2 lines 0 comments Download
M sky/engine/core/css/parser/BisonCSSParser-in.cpp View 2 chunks +0 lines, -18 lines 0 comments Download
M sky/engine/core/css/parser/BisonCSSParserTest.cpp View 1 chunk +0 lines, -54 lines 0 comments Download
M sky/engine/core/css/parser/CSSParserObserver.h View 1 chunk +0 lines, -1 line 0 comments Download
M sky/engine/core/css/parser/CSSPropertyParser.h View 2 chunks +0 lines, -17 lines 0 comments Download
M sky/engine/core/css/parser/CSSPropertyParser.cpp View 7 chunks +0 lines, -447 lines 0 comments Download
D sky/engine/core/css/resolver/AnimatedStyleBuilder.h View 1 chunk +0 lines, -48 lines 0 comments Download
D sky/engine/core/css/resolver/AnimatedStyleBuilder.cpp View 1 chunk +0 lines, -469 lines 0 comments Download
M sky/engine/core/css/resolver/CSSToStyleMap.h View 2 chunks +0 lines, -7 lines 0 comments Download
M sky/engine/core/css/resolver/CSSToStyleMap.cpp View 2 chunks +0 lines, -148 lines 0 comments Download
M sky/engine/core/css/resolver/SharedStyleFinder.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M sky/engine/core/css/resolver/StyleAdjuster.cpp View 3 chunks +1 line, -36 lines 0 comments Download
M sky/engine/core/css/resolver/StyleBuilderCustom.cpp View 1 chunk +0 lines, -34 lines 0 comments Download
M sky/engine/core/css/resolver/StyleResolver.h View 4 chunks +0 lines, -7 lines 0 comments Download
M sky/engine/core/css/resolver/StyleResolver.cpp View 6 chunks +0 lines, -96 lines 0 comments Download
M sky/engine/core/css/resolver/StyleResolverState.h View 3 chunks +0 lines, -7 lines 0 comments Download
M sky/engine/core/css/resolver/StyleResolverState.cpp View 2 chunks +0 lines, -11 lines 0 comments Download
M sky/engine/core/dom/Document.h View 8 chunks +1 line, -30 lines 0 comments Download
M sky/engine/core/dom/Document.cpp View 10 chunks +0 lines, -55 lines 0 comments Download
M sky/engine/core/dom/Document.idl View 1 chunk +0 lines, -4 lines 0 comments Download
M sky/engine/core/dom/Element.h View 4 chunks +1 line, -8 lines 0 comments Download
M sky/engine/core/dom/Element.cpp View 8 chunks +0 lines, -71 lines 0 comments Download
M sky/engine/core/dom/ElementRareData.h View 2 chunks +1 line, -8 lines 0 comments Download
M sky/engine/core/dom/ElementRareData.cpp View 2 chunks +0 lines, -7 lines 0 comments Download
M sky/engine/core/dom/Node.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M sky/engine/core/dom/Position.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M sky/engine/core/dom/RenderTreeBuilder.cpp View 1 chunk +0 lines, -1 line 0 comments Download
D sky/engine/core/events/AnimationEvent.h View 1 chunk +0 lines, -77 lines 0 comments Download
D sky/engine/core/events/AnimationEvent.cpp View 1 chunk +0 lines, -74 lines 0 comments Download
D sky/engine/core/events/AnimationEvent.idl View 1 chunk +0 lines, -32 lines 0 comments Download
D sky/engine/core/events/AnimationPlayerEvent.h View 1 chunk +0 lines, -53 lines 0 comments Download
D sky/engine/core/events/AnimationPlayerEvent.cpp View 1 chunk +0 lines, -54 lines 0 comments Download
D sky/engine/core/events/AnimationPlayerEvent.idl View 1 chunk +0 lines, -11 lines 0 comments Download
D sky/engine/core/events/TransitionEvent.h View 1 chunk +0 lines, -75 lines 0 comments Download
D sky/engine/core/events/TransitionEvent.cpp View 1 chunk +0 lines, -74 lines 0 comments Download
D sky/engine/core/events/TransitionEvent.idl View 1 chunk +0 lines, -33 lines 0 comments Download
M sky/engine/core/frame/FrameView.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M sky/engine/core/frame/LocalFrame.h View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/core/frame/LocalFrame.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M sky/engine/core/page/Page.h View 5 chunks +0 lines, -9 lines 0 comments Download
M sky/engine/core/page/Page.cpp View 3 chunks +0 lines, -25 lines 0 comments Download
D sky/engine/core/page/PageAnimator.h View 1 chunk +0 lines, -31 lines 0 comments Download
D sky/engine/core/page/PageAnimator.cpp View 1 chunk +0 lines, -61 lines 0 comments Download
D sky/engine/core/page/PageVisibilityState.h View 1 chunk +0 lines, -49 lines 0 comments Download
D sky/engine/core/page/PageVisibilityState.cpp View 1 chunk +0 lines, -51 lines 0 comments Download
D sky/engine/core/rendering/style/KeyframeList.h View 1 chunk +0 lines, -96 lines 0 comments Download
D sky/engine/core/rendering/style/KeyframeList.cpp View 1 chunk +0 lines, -80 lines 0 comments Download
M sky/engine/core/rendering/style/RenderStyle.h View 8 chunks +1 line, -30 lines 0 comments Download
M sky/engine/core/rendering/style/RenderStyle.cpp View 3 chunks +0 lines, -18 lines 0 comments Download
M sky/engine/core/rendering/style/StyleRareNonInheritedData.h View 4 chunks +0 lines, -9 lines 0 comments Download
M sky/engine/core/rendering/style/StyleRareNonInheritedData.cpp View 3 chunks +0 lines, -24 lines 0 comments Download
D sky/engine/core/rendering/style/StyleWillChangeData.h View 1 chunk +0 lines, -41 lines 0 comments Download
D sky/engine/core/rendering/style/StyleWillChangeData.cpp View 1 chunk +0 lines, -21 lines 0 comments Download
M sky/engine/public/platform/WebLayer.h View 1 chunk +0 lines, -9 lines 0 comments Download
M sky/engine/public/platform/WebLayerTreeView.h View 2 chunks +1 line, -7 lines 0 comments Download
M sky/engine/web/Sky.cpp View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
eseidel
lgtm
5 years, 5 months ago (2015-07-14 21:59:12 UTC) #2
Hixie
5 years, 5 months ago (2015-07-14 22:07:40 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
4d04053dbc4fc20e6b0890dceaa300d82843c92b.

Powered by Google App Engine
This is Rietveld 408576698