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

Issue 423093014: [SVG2] Make transform, gradientTransform and patternTransform presentation attributes. (Closed)

Created:
6 years, 4 months ago by Erik Dahlström (inactive)
Modified:
6 years, 4 months ago
Reviewers:
pdr., krit
CC:
blink-reviews, krit, fs, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, Stephen Chennney, kouhei+svg_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : bugfixes #

Patch Set 3 : re-add transform #

Patch Set 4 : transform attr syntax should match property, with minor quirks #

Total comments: 11

Patch Set 5 : review fixes #

Patch Set 6 : removed comment #

Total comments: 1

Patch Set 7 : see if SubtreeStyleChange fixes mac/win failures #

Patch Set 8 : revert back to LocalStyleChange #

Patch Set 9 : rebased #

Patch Set 10 : rebaseline for mac/win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+368 lines, -66 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/svg/custom/gradient-transform-invalid.svg View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A LayoutTests/svg/custom/gradient-transform-invalid-expected.svg View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
M LayoutTests/svg/custom/transform-invalid.svg View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/svg/custom/transform-invalid-expected.txt View 1 2 3 2 chunks +24 lines, -26 lines 0 comments Download
A LayoutTests/svg/transforms/gradient-transform-inline-style.svg View 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/gradient-transform-inline-style-expected.svg View 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/gradient-transform-no-override.svg View 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/gradient-transform-no-override-2.svg View 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/gradient-transform-no-override-2-expected.svg View 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/gradient-transform-no-override-expected.svg View 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/translate-with-units.svg View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/translate-with-units-expected.svg View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/translate-without-units.svg View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/svg/transforms/translate-without-units-expected.svg View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/svg/GradientAttributes.h View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
M Source/core/svg/SVGElement.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
M Source/core/svg/SVGGradientElement.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/svg/SVGGradientElement.cpp View 1 2 3 4 2 chunks +20 lines, -0 lines 0 comments Download
M Source/core/svg/SVGGraphicsElement.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGGraphicsElement.cpp View 1 2 3 4 7 3 chunks +18 lines, -28 lines 0 comments Download
M Source/core/svg/SVGLinearGradientElement.cpp View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/svg/SVGPatternElement.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/svg/SVGPatternElement.cpp View 1 2 3 4 5 3 chunks +31 lines, -3 lines 0 comments Download
M Source/core/svg/SVGRadialGradientElement.cpp View 1 2 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
Erik Dahlström (inactive)
6 years, 4 months ago (2014-07-31 16:11:16 UTC) #1
pdr.
https://codereview.chromium.org/423093014/diff/60001/LayoutTests/svg/custom/transform-invalid.svg File LayoutTests/svg/custom/transform-invalid.svg (left): https://codereview.chromium.org/423093014/diff/60001/LayoutTests/svg/custom/transform-invalid.svg#oldcode10 LayoutTests/svg/custom/transform-invalid.svg:10: <rect width="100" height="100" transform="scale(20" fill="green"/> Did you mean to ...
6 years, 4 months ago (2014-08-01 22:43:11 UTC) #2
Erik Dahlström (inactive)
https://codereview.chromium.org/423093014/diff/60001/LayoutTests/svg/custom/transform-invalid.svg File LayoutTests/svg/custom/transform-invalid.svg (left): https://codereview.chromium.org/423093014/diff/60001/LayoutTests/svg/custom/transform-invalid.svg#oldcode10 LayoutTests/svg/custom/transform-invalid.svg:10: <rect width="100" height="100" transform="scale(20" fill="green"/> On 2014/08/01 22:43:10, pdr ...
6 years, 4 months ago (2014-08-04 13:57:57 UTC) #3
pdr.
LGTM https://codereview.chromium.org/423093014/diff/100001/Source/core/svg/SVGPatternElement.cpp File Source/core/svg/SVGPatternElement.cpp (right): https://codereview.chromium.org/423093014/diff/100001/Source/core/svg/SVGPatternElement.cpp#newcode132 Source/core/svg/SVGPatternElement.cpp:132: setNeedsStyleRecalc(LocalStyleChange); Could a pattern's children depend on the ...
6 years, 4 months ago (2014-08-04 16:11:17 UTC) #4
Erik Dahlström (inactive)
On 2014/08/04 16:11:17, pdr wrote: > LGTM > > https://codereview.chromium.org/423093014/diff/100001/Source/core/svg/SVGPatternElement.cpp > File Source/core/svg/SVGPatternElement.cpp (right): > ...
6 years, 4 months ago (2014-08-05 10:12:15 UTC) #5
Erik Dahlström (inactive)
The CQ bit was checked by ed@opera.com
6 years, 4 months ago (2014-08-05 10:12:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/423093014/140001
6 years, 4 months ago (2014-08-05 10:13:56 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-05 15:16:39 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-05 16:09:44 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/18466)
6 years, 4 months ago (2014-08-05 16:09:45 UTC) #10
Erik Dahlström (inactive)
The CQ bit was checked by ed@opera.com
6 years, 4 months ago (2014-08-06 14:54:14 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/423093014/160001
6 years, 4 months ago (2014-08-06 14:55:08 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-06 18:09:13 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-06 18:54:32 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/21405)
6 years, 4 months ago (2014-08-06 18:54:33 UTC) #15
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 4 months ago (2014-08-06 18:58:27 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/423093014/160001
6 years, 4 months ago (2014-08-06 18:59:13 UTC) #17
pdr.
On 2014/08/06 18:54:33, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 4 months ago (2014-08-06 19:05:12 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-06 20:09:34 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-06 20:55:40 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/18700)
6 years, 4 months ago (2014-08-06 20:55:41 UTC) #21
Erik Dahlström (inactive)
The CQ bit was checked by ed@opera.com
6 years, 4 months ago (2014-08-07 08:45:31 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/423093014/180001
6 years, 4 months ago (2014-08-07 08:46:30 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-07 10:08:39 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-07 10:18:39 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/20278)
6 years, 4 months ago (2014-08-07 10:18:41 UTC) #26
Erik Dahlström (inactive)
The CQ bit was checked by ed@opera.com
6 years, 4 months ago (2014-08-07 11:42:58 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ed@opera.com/423093014/180001
6 years, 4 months ago (2014-08-07 11:43:42 UTC) #28
commit-bot: I haz the power
Change committed as 179702
6 years, 4 months ago (2014-08-07 12:41:20 UTC) #29
pdr.
On 2014/08/07 12:41:20, I haz the power (commit-bot) wrote: > Change committed as 179702 This ...
6 years, 4 months ago (2014-08-09 05:16:18 UTC) #30
Erik Dahlström (inactive)
6 years, 4 months ago (2014-08-11 07:55:53 UTC) #31
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/456283002/ by ed@opera.com.

The reason for reverting is: Caused 10-50% performance regressions on svg, see
http://crbug.com/402133..

Powered by Google App Engine
This is Rietveld 408576698