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

Issue 1305383006: Oilpan: Unship CSSValues and AnimatableValues

Created:
5 years, 3 months ago by haraken
Modified:
5 years, 3 months ago
Reviewers:
keishi, oilpan-reviews
CC:
blink-reviews, shans, szager+layoutwatch_chromium.org, vivekg_samsung, dshwang, Manuel Rego, fs, vivekg, apavlov+blink_chromium.org, kouhei+svg_chromium.org, rwlbuis, caseq+blink_chromium.org, krit, drott+blinkwatch_chromium.org, Mads Ager (chromium), blink-reviews-css, blink-reviews-html_chromium.org, yurys+blink_chromium.org, Justin Novosad, danakj, dglazkov+blink, Rik, blink-reviews-bindings_chromium.org, jchaffraix+rendering, devtools-reviews_chromium.org, gyuyoung2, pdr+svgwatchlist_chromium.org, Eric Willigers, kenneth.christiansen, jfernandez, rjwright, blink-reviews-style_chromium.org, zoltan1, eae+blinkwatch, blink-reviews-paint_chromium.org, jbroman, lushnikov+blink_chromium.org, pdr+graphicswatchlist_chromium.org, darktears, haraken, Stephen Chennney, blink-reviews-rendering, blink-reviews-animation_chromium.org, pdr+renderingwatchlist_chromium.org, leviw+renderwatch, slimming-paint-reviews_chromium.org, pfeldman+blink_chromium.org, f(malita), svillar, oilpan-reviews, sergeyv+blink_chromium.org, kouhei+heap_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: Unship CSSValues and AnimatableValues Not ready for review BUG=

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1998 lines, -2675 lines) Patch
M Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AngleSVGInterpolation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/AnimationInputHelpers.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationStackTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/CSSValueInterpolationType.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/CSSValueInterpolationType.cpp View 2 chunks +4 lines, -5 lines 0 comments Download
M Source/core/animation/ColorStyleInterpolation.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/ColorStyleInterpolation.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/ColorStyleInterpolationTest.cpp View 4 chunks +9 lines, -9 lines 0 comments Download
M Source/core/animation/CompositorAnimationsTest.cpp View 8 chunks +26 lines, -26 lines 0 comments Download
M Source/core/animation/ConstantStyleInterpolation.h View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/animation/DeferredLegacyStyleInterpolation.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/DeferredLegacyStyleInterpolation.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/animation/DeferredLegacyStyleInterpolationTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/DoubleStyleInterpolation.h View 1 chunk +7 lines, -7 lines 0 comments Download
M Source/core/animation/DoubleStyleInterpolation.cpp View 5 chunks +7 lines, -7 lines 0 comments Download
M Source/core/animation/DoubleStyleInterpolationTest.cpp View 3 chunks +18 lines, -18 lines 0 comments Download
M Source/core/animation/EffectInput.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/FilterStyleInterpolation.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/FilterStyleInterpolation.cpp View 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/animation/FilterStyleInterpolationTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/ImageSliceStyleInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/ImageSliceStyleInterpolation.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/ImageStyleInterpolation.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/ImageStyleInterpolation.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/animation/IntegerOptionalIntegerSVGInterpolation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/IntegerOptionalIntegerSVGInterpolation.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/IntegerSVGInterpolation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/InterpolableValue.h View 6 chunks +23 lines, -28 lines 0 comments Download
M Source/core/animation/InterpolableValue.cpp View 3 chunks +0 lines, -14 lines 0 comments Download
M Source/core/animation/InterpolableValueTest.cpp View 7 chunks +12 lines, -12 lines 0 comments Download
M Source/core/animation/Interpolation.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/animation/Interpolation.cpp View 2 chunks +1 line, -4 lines 0 comments Download
M Source/core/animation/InterpolationEffectTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/InterpolationType.h View 3 chunks +9 lines, -9 lines 0 comments Download
M Source/core/animation/InterpolationValue.h View 3 chunks +7 lines, -13 lines 0 comments Download
M Source/core/animation/InvalidatableStyleInterpolation.h View 2 chunks +6 lines, -10 lines 0 comments Download
M Source/core/animation/InvalidatableStyleInterpolation.cpp View 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/Keyframe.h View 5 chunks +12 lines, -16 lines 0 comments Download
M Source/core/animation/KeyframeEffectModel.h View 5 chunks +8 lines, -10 lines 0 comments Download
M Source/core/animation/KeyframeEffectModel.cpp View 6 chunks +4 lines, -15 lines 0 comments Download
M Source/core/animation/KeyframeEffectModelTest.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/LegacyStyleInterpolation.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/LengthBoxStyleInterpolation.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/animation/LengthBoxStyleInterpolation.cpp View 4 chunks +5 lines, -7 lines 0 comments Download
M Source/core/animation/LengthBoxStyleInterpolationTest.cpp View 5 chunks +14 lines, -14 lines 0 comments Download
M Source/core/animation/LengthInterpolationType.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/animation/LengthInterpolationType.cpp View 6 chunks +14 lines, -14 lines 0 comments Download
M Source/core/animation/LengthPairStyleInterpolation.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/LengthPairStyleInterpolation.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/LengthPairStyleInterpolationTest.cpp View 2 chunks +28 lines, -28 lines 0 comments Download
M Source/core/animation/LengthSVGInterpolation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/LengthSVGInterpolation.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolation.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolation.cpp View 4 chunks +10 lines, -10 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolationTest.cpp View 8 chunks +16 lines, -16 lines 0 comments Download
M Source/core/animation/ListSVGInterpolation.h View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/ListStyleInterpolation.h View 5 chunks +12 lines, -12 lines 0 comments Download
M Source/core/animation/ListStyleInterpolationTest.cpp View 4 chunks +14 lines, -14 lines 0 comments Download
M Source/core/animation/NumberOptionalNumberSVGInterpolation.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/NumberSVGInterpolation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/PathSVGInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/PathSVGInterpolation.cpp View 12 chunks +18 lines, -18 lines 0 comments Download
M Source/core/animation/PointSVGInterpolation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/PrimitiveInterpolation.h View 5 chunks +17 lines, -34 lines 0 comments Download
M Source/core/animation/RectSVGInterpolation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/RectSVGInterpolation.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/SVGInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/SVGStrokeDasharrayStyleInterpolation.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/SVGStrokeDasharrayStyleInterpolationTest.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/core/animation/ShadowStyleInterpolation.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/animation/ShadowStyleInterpolation.cpp View 2 chunks +11 lines, -11 lines 0 comments Download
M Source/core/animation/ShadowStyleInterpolationTest.cpp View 2 chunks +26 lines, -26 lines 0 comments Download
M Source/core/animation/StringKeyframe.h View 6 chunks +15 lines, -21 lines 0 comments Download
M Source/core/animation/StringKeyframe.cpp View 1 4 chunks +14 lines, -32 lines 0 comments Download
M Source/core/animation/StyleInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/TransformSVGInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/TransformSVGInterpolation.cpp View 6 chunks +9 lines, -9 lines 0 comments Download
M Source/core/animation/VisibilityStyleInterpolation.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/VisibilityStyleInterpolation.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/VisibilityStyleInterpolationTest.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/animatable/AnimatableClipPathOperation.h View 1 chunk +3 lines, -5 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 chunk +2 lines, -4 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 chunk +3 lines, -5 lines 0 comments Download
M Source/core/animation/animatable/AnimatableDouble.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableDoubleAndBool.h View 1 chunk +3 lines, -5 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 3 chunks +6 lines, -6 lines 0 comments Download
M Source/core/animation/animatable/AnimatableDoubleTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableFilterOperations.h View 1 chunk +19 lines, -5 lines 0 comments Download
M Source/core/animation/animatable/AnimatableFilterOperations.cpp View 3 chunks +6 lines, -7 lines 0 comments Download
M Source/core/animation/animatable/AnimatableImage.h View 2 chunks +5 lines, -11 lines 0 comments Download
M Source/core/animation/animatable/AnimatableImage.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLength.h View 2 chunks +5 lines, -7 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 2 chunks +8 lines, -10 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthBox.cpp View 2 chunks +1 line, -10 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthBoxAndBool.h View 2 chunks +5 lines, -7 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp View 2 chunks +1 line, -7 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthPoint.h View 2 chunks +6 lines, -8 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthPoint.cpp View 2 chunks +1 line, -8 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthPoint3D.h View 2 chunks +7 lines, -9 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthPoint3D.cpp View 2 chunks +1 line, -9 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthSize.h View 2 chunks +6 lines, -8 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthSize.cpp View 2 chunks +1 line, -8 lines 0 comments Download
M Source/core/animation/animatable/AnimatableLengthTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableNeutral.h View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/animation/animatable/AnimatableRepeatable.h View 1 chunk +7 lines, -9 lines 0 comments Download
M Source/core/animation/animatable/AnimatableRepeatable.cpp View 5 chunks +6 lines, -12 lines 0 comments Download
M Source/core/animation/animatable/AnimatableSVGPaint.h View 3 chunks +7 lines, -13 lines 0 comments Download
M Source/core/animation/animatable/AnimatableSVGPaint.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableShadow.h View 1 chunk +3 lines, -5 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 2 chunks +4 lines, -6 lines 0 comments Download
M Source/core/animation/animatable/AnimatableShapeValue.cpp View 2 chunks +1 line, -7 lines 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayList.h View 1 chunk +4 lines, -6 lines 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp View 3 chunks +8 lines, -13 lines 0 comments Download
M Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableTransform.h View 1 chunk +2 lines, -4 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 3 chunks +8 lines, -14 lines 0 comments Download
M Source/core/animation/animatable/AnimatableUnknownTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValue.h View 3 chunks +5 lines, -7 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 3 chunks +11 lines, -15 lines 0 comments Download
M Source/core/animation/animatable/AnimatableValueKeyframe.cpp View 3 chunks +9 lines, -24 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 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableVisibility.h View 1 chunk +3 lines, -5 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 chunk +2 lines, -2 lines 0 comments Download
M Source/core/animation/css/CSSAnimatableValueFactory.cpp View 12 chunks +25 lines, -25 lines 0 comments Download
M Source/core/animation/css/CSSAnimationUpdate.h View 4 chunks +7 lines, -17 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.h View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 6 chunks +9 lines, -9 lines 0 comments Download
M Source/core/css/BasicShapeFunctions.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/BasicShapeFunctions.cpp View 8 chunks +10 lines, -10 lines 0 comments Download
M Source/core/css/CSSBasicShapes.h View 8 chunks +46 lines, -53 lines 0 comments Download
M Source/core/css/CSSBasicShapes.cpp View 8 chunks +6 lines, -44 lines 0 comments Download
M Source/core/css/CSSBorderImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSBorderImage.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSBorderImageSliceValue.h View 2 chunks +4 lines, -6 lines 0 comments Download
M Source/core/css/CSSBorderImageSliceValue.cpp View 2 chunks +1 line, -7 lines 0 comments Download
M Source/core/css/CSSCalculationValue.h View 5 chunks +13 lines, -17 lines 0 comments Download
M Source/core/css/CSSCalculationValue.cpp View 10 chunks +23 lines, -38 lines 0 comments Download
M Source/core/css/CSSCalculationValueTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSCanvasValue.h View 4 chunks +9 lines, -8 lines 0 comments Download
M Source/core/css/CSSCanvasValue.cpp View 1 chunk +0 lines, -7 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 7 chunks +9 lines, -9 lines 0 comments Download
M Source/core/css/CSSContentDistributionValue.h View 1 chunk +5 lines, -7 lines 0 comments Download
M Source/core/css/CSSContentDistributionValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSCounterValue.h View 2 chunks +6 lines, -8 lines 0 comments Download
M Source/core/css/CSSCounterValue.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M Source/core/css/CSSCrossfadeValue.h View 3 chunks +8 lines, -19 lines 0 comments Download
M Source/core/css/CSSCrossfadeValue.cpp View 1 chunk +0 lines, -9 lines 0 comments Download
M Source/core/css/CSSCursorImageValue.h View 2 chunks +5 lines, -7 lines 0 comments Download
M Source/core/css/CSSCursorImageValue.cpp View 6 chunks +6 lines, -13 lines 0 comments Download
M Source/core/css/CSSFontFaceSrcValue.h View 2 chunks +4 lines, -6 lines 0 comments Download
M Source/core/css/CSSFontFeatureValue.h View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSFunctionValue.h View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSGradientValue.h View 8 chunks +33 lines, -41 lines 0 comments Download
M Source/core/css/CSSGradientValue.cpp View 5 chunks +1 line, -36 lines 0 comments Download
M Source/core/css/CSSGridLineNamesValue.h View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSGridTemplateAreasValue.h View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSImageGeneratorValue.h View 2 chunks +0 lines, -9 lines 0 comments Download
M Source/core/css/CSSImageGeneratorValue.cpp View 3 chunks +1 line, -15 lines 0 comments Download
M Source/core/css/CSSImageSetValue.h View 3 chunks +3 lines, -5 lines 0 comments Download
M Source/core/css/CSSImageSetValue.cpp View 2 chunks +2 lines, -8 lines 0 comments Download
M Source/core/css/CSSImageValue.h View 3 chunks +5 lines, -6 lines 0 comments Download
M Source/core/css/CSSImageValue.cpp View 3 chunks +2 lines, -8 lines 0 comments Download
M Source/core/css/CSSInheritedValue.h View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSInitialValue.h View 2 chunks +4 lines, -6 lines 0 comments Download
M Source/core/css/CSSLineBoxContainValue.h View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSMatrix.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPathValue.h View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSPathValue.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/css/CSSPrimitiveValue.h View 3 chunks +27 lines, -25 lines 0 comments Download
M Source/core/css/CSSPrimitiveValue.cpp View 3 chunks +5 lines, -46 lines 0 comments Download
M Source/core/css/CSSProperty.h View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSReflectValue.h View 3 chunks +7 lines, -9 lines 0 comments Download
M Source/core/css/CSSReflectValue.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M Source/core/css/CSSSVGDocumentValue.h View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSShadowValue.h View 1 chunk +19 lines, -21 lines 0 comments Download
M Source/core/css/CSSShadowValue.cpp View 2 chunks +6 lines, -17 lines 0 comments Download
M Source/core/css/CSSStyleDeclaration.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSTimingFunctionValue.h View 4 chunks +4 lines, -8 lines 0 comments Download
M Source/core/css/CSSUnicodeRangeValue.h View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSUnsetValue.h View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/css/CSSValue.h View 4 chunks +4 lines, -21 lines 0 comments Download
M Source/core/css/CSSValue.cpp View 2 chunks +1 line, -92 lines 0 comments Download
M Source/core/css/CSSValueList.h View 2 chunks +12 lines, -14 lines 0 comments Download
M Source/core/css/CSSValueList.cpp View 3 chunks +4 lines, -10 lines 0 comments Download
M Source/core/css/CSSValuePool.h View 1 chunk +28 lines, -28 lines 0 comments Download
M Source/core/css/CSSValuePool.cpp View 5 chunks +11 lines, -23 lines 0 comments Download
M Source/core/css/ComputedStyleCSSValueMapping.h View 1 chunk +6 lines, -6 lines 0 comments Download
M Source/core/css/ComputedStyleCSSValueMapping.cpp View 88 chunks +193 lines, -193 lines 0 comments Download
M Source/core/css/FontFace.h View 2 chunks +9 lines, -9 lines 0 comments Download
M Source/core/css/FontFace.cpp View 8 chunks +9 lines, -16 lines 0 comments Download
M Source/core/css/Pair.h View 3 chunks +6 lines, -8 lines 0 comments Download
M Source/core/css/Pair.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M Source/core/css/PropertySetCSSStyleDeclaration.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/PropertySetCSSStyleDeclaration.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/Rect.h View 3 chunks +11 lines, -14 lines 0 comments Download
M Source/core/css/Rect.cpp View 1 chunk +0 lines, -10 lines 0 comments Download
M Source/core/css/StylePropertySerializer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StylePropertySerializer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StylePropertySet.h View 5 chunks +8 lines, -8 lines 0 comments Download
M Source/core/css/StylePropertySet.cpp View 8 chunks +9 lines, -17 lines 0 comments Download
M Source/core/css/parser/CSSParser.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/parser/CSSParser.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/parser/CSSParserFastPaths.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/parser/CSSParserFastPaths.cpp View 10 chunks +15 lines, -15 lines 0 comments Download
M Source/core/css/parser/CSSParserImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/parser/CSSParserImpl.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.h View 5 chunks +109 lines, -109 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 229 chunks +356 lines, -356 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParserTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/parser/SizesCalcParserTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/ElementStyleResources.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/ViewportStyleResolver.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/EditingStyle.cpp View 29 chunks +47 lines, -47 lines 0 comments Download
M Source/core/editing/commands/ApplyStyleCommand.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/commands/EditorCommand.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/editing/serializers/Serialization.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLBodyElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFontElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLHRElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTableElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTablePartElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasFontCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorAnimationAgent.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/LayoutEditor.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/LayoutEditor.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/svg/ReferenceFilterBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/PageSerializer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/NinePieceImageGridTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/StyleFetchedImage.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/StyleFetchedImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/StyleFetchedImageSet.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/style/StyleFetchedImageSet.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/style/StyleGeneratedImage.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/style/StyleGeneratedImage.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/style/StyleImage.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/StylePendingImage.h View 3 chunks +2 lines, -3 lines 0 comments Download
M Source/modules/canvas2d/CanvasRenderingContext2D.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/canvas2d/CanvasRenderingContext2DState.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/canvas2d/CanvasRenderingContext2DState.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M Source/platform/graphics/filters/FilterOperations.h View 2 chunks +10 lines, -0 lines 0 comments Download
M Source/platform/heap/ThreadState.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 2 (1 generated)
haraken
5 years, 3 months ago (2015-08-28 05:59:10 UTC) #2
Not for review.

Powered by Google App Engine
This is Rietveld 408576698