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

Issue 1303173007: Oilpan: Unship Oilpan from CSSValues

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, blink-reviews-css, blink-reviews-html_chromium.org, yurys+blink_chromium.org, Justin Novosad, 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, lushnikov+blink_chromium.org, darktears, 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, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: Unship Oilpan from CSSValues Not for review. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1419 lines, -1895 lines) Patch
M Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationInputHelpers.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/CSSValueInterpolationType.cpp View 2 chunks +3 lines, -4 lines 0 comments Download
M Source/core/animation/ColorStyleInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/ColorStyleInterpolation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/ColorStyleInterpolationTest.cpp View 4 chunks +8 lines, -8 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 1 chunk +0 lines, -2 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 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/DoubleStyleInterpolation.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/DoubleStyleInterpolationTest.cpp View 3 chunks +16 lines, -16 lines 0 comments Download
M Source/core/animation/FilterStyleInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/FilterStyleInterpolation.cpp View 3 chunks +5 lines, -5 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.cpp View 1 chunk +2 lines, -2 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/LengthBoxStyleInterpolation.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/animation/LengthBoxStyleInterpolation.cpp View 3 chunks +3 lines, -5 lines 0 comments Download
M Source/core/animation/LengthBoxStyleInterpolationTest.cpp View 5 chunks +13 lines, -13 lines 0 comments Download
M Source/core/animation/LengthPairStyleInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/LengthPairStyleInterpolation.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/animation/LengthPairStyleInterpolationTest.cpp View 2 chunks +27 lines, -27 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/LengthStyleInterpolation.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/LengthStyleInterpolationTest.cpp View 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/animation/ListStyleInterpolation.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/ListStyleInterpolationTest.cpp View 4 chunks +14 lines, -14 lines 0 comments Download
M Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/SVGStrokeDasharrayStyleInterpolation.cpp View 2 chunks +3 lines, -3 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 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/animation/ShadowStyleInterpolation.cpp View 2 chunks +9 lines, -9 lines 0 comments Download
M Source/core/animation/ShadowStyleInterpolationTest.cpp View 2 chunks +25 lines, -25 lines 0 comments Download
M Source/core/animation/StringKeyframe.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/StringKeyframe.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/animation/VisibilityStyleInterpolation.h View 1 chunk +1 line, -1 line 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 +5 lines, -5 lines 0 comments Download
M Source/core/animation/animatable/AnimatableImage.h View 4 chunks +3 lines, -4 lines 0 comments Download
M Source/core/animation/animatable/AnimatableImage.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableUnknown.h View 4 chunks +4 lines, -5 lines 0 comments Download
M Source/core/animation/css/CSSAnimatableValueFactory.cpp View 1 chunk +1 line, -1 line 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/ElementStyleResources.h 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/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

Dependent Patchsets:

Messages

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

Powered by Google App Engine
This is Rietveld 408576698