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

Issue 1046673006: Add svgAttributeChanged function to SVGFEComponentTransferElement class (Closed)

Created:
5 years, 8 months ago by hyunjunekim2
Modified:
5 years, 8 months ago
Reviewers:
pdr., Mike West, fs, pfeldman
CC:
blink-reviews, krit, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add svgAttributeChanged function to SVGFEComponentTransferElement class. This CL is to add missing code. Add svgAttributeChanged function to SVGFEComponentTransferElement class. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193027

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : fixed #

Patch Set 4 : Add testcase #

Patch Set 5 : add a repaint testcase. #

Patch Set 6 : #

Patch Set 7 : modified testcases. #

Total comments: 7

Patch Set 8 : #

Patch Set 9 : modify testcase-2 #

Total comments: 1

Patch Set 10 : modify testcase-3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -0 lines) Patch
A LayoutTests/svg/repaint/fecomponenttransfer-in1-change.svg View 1 2 3 4 5 6 7 8 9 1 chunk +15 lines, -0 lines 0 comments Download
A + LayoutTests/svg/repaint/fecomponenttransfer-in1-change-expected.txt View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGFEComponentTransferElement.cpp View 1 2 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (2 generated)
hyunjunekim2
pdr, Mike West, fs, pfeldman, Hi, I'm hyunjunekim (hyunjune.kim@samsung.com, hykim0777@gamil.com). Added missing code. Could you ...
5 years, 8 months ago (2015-03-31 07:24:19 UTC) #2
fs
Does this fix any existing test? If not, then please add a new test. https://codereview.chromium.org/1046673006/diff/1/Source/core/svg/SVGFEComponentTransferElement.cpp ...
5 years, 8 months ago (2015-03-31 08:25:50 UTC) #3
hyunjunekim2
On 2015/03/31 08:25:50, fs wrote: > Does this fix any existing test? If not, then ...
5 years, 8 months ago (2015-03-31 09:37:32 UTC) #4
Mike West
Deferring to fs@ here. He's a much better SVG reviewer than I would be.
5 years, 8 months ago (2015-03-31 09:39:08 UTC) #5
hyunjunekim2
On 2015/03/31 09:39:08, Mike West wrote: > Deferring to fs@ here. He's a much better ...
5 years, 8 months ago (2015-03-31 16:17:59 UTC) #6
fs
On 2015/03/31 16:17:59, hyunjunekim2 wrote: > On 2015/03/31 09:39:08, Mike West wrote: > > Deferring ...
5 years, 8 months ago (2015-03-31 16:41:27 UTC) #7
hyunjunekim2
On 2015/03/31 16:41:27, fs wrote: > On 2015/03/31 16:17:59, hyunjunekim2 wrote: > > On 2015/03/31 ...
5 years, 8 months ago (2015-03-31 17:04:25 UTC) #8
hyunjunekim2
On 2015/03/31 16:41:27, fs wrote: > On 2015/03/31 16:17:59, hyunjunekim2 wrote: > > On 2015/03/31 ...
5 years, 8 months ago (2015-04-01 15:52:42 UTC) #9
fs
https://codereview.chromium.org/1046673006/diff/120001/LayoutTests/svg/dynamic-updates/script-tests/SVGFEComponentTransferElement-dom-amplitude-attr.js File LayoutTests/svg/dynamic-updates/script-tests/SVGFEComponentTransferElement-dom-amplitude-attr.js (right): https://codereview.chromium.org/1046673006/diff/120001/LayoutTests/svg/dynamic-updates/script-tests/SVGFEComponentTransferElement-dom-amplitude-attr.js#newcode27 LayoutTests/svg/dynamic-updates/script-tests/SVGFEComponentTransferElement-dom-amplitude-attr.js:27: var feComponentTransferElement = createSVGElement("feComponentTransfer"); If you want to fix ...
5 years, 8 months ago (2015-04-01 16:21:42 UTC) #10
hyunjunekim2
On 2015/04/01 16:21:42, fs wrote: > https://codereview.chromium.org/1046673006/diff/120001/LayoutTests/svg/dynamic-updates/script-tests/SVGFEComponentTransferElement-dom-amplitude-attr.js > File > LayoutTests/svg/dynamic-updates/script-tests/SVGFEComponentTransferElement-dom-amplitude-attr.js > (right): > > ...
5 years, 8 months ago (2015-04-01 17:07:57 UTC) #11
hyunjunekim2
> ><filter id="SourceGraphic" x="0%" y="0%" width="100%" height="100%"> > > Just call it something simple like ...
5 years, 8 months ago (2015-04-02 05:25:43 UTC) #12
hyunjunekim2
On 2015/04/02 05:25:43, hyunjunekim2 wrote: > > ><filter id="SourceGraphic" x="0%" y="0%" width="100%" height="100%"> > > ...
5 years, 8 months ago (2015-04-02 05:29:41 UTC) #13
fs
On 2015/04/02 05:29:41, hyunjunekim2 wrote: > On 2015/04/02 05:25:43, hyunjunekim2 wrote: > > > ><filter ...
5 years, 8 months ago (2015-04-02 09:03:40 UTC) #14
fs
On 2015/04/02 09:03:40, fs wrote: > On 2015/04/02 05:29:41, hyunjunekim2 wrote: > > On 2015/04/02 ...
5 years, 8 months ago (2015-04-02 09:05:47 UTC) #15
fs
https://codereview.chromium.org/1046673006/diff/160001/LayoutTests/svg/repaint/fecomponenttransfer-in1-change.svg File LayoutTests/svg/repaint/fecomponenttransfer-in1-change.svg (right): https://codereview.chromium.org/1046673006/diff/160001/LayoutTests/svg/repaint/fecomponenttransfer-in1-change.svg#newcode11 LayoutTests/svg/repaint/fecomponenttransfer-in1-change.svg:11: <feFuncG type="identity" amplitude="1" exponent="0.5" offset="0"/> You can drop 'amplitude="1" ...
5 years, 8 months ago (2015-04-02 09:05:58 UTC) #16
hyunjunekim2
On 2015/04/02 09:05:58, fs wrote: > https://codereview.chromium.org/1046673006/diff/160001/LayoutTests/svg/repaint/fecomponenttransfer-in1-change.svg > File LayoutTests/svg/repaint/fecomponenttransfer-in1-change.svg (right): > > https://codereview.chromium.org/1046673006/diff/160001/LayoutTests/svg/repaint/fecomponenttransfer-in1-change.svg#newcode11 > ...
5 years, 8 months ago (2015-04-02 09:29:15 UTC) #17
fs
On 2015/04/02 09:29:15, hyunjunekim2 wrote: > On 2015/04/02 09:05:58, fs wrote: > > > https://codereview.chromium.org/1046673006/diff/160001/LayoutTests/svg/repaint/fecomponenttransfer-in1-change.svg ...
5 years, 8 months ago (2015-04-02 09:32:07 UTC) #18
hyunjunekim2
On 2015/04/02 09:32:07, fs wrote: > On 2015/04/02 09:29:15, hyunjunekim2 wrote: > > On 2015/04/02 ...
5 years, 8 months ago (2015-04-02 09:34:17 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1046673006/180001
5 years, 8 months ago (2015-04-02 09:35:41 UTC) #21
commit-bot: I haz the power
5 years, 8 months ago (2015-04-02 12:08:43 UTC) #22
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193027

Powered by Google App Engine
This is Rietveld 408576698