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

Issue 643703006: SVGElement::parseAttribute resolves property via property map (Step 2.4) (Closed)

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

Description

SVGElement::parseAttribute resolves property via property map (Step 2.4) 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). BUG=397902 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183736

Patch Set 1 #

Total comments: 4

Patch Set 2 : aut #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -124 lines) Patch
M Source/core/svg/SVGCursorElement.cpp View 1 3 chunks +5 lines, -23 lines 0 comments Download
M Source/core/svg/SVGGlyphRefElement.cpp View 2 chunks +1 line, -4 lines 0 comments Download
M Source/core/svg/SVGMPathElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGMPathElement.cpp View 1 1 chunk +3 lines, -27 lines 0 comments Download
M Source/core/svg/SVGScriptElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGScriptElement.cpp View 1 1 chunk +5 lines, -38 lines 0 comments Download
M Source/core/svg/SVGTextPathElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGTextPathElement.cpp View 1 chunk +0 lines, -19 lines 0 comments Download
M Source/core/svg/SVGURIReference.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/svg/SVGURIReference.cpp View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
kouhei (in TOK)
more code removals.
6 years, 2 months ago (2014-10-15 08:34:42 UTC) #2
fs
LGTM - handle the below at your own discretion. https://codereview.chromium.org/643703006/diff/1/Source/core/svg/SVGCursorElement.cpp File Source/core/svg/SVGCursorElement.cpp (right): https://codereview.chromium.org/643703006/diff/1/Source/core/svg/SVGCursorElement.cpp#newcode47 Source/core/svg/SVGCursorElement.cpp:47: ...
6 years, 2 months ago (2014-10-15 09:06:46 UTC) #3
kouhei (in TOK)
https://codereview.chromium.org/643703006/diff/1/Source/core/svg/SVGCursorElement.cpp File Source/core/svg/SVGCursorElement.cpp (right): https://codereview.chromium.org/643703006/diff/1/Source/core/svg/SVGCursorElement.cpp#newcode47 Source/core/svg/SVGCursorElement.cpp:47: for (const auto& client : m_clients) On 2014/10/15 09:06:45, ...
6 years, 2 months ago (2014-10-15 10:02:00 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/643703006/20001
6 years, 2 months ago (2014-10-15 10:03:26 UTC) #6
commit-bot: I haz the power
6 years, 2 months ago (2014-10-15 11:02:20 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 183736

Powered by Google App Engine
This is Rietveld 408576698