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

Issue 1086873004: Add UseCounter for SVGURIReference.href.baseVal/animVal. (Closed)

Created:
5 years, 8 months ago by Erik Dahlström (inactive)
Modified:
5 years, 8 months ago
Reviewers:
pdr., fs
CC:
blink-reviews, ed+blinkwatch_opera.com, shans, rjwright, Mike Lawther (Google), blink-reviews-animation_chromium.org, rwlbuis, fs, kouhei+svg_chromium.org, dstockwell, Timothy Loh, krit, f(malita), darktears, gyuyoung2, Stephen Chennney, Steve Block, pdr+svgwatchlist_chromium.org, Eric Willigers
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add UseCounter for SVGURIReference.href.baseVal/animVal. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193870

Patch Set 1 #

Patch Set 2 : move to SVGAnimatedString #

Total comments: 6

Patch Set 3 : codereview fixues #

Total comments: 1

Patch Set 4 : fix nit + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -0 lines) Patch
A LayoutTests/fast/svg/href-baseval-animval.html View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/svg/SVGAnimatedString.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A Source/core/svg/SVGAnimatedString.cpp View 1 2 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Erik Dahlström (inactive)
xlink:href was just deprecated in SVG2, count the uses of the corresponding SVG DOM accessors ...
5 years, 8 months ago (2015-04-15 14:17:50 UTC) #2
fs
https://codereview.chromium.org/1086873004/diff/20001/LayoutTests/fast/svg/href-baseval-animval.html File LayoutTests/fast/svg/href-baseval-animval.html (right): https://codereview.chromium.org/1086873004/diff/20001/LayoutTests/fast/svg/href-baseval-animval.html#newcode28 LayoutTests/fast/svg/href-baseval-animval.html:28: assert(window.internals.isUseCounted(document, 758), "has SVGHrefBaseVal UseCounter: "); // 758 == ...
5 years, 8 months ago (2015-04-15 14:30:06 UTC) #3
Erik Dahlström (inactive)
https://codereview.chromium.org/1086873004/diff/20001/LayoutTests/fast/svg/href-baseval-animval.html File LayoutTests/fast/svg/href-baseval-animval.html (right): https://codereview.chromium.org/1086873004/diff/20001/LayoutTests/fast/svg/href-baseval-animval.html#newcode28 LayoutTests/fast/svg/href-baseval-animval.html:28: assert(window.internals.isUseCounted(document, 758), "has SVGHrefBaseVal UseCounter: "); // 758 == ...
5 years, 8 months ago (2015-04-16 08:39:36 UTC) #4
fs
lgtm https://codereview.chromium.org/1086873004/diff/40001/LayoutTests/fast/svg/href-baseval-animval.html File LayoutTests/fast/svg/href-baseval-animval.html (right): https://codereview.chromium.org/1086873004/diff/40001/LayoutTests/fast/svg/href-baseval-animval.html#newcode9 LayoutTests/fast/svg/href-baseval-animval.html:9: var baseval = target.href.baseVal; Nit: Could've been scoped ...
5 years, 8 months ago (2015-04-16 08:55:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1086873004/60001
5 years, 8 months ago (2015-04-16 10:19:23 UTC) #8
commit-bot: I haz the power
5 years, 8 months ago (2015-04-16 14:55:57 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193870

Powered by Google App Engine
This is Rietveld 408576698