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

Issue 112003003: [SVG] SVGLength{,List} migration to new SVG property impl. (Closed)

Created:
7 years ago by kouhei (in TOK)
Modified:
6 years, 11 months ago
CC:
blink-reviews, shans, eae+blinkwatch, apavlov+blink_chromium.org, adamk+blink_chromium.org, pdr, Steve Block, dino_apple.com, rwlbuis, Nils Barth (inactive), Nate Chapin, arv+blink, alancutter (OOO until 2018), marja+watch_chromium.org, Timothy Loh, abarth-chromium, dstockwell, dglazkov+blink, jchaffraix+rendering, Eric Willigers, rjwright, zoltan1, krit, darktears, haraken, kojih, jsbell+bindings_chromium.org, bemjb+rendering_chromium.org, leviw+renderwatch, Mike Lawther (Google), f(malita), Inactive, Stephen Chennney, watchdog-blink-watchlist_google.com
Visibility:
Public.

Description

[SVG] SVGLength{,List} migration to new SVG property impl. This CL replaces SVG{Animated,}Length{,List} classes with NewSVGProperty implementation. For details, see design doc: https://docs.google.com/document/d/1bg7CUyUszqdwmENY3JX6_PoQD6uHRCNcRPJMlC4qlkw/edit?usp=sharing BUG=308818 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164832

Patch Set 1 #

Patch Set 2 : bkup #

Patch Set 3 : compiles! #

Patch Set 4 : 51 LayoutTests fail #

Patch Set 5 : 47 left #

Patch Set 6 : rebased #

Patch Set 7 : 21 left #

Patch Set 8 : 19 left #

Patch Set 9 : 6 left (SVG*List spec viol) #

Patch Set 10 : rebaselined #

Total comments: 24

Patch Set 11 : rebased #

Patch Set 12 : address comments #

Patch Set 13 : fix tests #

Total comments: 6

Patch Set 14 : haraken comments #

Patch Set 15 : rebased #

Patch Set 16 : rebased again #

Patch Set 17 : rebased again #

Patch Set 18 : rebased again2 #

Patch Set 19 : fix mac #

Patch Set 20 : remove unused func #

Patch Set 21 : rebaseline #

Patch Set 22 : aggresively notify svgAttributeChanged (trying to fix mac) #

