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

Issue 268223003: Move InvalidationGuard/InstanceUpdateBlocker out of SVGElementInstance (Closed)

Created:
6 years, 7 months ago by rwlbuis
Modified:
6 years, 7 months ago
Reviewers:
pdr.
CC:
blink-reviews, Eric Willigers, Steve Block, krit, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), fs, Timothy Loh, dstockwell, ed+blinkwatch_opera.com, shans, f(malita), gyuyoung.kim_webkit.org, darktears, Stephen Chennney, kouhei+svg_chromium.org, dino_apple.com
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move InvalidationGuard/InstanceUpdateBlocker out of SVGElementInstance Move InvalidationGuard/InstanceUpdateBlocker out of SVGElementInstance and rename InvalidationGuard to InstanceInvalidationGuard. BUG=313438 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173343

Patch Set 1 #

Total comments: 2

Patch Set 2 : Perform the renames #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -119 lines) Patch
M Source/core/svg/SVGAElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAnimateElement.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimatedTypeAnimator.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGCircleElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGClipPathElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGCursorElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGElement.h View 1 1 chunk +21 lines, -0 lines 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 5 chunks +44 lines, -5 lines 0 comments Download
M Source/core/svg/SVGElementInstance.h View 1 chunk +0 lines, -21 lines 0 comments Download
M Source/core/svg/SVGElementInstance.cpp View 2 chunks +0 lines, -39 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEBlendElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEColorMatrixElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFECompositeElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEConvolveMatrixElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEDiffuseLightingElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEDisplacementMapElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEDropShadowElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEGaussianBlurElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEImageElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFELightElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEMergeNodeElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEMorphologyElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEOffsetElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFESpecularLightingElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFETileElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFETurbulenceElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFilterElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGForeignObjectElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGradientElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGraphicsElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGLineElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGLinearGradientElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMPathElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMarkerElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGMaskElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPathElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGPolyElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGRadialGradientElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGRectElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGScriptElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGStopElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGSymbolElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextContentElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGTextPositioningElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
rwlbuis
PTAL :) This code will need a new home, I think it is good to ...
6 years, 7 months ago (2014-05-05 20:40:44 UTC) #1
pdr.
LGTM with two nits https://codereview.chromium.org/268223003/diff/1/Source/core/svg/SVGElement.cpp File Source/core/svg/SVGElement.cpp (right): https://codereview.chromium.org/268223003/diff/1/Source/core/svg/SVGElement.cpp#newcode1050 Source/core/svg/SVGElement.cpp:1050: void SVGElement::invalidateAllInstancesOfElement(SVGElement* element) There are ...
6 years, 7 months ago (2014-05-05 21:00:14 UTC) #2
rwlbuis
On 2014/05/05 21:00:14, pdr wrote: > LGTM with two nits > > https://codereview.chromium.org/268223003/diff/1/Source/core/svg/SVGElement.cpp > File ...
6 years, 7 months ago (2014-05-05 21:14:34 UTC) #3
pdr.
On 2014/05/05 21:14:34, rwlbuis wrote: > On 2014/05/05 21:00:14, pdr wrote: > > LGTM with ...
6 years, 7 months ago (2014-05-05 21:42:25 UTC) #4
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 7 months ago (2014-05-05 21:45:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/268223003/20001
6 years, 7 months ago (2014-05-05 21:45:44 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-05-05 22:53:37 UTC) #7
Message was sent while issue was closed.
Change committed as 173343

Powered by Google App Engine
This is Rietveld 408576698