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

Issue 1154853007: Move toClipPath to SVGGeometryElement. (Closed)

Created:
5 years, 6 months ago by hyunjunekim2
Modified:
5 years, 6 months ago
Reviewers:
pdr., f(malita), fs
CC:
blink-reviews, blink-reviews-rendering, krit, eae+blinkwatch, f(malita), gyuyoung2, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

This CL is that remove toClipPath on SVGGraphicsElement. BUG=494445 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197629

Patch Set 1 #

Patch Set 2 : Draft 1 #

Total comments: 4

Patch Set 3 : Working #

Patch Set 4 : Draft 2 #

Patch Set 5 : Draft 3 #

Total comments: 3

Patch Set 6 : Draft 4 #

Patch Set 7 : Draft 5 #

Patch Set 8 : Draft 6 #

Patch Set 9 : Draft 7 #

Patch Set 10 : Draft 8 #

Patch Set 11 : Draft 9 #

Patch Set 12 : Draft 10 #

Patch Set 13 : Draft 11 #

Patch Set 14 : Draft 12 #

Total comments: 6

Patch Set 15 : #

Patch Set 16 : Draft 14 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -31 lines) Patch
M Source/core/layout/svg/LayoutSVGResourceClipper.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +16 lines, -4 lines 0 comments Download
M Source/core/svg/SVGGeometryElement.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGeometryElement.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGGraphicsElement.h View 1 chunk +0 lines, -3 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 4 chunks +5 lines, -2 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 1 chunk +29 lines, -20 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
hyunjunekim2
pdr, About issue 494445, Could you give me advice for PS2?
5 years, 6 months ago (2015-06-06 05:57:03 UTC) #2
pdr.
https://codereview.chromium.org/1154853007/diff/20001/Source/core/layout/svg/LayoutSVGResourceClipper.cpp File Source/core/layout/svg/LayoutSVGResourceClipper.cpp (right): https://codereview.chromium.org/1154853007/diff/20001/Source/core/layout/svg/LayoutSVGResourceClipper.cpp#newcode87 Source/core/layout/svg/LayoutSVGResourceClipper.cpp:87: SVGGeometryElement* styled = toSVGGeometryElement(childElement); Because this element can be ...
5 years, 6 months ago (2015-06-09 05:15:59 UTC) #4
hyunjunekim2
Thank you for your advice. https://codereview.chromium.org/1154853007/diff/20001/Source/core/layout/svg/LayoutSVGResourceClipper.cpp File Source/core/layout/svg/LayoutSVGResourceClipper.cpp (right): https://codereview.chromium.org/1154853007/diff/20001/Source/core/layout/svg/LayoutSVGResourceClipper.cpp#newcode87 Source/core/layout/svg/LayoutSVGResourceClipper.cpp:87: SVGGeometryElement* styled = toSVGGeometryElement(childElement); ...
5 years, 6 months ago (2015-06-10 14:00:42 UTC) #5
hyunjunekim2
pdr, Could you check PS5 whether this way is right and give me a advice? ...
5 years, 6 months ago (2015-06-15 14:38:38 UTC) #6
pdr.
This is looking pretty good. Please update the change description to describe the changes you're ...
5 years, 6 months ago (2015-06-17 04:42:13 UTC) #7
hyunjunekim2
pdr, Could you check PS14? Thank you.
5 years, 6 months ago (2015-06-19 14:35:31 UTC) #8
fs
https://codereview.chromium.org/1154853007/diff/240001/Source/core/layout/svg/LayoutSVGResourceClipper.cpp File Source/core/layout/svg/LayoutSVGResourceClipper.cpp (right): https://codereview.chromium.org/1154853007/diff/240001/Source/core/layout/svg/LayoutSVGResourceClipper.cpp#newcode90 Source/core/layout/svg/LayoutSVGResourceClipper.cpp:90: SVGGraphicsElement* styled = toSVGGraphicsElement(childElement); Could drop this variable, and ...
5 years, 6 months ago (2015-06-22 10:57:44 UTC) #9
hyunjunekim2
pdr, fs Could you check PS15? Thank you.
5 years, 6 months ago (2015-06-22 15:28:57 UTC) #10
fs
The following two are still not addressed, otherwise LGTM On 2015/06/22 10:57:44, fs wrote: ...
5 years, 6 months ago (2015-06-22 15:47:38 UTC) #11
hyunjunekim2
pdr, fs Could you check PS16 and give me advice? Thank you. :)
5 years, 6 months ago (2015-06-22 23:26:17 UTC) #12
pdr.
On 2015/06/22 at 23:26:17, hyunjune.kim wrote: > pdr, fs > Could you check PS16 and ...
5 years, 6 months ago (2015-06-23 05:53:33 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154853007/280001
5 years, 6 months ago (2015-06-23 05:53:54 UTC) #16
commit-bot: I haz the power
5 years, 6 months ago (2015-06-23 06:56:36 UTC) #17
Message was sent while issue was closed.
Committed patchset #16 (id:280001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197629

Powered by Google App Engine
This is Rietveld 408576698