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

Issue 953693002: InlinedVisitor: Migrate css to use inlined tracing (Closed)

Created:
5 years, 10 months ago by kouhei (in TOK)
Modified:
5 years, 9 months ago
CC:
blink-reviews, kenneth.christiansen, jfernandez, Yoav Weiss, blink-reviews-style_chromium.org, svillar, blink-reviews-css, Manuel Rego, ed+blinkwatch_opera.com, blink-reviews-events_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, darktears, eae+blinkwatch, rwlbuis
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

InlinedVisitor: Migrate css to use inlined tracing Updates trace methods as of https://groups.google.com/a/chromium.org/d/msg/blink-dev/oi4Snt9jNx8/XcES55c7QaQJ R=oilpan-reviews BUG=455524 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190726

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -239 lines) Patch
M Source/core/css/CSSBasicShapes.h View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/css/CSSBasicShapes.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSBorderImageSliceValue.h View 1 chunk +1 line, -1 line 1 comment Download
M Source/core/css/CSSBorderImageSliceValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSCalculationValue.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSCalculationValue.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSCanvasValue.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSCanvasValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSContentDistributionValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSCrossfadeValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSCrossfadeValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSCursorImageValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSCursorImageValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSDefaultStyleSheets.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSDefaultStyleSheets.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFace.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFace.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFaceRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFaceRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFaceSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFaceSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFaceSrcValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontFeatureValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontSelector.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontSelector.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontSelectorClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFontValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSFunctionValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGradientValue.h View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSGradientValue.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSGridLineNamesValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGridTemplateAreasValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGroupingRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGroupingRule.cpp View 1 chunk +1 line, -1 line 1 comment Download
M Source/core/css/CSSImageGeneratorValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSImageSetValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSImageValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSImageValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSImportRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSImportRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSInheritedValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSInitialValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSKeyframeRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSKeyframeRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSKeyframesRule.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSKeyframesRule.cpp View 2 chunks +2 lines, -2 lines 1 comment Download
M Source/core/css/CSSLineBoxContainValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSMatrix.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSMediaRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSMediaRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPageRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPageRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPathValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPathValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPrimitiveValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPrimitiveValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSProperty.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPropertySourceData.h View 7 chunks +7 lines, -7 lines 0 comments Download
M Source/core/css/CSSPropertySourceData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSReflectValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSReflectValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSRule.cpp View 1 chunk +1 line, -1 line 2 comments Download
M Source/core/css/CSSRuleList.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSRuleList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSSVGDocumentValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSSegmentedFontFace.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSSegmentedFontFace.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSShadowValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSShadowValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSStyleDeclaration.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSStyleRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSStyleRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSStyleSheet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSStyleSheet.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSSupportsRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSTimingFunctionValue.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSUnicodeRangeValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSUnknownRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSUnsetValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValue.h View 1 chunk +2 lines, -2 lines 1 comment Download
M Source/core/css/CSSValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValueList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValueList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValuePool.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValuePool.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSViewportRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSViewportRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/Counter.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/Counter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/DOMWindowCSS.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/ElementRuleCollector.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/FontFace.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/FontFace.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFaceCache.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFaceCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFaceSet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFaceSet.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/FontFaceSetForEachCallback.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFaceSetLoadEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontFaceSetLoadEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/FontLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/MediaList.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/MediaList.cpp View 2 chunks +2 lines, -2 lines 1 comment Download
M Source/core/css/MediaQuery.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/MediaQuery.cpp View 1 chunk +1 line, -1 line 1 comment Download
M Source/core/css/MediaQueryExp.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/MediaQueryList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/MediaQueryList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/MediaQueryListEvent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/MediaQueryListListener.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/MediaQueryMatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/MediaQueryMatcher.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/Pair.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/Pair.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/PropertySetCSSStyleDeclaration.h View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/PropertySetCSSStyleDeclaration.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/Rect.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/Rect.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/RemoteFontFaceSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/RemoteFontFaceSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/RuleFeature.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/RuleFeature.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/RuleSet.h View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/RuleSet.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/SelectorFilter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/SelectorFilter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/StyleMedia.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleMedia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StylePropertySet.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/StylePropertySet.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/StyleRule.h View 8 chunks +9 lines, -9 lines 0 comments Download
M Source/core/css/StyleRule.cpp View 7 chunks +7 lines, -7 lines 0 comments Download
M Source/core/css/StyleRuleImport.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleRuleImport.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleRuleKeyframe.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleRuleKeyframe.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleRuleNamespace.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleSheet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleSheetContents.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleSheetContents.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleSheetList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleSheetList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/TreeBoundaryCrossingRules.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/TreeBoundaryCrossingRules.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/invalidation/DescendantInvalidationSet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/invalidation/DescendantInvalidationSet.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/invalidation/StyleInvalidator.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/invalidation/StyleInvalidator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/MatchResult.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/MatchResult.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/MatchedPropertiesCache.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/MatchedPropertiesCache.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/MediaQueryResult.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/ScopedStyleResolver.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/ScopedStyleResolver.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/ViewportStyleResolver.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/ViewportStyleResolver.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (3 generated)
kouhei (in TOK)
5 years, 10 months ago (2015-02-24 01:34:24 UTC) #1
tkent
lgtm
5 years, 10 months ago (2015-02-24 08:34:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/953693002/1
5 years, 10 months ago (2015-02-24 08:35:43 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=190726
5 years, 10 months ago (2015-02-24 08:41:38 UTC) #6
haraken
LGTM. https://codereview.chromium.org/953693002/diff/1/Source/core/css/CSSBorderImageSliceValue.h File Source/core/css/CSSBorderImageSliceValue.h (right): https://codereview.chromium.org/953693002/diff/1/Source/core/css/CSSBorderImageSliceValue.h#newcode48 Source/core/css/CSSBorderImageSliceValue.h:48: DECLARE_TRACE_AFTER_DISPATCH(); BTW, do we need both traceImpl and ...
5 years, 10 months ago (2015-02-24 09:08:52 UTC) #8
haraken
5 years, 9 months ago (2015-03-03 15:34:38 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/953693002/diff/1/Source/core/css/CSSRule.cpp
File Source/core/css/CSSRule.cpp (right):

https://codereview.chromium.org/953693002/diff/1/Source/core/css/CSSRule.cpp#...
Source/core/css/CSSRule.cpp:53: #if ENABLE(OILPAN)
On 2015/02/24 09:08:52, haraken wrote:
> 
> BTW, when you remove '#if ENABLE(OILPAN)' from trace methods, you need to be
> careful about this -- you can't remove this #if ENABLE(OILPAN).

Ignore this comment. These parent pointers are raw pointers in non-oilpan
builds, it's safe to just remove #if ENABLE(OILPAN).

Powered by Google App Engine
This is Rietveld 408576698