Patch Set 23 : revert aggressive svgAttributeChanged, add NeedsRebaseline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1877 lines, -1660 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +10 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png View 1 2 3 4 5 6 7 8 11 Binary file 0 comments Download
M LayoutTests/platform/linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png View 1 2 3 4 5 6 7 8 11 Binary file 0 comments Download
M LayoutTests/platform/linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png View 1 2 3 4 5 6 7 8 11 Binary file 0 comments Download
M LayoutTests/platform/linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png View 1 2 3 4 5 6 7 8 11 Binary file 0 comments Download
M LayoutTests/platform/linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png View 1 2 3 4 5 6 7 8 11 Binary file 0 comments Download
M LayoutTests/platform/linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png View 1 2 3 4 5 6 7 8 11 Binary file 0 comments Download
M LayoutTests/platform/win/svg/custom/gradient-deep-referencing-expected.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win/svg/custom/invalid-lengthlist-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/resources/js-test.js View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +10 lines, -0 lines 0 comments Download
M LayoutTests/svg/custom/baseval-animval-equality-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/dom/SVGLengthList-basics-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -5 lines 0 comments Download
M LayoutTests/svg/dom/length-list-parser-expected.txt View 1 2 3 4 5 6 7 8 Binary file 0 comments Download
M Source/bindings/bindings.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/scripts/code_generator_v8.pm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +7 lines, -2 lines 0 comments Download
D Source/bindings/v8/custom/V8SVGLengthCustom.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -102 lines 0 comments Download
M Source/core/animation/AnimatableSVGLength.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/animation/AnimatableSVGLength.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/AnimatableStrokeDasharrayList.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/animation/AnimatableStrokeDasharrayList.cpp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +14 lines, -10 lines 0 comments Download
M Source/core/animation/AnimatableStrokeDasharrayListTest.cpp View 1 2 1 chunk +16 lines, -8 lines 0 comments Download
M Source/core/animation/AnimatableValueTestHelper.cpp View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
M Source/core/animation/AnimatableValueTestHelperTest.cpp View 1 2 2 chunks +10 lines, -5 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +1 line, -1 line 0 comments Download
M Source/core/css/CSSCursorImageValue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/SVGCSSComputedStyleDeclaration.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7 lines, -4 lines 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 2 3 4 5 6 7 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/frame/animation/CSSPropertyAnimation.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +52 lines, -14 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyle.h View 1 2 3 4 5 6 7 8 9 10 11 7 chunks +28 lines, -28 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyleDefs.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -5 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyleDefs.cpp View 5 chunks +10 lines, -10 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGEllipse.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGForeignObject.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGImage.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGRect.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceMarker.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGShape.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGText.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGTextPath.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGTransformableContainer.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGViewportContainer.cpp View 1 2 2 chunks +9 lines, -7 lines 0 comments Download
M Source/core/rendering/svg/SVGPathData.cpp View 1 2 4 chunks +15 lines, -15 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderSupport.cpp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +15 lines, -14 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderTreeAsText.cpp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +22 lines, -21 lines 0 comments Download
M Source/core/rendering/svg/SVGTextChunkBuilder.cpp View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngine.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngineSpacing.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/svg/LinearGradientAttributes.h View 1 2 3 2 chunks +17 lines, -16 lines 0 comments Download
M Source/core/svg/PatternAttributes.h View 1 2 4 chunks +16 lines, -16 lines 0 comments Download
M Source/core/svg/RadialGradientAttributes.h View 1 2 3 4 5 6 7 3 chunks +27 lines, -21 lines 0 comments Download
Source/core/svg/SVGAnimatedLength.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +41 lines, -45 lines 0 comments Download
M Source/core/svg/SVGAnimatedLength.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +36 lines, -102 lines 0 comments Download
M Source/core/svg/SVGAnimatedLengthList.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +27 lines, -46 lines 0 comments Download
D Source/core/svg/SVGAnimatedLengthList.cpp View 1 2 1 chunk +0 lines, -135 lines 0 comments Download
M Source/core/svg/SVGAnimatedNewPropertyAnimator.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +9 lines, -9 lines 0 comments Download
M Source/core/svg/SVGAnimatedNewPropertyAnimator.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +33 lines, -2 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +0 lines, -19 lines 0 comments Download
M Source/core/svg/SVGAnimatedType.cpp View 1 2 3 4 5 6 7 8 9 10 7 chunks +15 lines, -38 lines 0 comments Download
M Source/core/svg/SVGAnimatorFactory.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGCircleElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +7 lines, -3 lines 0 comments Download
M Source/core/svg/SVGCircleElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +13 lines, -16 lines 0 comments Download
M Source/core/svg/SVGCursorElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/svg/SVGCursorElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +7 lines, -8 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +17 lines, -21 lines 0 comments Download
M Source/core/svg/SVGFilterElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGFilterElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +23 lines, -21 lines 0 comments Download
Source/core/svg/SVGFilterPrimitiveStandardAttributes.h View 1 2 chunks +9 lines, -4 lines 0 comments Download
Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp View 1 2 2 chunks +18 lines, -16 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +18 lines, -20 lines 0 comments Download
M Source/core/svg/SVGImageElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGImageElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +21 lines, -23 lines 0 comments Download
M Source/core/svg/SVGLength.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +51 lines, -100 lines 0 comments Download
M Source/core/svg/SVGLength.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 9 chunks +154 lines, -122 lines 0 comments Download
M Source/core/svg/SVGLength.idl View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -4 lines 0 comments Download
M Source/core/svg/SVGLengthContext.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGLengthContext.cpp View 1 2 1 chunk +23 lines, -12 lines 0 comments Download
M Source/core/svg/SVGLengthList.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +57 lines, -28 lines 0 comments Download
M Source/core/svg/SVGLengthList.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +135 lines, -19 lines 0 comments Download
M Source/core/svg/SVGLengthList.idl View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -1 line 0 comments Download
A + Source/core/svg/SVGLengthListTearOff.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +17 lines, -25 lines 0 comments Download
A Source/core/svg/SVGLengthTearOff.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +78 lines, -0 lines 0 comments Download
A Source/core/svg/SVGLengthTearOff.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +147 lines, -0 lines 0 comments Download
M Source/core/svg/SVGLineElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGLineElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +17 lines, -21 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.h View 1 2 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.cpp View 1 2 4 chunks +24 lines, -26 lines 0 comments Download
M Source/core/svg/SVGMarkerElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -5 lines 0 comments Download
M Source/core/svg/SVGMarkerElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +22 lines, -21 lines 0 comments Download
M Source/core/svg/SVGMaskElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGMaskElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +24 lines, -21 lines 0 comments Download
M Source/core/svg/SVGPatternElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 chunks +21 lines, -24 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.h View 1 2 2 chunks +13 lines, -6 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +39 lines, -37 lines 0 comments Download
M Source/core/svg/SVGRectElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +13 lines, -6 lines 0 comments Download
M Source/core/svg/SVGRectElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +26 lines, -31 lines 0 comments Download
M Source/core/svg/SVGSVGElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +11 lines, -5 lines 0 comments Download
M Source/core/svg/SVGSVGElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 8 chunks +30 lines, -30 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +6 lines, -11 lines 0 comments Download
M Source/core/svg/SVGTextContentElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +33 lines, -50 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/svg/SVGTextPositioningElement.h View 1 2 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGTextPositioningElement.cpp View 1 2 2 chunks +22 lines, -41 lines 0 comments Download
M Source/core/svg/SVGUseElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -4 lines 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +18 lines, -21 lines 0 comments Download
M Source/core/svg/properties/NewSVGListPropertyHelper.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +45 lines, -4 lines 0 comments Download
M Source/core/svg/properties/NewSVGListPropertyTearOffHelper.h View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +23 lines, -11 lines 0 comments Download
M Source/core/svg/properties/NewSVGProperty.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/properties/NewSVGPropertyTearOff.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
kouhei (in TOK)
haraken, pdr, nbarth: Here is a feature complete SVGLength{,List} migration patch. I'd appreciate it if ...
7 years ago (2013-12-20 08:52:16 UTC) #1
pdr.
Overall this looks fantastic. For the tests that now fail completely, you may be able ...
6 years, 11 months ago (2014-01-07 06:42:52 UTC) #2
kouhei (in TOK)
Rebased against master. Thanks for your comments! I'll continue the work tomorrow. https://codereview.chromium.org/112003003/diff/180001/Source/core/svg/SVGElement.cpp File Source/core/svg/SVGElement.cpp ...
6 years, 11 months ago (2014-01-07 09:22:26 UTC) #3
kouhei (in TOK)
I think I addressed all comments now. PTAL. I'm currently checking ASAN builds and perf ...
6 years, 11 months ago (2014-01-08 08:12:06 UTC) #4
kouhei (in TOK)
Perf tests look fine: https://drive.google.com/file/d/0B5o-0Snm1_rFZ1BoeEo4YjhPS00/edit?usp=sharing Now running ASAN layout tests.
6 years, 11 months ago (2014-01-08 08:50:26 UTC) #5
pdr.
On 2014/01/08 08:50:26, kouhei wrote: > Perf tests look fine: > https://drive.google.com/file/d/0B5o-0Snm1_rFZ1BoeEo4YjhPS00/edit?usp=sharing > > Now ...
6 years, 11 months ago (2014-01-08 23:02:39 UTC) #6
haraken
I just scanned the CL. LGTM. https://codereview.chromium.org/112003003/diff/430001/Source/core/rendering/svg/SVGTextLayoutEngine.cpp File Source/core/rendering/svg/SVGTextLayoutEngine.cpp (right): https://codereview.chromium.org/112003003/diff/430001/Source/core/rendering/svg/SVGTextLayoutEngine.cpp#newcode210 Source/core/rendering/svg/SVGTextLayoutEngine.cpp:210: if (textContentElement->textLengthIsSpecifiedByUser()) Don't ...
6 years, 11 months ago (2014-01-09 00:58:51 UTC) #7
kouhei (in TOK)
Thanks for review! I tested the patch on local ASAN and not seeing any problems. ...
6 years, 11 months ago (2014-01-09 02:24:49 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/112003003/1650001
6 years, 11 months ago (2014-01-09 08:44:52 UTC) #9
commit-bot: I haz the power
Retried try job too often on mac_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_blink_rel&number=14844
6 years, 11 months ago (2014-01-09 11:46:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/112003003/1650001
6 years, 11 months ago (2014-01-10 00:34:51 UTC) #11
commit-bot: I haz the power
Failed to apply patch for LayoutTests/TestExpectations: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-10 00:36:05 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/112003003/1920001
6 years, 11 months ago (2014-01-10 03:20:52 UTC) #13
commit-bot: I haz the power
6 years, 11 months ago (2014-01-10 06:00:23 UTC) #14
Message was sent while issue was closed.
Change committed as 164832

Powered by Google App Engine
This is Rietveld 408576698