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

Issue 1853603002: Oilpan: Remove WillBe types (part 5) (Closed)

Created:
4 years, 8 months ago by haraken
Modified:
4 years, 8 months ago
Reviewers:
tkent, oilpan-reviews
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-events_chromium.org, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, dtapuska+blinkwatch_chromium.org, eae+blinkwatch, jfernandez, kenneth.christiansen, Manuel Rego, rwlbuis, svillar, Yoav Weiss
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Oilpan: Remove WillBe types (part 5) BUG=585328 TBR=tkent@chromium.org Committed: https://crrev.com/2479a26742b1401d0c15a18310f54bb17e88cfab Cr-Commit-Position: refs/heads/master@{#384541}

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2158 lines, -2195 lines) Patch
M third_party/WebKit/Source/core/css/AffectedByFocusTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/BasicShapeFunctions.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp View 8 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSBasicShapeValues.h View 9 chunks +39 lines, -39 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSBorderImage.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSBorderImage.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSCalculationValue.h View 4 chunks +9 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCalculationValue.cpp View 10 chunks +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCalculationValueTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSColorValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h View 3 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp View 9 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSContentDistributionValue.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSContentDistributionValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSCounterValue.h View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCrossfadeValue.h View 3 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCursorImageValue.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCursorImageValue.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCustomFontData.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSCustomIdentValue.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.h View 2 chunks +14 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFace.h View 3 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFace.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceRule.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceSource.h View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.h View 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFamilyValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFeatureValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontSelector.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontSelector.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontSelectorClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSFunctionValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGradientValue.h View 7 chunks +30 lines, -30 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGradientValue.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGridLineNamesValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGridTemplateAreasValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGroupingRule.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGroupingRule.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageSetValue.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageSetValue.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageValue.h View 3 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSImportRule.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSInheritedValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSInitialValue.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSKeyframeRule.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSKeyframesRule.h View 5 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSKeyframesRule.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSMatrix.h View 2 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSMatrix.cpp View 9 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSMediaRule.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSNamespaceRule.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPageRule.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPaintValue.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPaintValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSPathValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPathValue.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValue.h View 3 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperty.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperty.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSPropertySourceData.h View 6 chunks +19 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSQuadValue.h View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSReflectValue.h View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSRule.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSRuleList.h View 6 chunks +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSVGDocumentValue.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h View 3 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSShadowValue.h View 1 chunk +19 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSShadowValue.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSStringValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleDeclaration.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleRule.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleSheet.h View 6 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleSheet.cpp View 10 chunks +20 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleSheetResourceTest.cpp View 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSupportsRule.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSTestHelper.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSTimingFunctionValue.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSURIValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSUnicodeRangeValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSUnsetValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSValue.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSValueList.h View 3 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValueList.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValuePair.h View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValuePool.h View 1 chunk +28 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValuePool.cpp View 6 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSVariableData.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSViewportRule.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 86 chunks +194 lines, -194 lines 0 comments Download
M third_party/WebKit/Source/core/css/DOMWindowCSS.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/DOMWindowCSS.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/DocumentFontFaceSet.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/DocumentFontFaceSet.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/ElementRuleCollector.h View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/ElementRuleCollector.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.h View 2 chunks +24 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.cpp View 12 chunks +27 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFaceCache.h View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFaceCache.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFaceSet.h View 6 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFaceSet.cpp View 13 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.h View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontLoader.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontLoader.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/KeyframeStyleRuleCSSStyleDeclaration.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaList.h View 3 chunks +17 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaList.cpp View 8 chunks +9 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQuery.h View 2 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQuery.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryEvaluator.h View 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryEvaluatorTest.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryExp.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryExp.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryList.h View 3 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryList.cpp View 6 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryListEvent.h View 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryListListener.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryListListener.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryListTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryMatcher.h View 3 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp View 6 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryMatcherTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQuerySetTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaValues.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaValues.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/MediaValuesCached.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaValuesCached.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaValuesDynamic.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaValuesDynamic.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/PageRuleCollector.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/PageRuleCollector.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h View 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/PseudoStyleRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/RemoteFontFaceSource.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/RuleFeature.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/RuleSet.h View 8 chunks +40 lines, -41 lines 0 comments Download
M third_party/WebKit/Source/core/css/RuleSet.cpp View 5 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/RuleSetTest.cpp View 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/SelectorChecker.h View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/SelectorChecker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/SelectorFilter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleMedia.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleMedia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StylePropertySerializer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/StylePropertySerializer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StylePropertySet.h View 8 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/css/StylePropertySet.cpp View 14 chunks +24 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRule.h View 9 chunks +39 lines, -42 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRule.cpp View 11 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleImport.h View 2 chunks +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleImport.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleKeyframe.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleKeyframe.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleNamespace.h View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheet.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheetContents.h View 5 chunks +22 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheetContents.cpp View 11 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheetContentsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheetList.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheetList.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/KeywordValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/NumberValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/PositionValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/PositionValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/RotationTransformComponent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/RotationTransformComponent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/SimpleLength.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/SimpleLength.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StyleCalcLength.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StyleCalcLength.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StyleValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/TransformComponent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/TransformValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/TransformValue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/StyleSheetInvalidationAnalysis.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParser.h View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParser.cpp View 8 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp View 10 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserImpl.h View 3 chunks +19 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp View 27 chunks +33 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h View 6 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 171 chunks +434 lines, -434 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.h View 2 chunks +19 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp View 20 chunks +35 lines, -35 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParserTest.cpp View 16 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSSelectorParserTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSVariableParser.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSVariableParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp View 27 chunks +32 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/MediaConditionTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/MediaQueryParser.h View 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/MediaQueryParser.cpp View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/SizesAttributeParser.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/SizesAttributeParser.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/SizesAttributeParserTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/SizesCalcParser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/SizesCalcParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/SizesCalcParserTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyDescriptor.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyFunctions.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ElementResolveContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ElementStyleResources.h View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp View 8 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/FilterOperationResolver.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/FontBuilder.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/MatchRequest.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/MatchResult.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/MatchResultTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/MediaQueryResult.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.h View 3 chunks +16 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp View 7 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/SelectorFilterParentScope.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.h View 7 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 14 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolverState.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleSharingDepthScope.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.h View 2 chunks +5 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp View 4 chunks +3 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
haraken
4 years, 8 months ago (2016-04-01 01:43:57 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1853603002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1853603002/1
4 years, 8 months ago (2016-04-01 01:44:52 UTC) #4
tkent
lgtm
4 years, 8 months ago (2016-04-01 02:28:51 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_TIMED_OUT, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/43539) android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_TIMED_OUT, ...
4 years, 8 months ago (2016-04-01 07:45:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1853603002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1853603002/20001
4 years, 8 months ago (2016-04-01 08:27:10 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-01 10:40:13 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 10:41:33 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2479a26742b1401d0c15a18310f54bb17e88cfab
Cr-Commit-Position: refs/heads/master@{#384541}

Powered by Google App Engine
This is Rietveld 408576698