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

Issue 234453002: Remove SVG1.1 kerning property (Closed)

Created:
6 years, 8 months ago by pdr.
Modified:
6 years, 8 months ago
CC:
blink-reviews, shans, eae+blinkwatch, fs, apavlov+blink_chromium.org, Steve Block, rwlbuis, dino_apple.com, alancutter (OOO until 2018), bemjb+rendering_chromium.org, dsinclair, Timothy Loh, dstockwell, dglazkov+blink, jchaffraix+rendering, rune+blink, Eric Willigers, rjwright, zoltan1, krit, gyuyoung.kim_webkit.org, darktears, kouhei+svg_chromium.org, leviw+renderwatch, Mike Lawther (Google), ed+blinkwatch_opera.com, f(malita), Stephen Chennney
Visibility:
Public.

Description

Remove SVG1.1 kerning property This SVG1.1[1] property has been removed from SVG2[2] and can be removed. [1] http://www.w3.org/TR/SVG11/single-page.html#text-KerningProperty [2] https://svgwg.org/svg2-draft/single-page.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171393

Patch Set 1 #

Total comments: 3

Patch Set 2 : Update UseCounter comment #

Patch Set 3 : More TestExpectations updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -165 lines) Patch
M LayoutTests/TestExpectations View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
D LayoutTests/animations/interpolation/svg-kerning-interpolation.html View 1 chunk +0 lines, -33 lines 0 comments Download
D LayoutTests/animations/interpolation/svg-kerning-interpolation-expected.txt View 1 chunk +0 lines, -18 lines 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/fast/css/getComputedStyle/resources/property-names.js View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/svg/css/getComputedStyle-basic-expected.txt View 1 chunk +0 lines, -2 lines 0 comments Download
M LayoutTests/transitions/svg-transitions.html View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/webexposed/css-properties-as-js-properties-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/animation/css/CSSAnimatableValueFactory.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/animation/css/CSSPropertyEquality.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/css/CSSProperties.in View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSProperty.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/SVGCSSComputedStyleDeclaration.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/SVGCSSPropertyNames.in View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/SVGCSSValueKeywords.in View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 chunk +0 lines, -7 lines 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/UseCounter.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyle.h View 4 chunks +0 lines, -15 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyle.cpp View 7 chunks +0 lines, -10 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyleDefs.h View 2 chunks +0 lines, -19 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyleDefs.cpp View 1 chunk +0 lines, -16 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngine.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGTextLayoutEngineSpacing.cpp View 2 chunks +3 lines, -13 lines 0 comments Download
M Source/core/svg/SVGAttributeNames.in View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGElement.cpp View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
pdr.
https://codereview.chromium.org/234453002/diff/1/Source/core/rendering/style/SVGRenderStyleDefs.h File Source/core/rendering/style/SVGRenderStyleDefs.h (left): https://codereview.chromium.org/234453002/diff/1/Source/core/rendering/style/SVGRenderStyleDefs.h#oldcode185 Source/core/rendering/style/SVGRenderStyleDefs.h:185: class StyleTextData : public RefCounted<StyleTextData> { This class was ...
6 years, 8 months ago (2014-04-11 00:25:21 UTC) #1
ojan
This looks to be used on 0.01% of pages on Windows stable and 0.0005% on ...
6 years, 8 months ago (2014-04-11 00:36:20 UTC) #2
pdr.
On 2014/04/11 00:36:20, ojan wrote: > This looks to be used on 0.01% of pages ...
6 years, 8 months ago (2014-04-11 01:59:53 UTC) #3
ojan
> https://codereview.chromium.org/234453002/diff/1/Source/core/frame/UseCounter.cpp#newcode445 > > Source/core/frame/UseCounter.cpp:445: // case CSSPropertyKerning: return 391; > > You can just ...
6 years, 8 months ago (2014-04-11 02:12:34 UTC) #4
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 8 months ago (2014-04-12 00:20:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pdr@chromium.org/234453002/40001
6 years, 8 months ago (2014-04-12 00:20:56 UTC) #6
pdr.
3x LGTMs from API owners. In we go!
6 years, 8 months ago (2014-04-12 00:26:06 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-12 01:20:27 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 8 months ago (2014-04-12 01:20:27 UTC) #9
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 8 months ago (2014-04-12 01:22:20 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pdr@chromium.org/234453002/40001
6 years, 8 months ago (2014-04-12 01:22:41 UTC) #11
commit-bot: I haz the power
Change committed as 171393
6 years, 8 months ago (2014-04-12 01:55:58 UTC) #12
pdr.
6 years, 8 months ago (2014-04-12 23:08:39 UTC) #13
Message was sent while issue was closed.
On 2014/04/12 01:55:58, I haz the power (commit-bot) wrote:
> Change committed as 171393

I should have included the bug in the change description. It is crbug.com/362364

Powered by Google App Engine
This is Rietveld 408576698