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

Issue 420193011: SVGElement::parseAttribute resolves property via property map (Step 2) (Closed)

Created:
6 years, 4 months ago by kouhei (in TOK)
Modified:
6 years, 4 months ago
Reviewers:
haraken, pdr., fs
CC:
blink-reviews, krit, fs, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, Stephen Chennney, kouhei+svg_chromium.org, rwlbuis
Project:
blink
Visibility:
Public.

Description

SVGElement::parseAttribute resolves property via property map (Step 2) This is to replace the existing |SVGElement::parseAttribute| implementation, but as there are many callers, we would like to proceed this incrementally. a) Introduce |SVGElement::parseAttributeNew| *LANDED* b) Convert all overrides |SVGElement::parseAttribute| to a |parseAttributeNew| call. <-- This patch c) Replace existing |parseAttribute| with |parseAttributeNew|, and remove all overrides simply calling |parseAttributeNew| This patch is (b). Bonus: Remove {parseAttribute,isSupportedAttribute,svgAttributeChanged} on SVGGElement which was a noop. BUG=397902 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179105

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -127 lines) Patch
M Source/core/svg/SVGCircleElement.cpp View 1 chunk +1 line, -14 lines 0 comments Download
M Source/core/svg/SVGClipPathElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGClipPathElement.cpp View 1 chunk +2 lines, -23 lines 0 comments Download
M Source/core/svg/SVGComponentTransferFunctionElement.cpp View 1 chunk +1 line, -23 lines 0 comments Download
M Source/core/svg/SVGEllipseElement.cpp View 1 chunk +1 line, -16 lines 0 comments Download
M Source/core/svg/SVGForeignObjectElement.cpp View 1 chunk +1 line, -16 lines 0 comments Download
M Source/core/svg/SVGGElement.h View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/svg/SVGGElement.cpp View 1 chunk +0 lines, -29 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kouhei (in TOK)
Would you take a look?
6 years, 4 months ago (2014-07-29 04:27:17 UTC) #1
pdr.
On 2014/07/29 04:27:17, kouhei wrote: > Would you take a look? This patch: LGTM. This ...
6 years, 4 months ago (2014-07-29 05:07:10 UTC) #2
kouhei (in TOK)
Thanks for your comments! > This is the first time I've seen this work, and ...
6 years, 4 months ago (2014-07-29 05:20:19 UTC) #3
fs
LGTM
6 years, 4 months ago (2014-07-29 08:12:16 UTC) #4
kouhei (in TOK)
The CQ bit was checked by kouhei@chromium.org
6 years, 4 months ago (2014-07-29 08:13:31 UTC) #5
kouhei (in TOK)
Thanks for review!
6 years, 4 months ago (2014-07-29 08:13:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kouhei@chromium.org/420193011/1
6 years, 4 months ago (2014-07-29 08:14:56 UTC) #7
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 08:18:45 UTC) #8
Message was sent while issue was closed.
Change committed as 179105

Powered by Google App Engine
This is Rietveld 408576698