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

Issue 2243173002: SVG: Use counters for SMIL methods on animation elements (Closed)

Created:
4 years, 4 months ago by Eric Willigers
Modified:
4 years, 4 months ago
CC:
chromium-reviews, shans, rjwright, blink-reviews-animation_chromium.org, rwlbuis, fs, krit, f(malita), asvitkine+watch_chromium.org, darktears, blink-reviews, gyuyoung2, Stephen Chennney, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

SVG: Use counters for SMIL methods on animation elements We define two new use counters, to cover the methods defined in SVGAnimationElement.idl New use counter SVGSMILAnimationElementTiming covers float getStartTime(); float getCurrentTime(); float getSimpleDuration(); New use counter SVGSMILBeginEndAnimationElement covers void beginElement(); void beginElementAt(float offset); void endElement(); void endElementAt(float offset); Committed: https://crrev.com/0f426d842b1bbacd4473012e043f77f697068346 Cr-Commit-Position: refs/heads/master@{#412431}

Patch Set 1 #

Total comments: 2

Patch Set 2 : MeasureAs #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -7 lines) Patch
A third_party/WebKit/LayoutTests/svg/animations/animationElementTiming-use-counter.html View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/animations/beginEndAnimationElement-use-counter.html View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimationElement.idl View 1 1 chunk +7 lines, -7 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (16 generated)
Eric Willigers
4 years, 4 months ago (2016-08-15 01:17:11 UTC) #4
kouhei (in TOK)
drive-by: What about SVGSVGElement::getCurrentTime
4 years, 4 months ago (2016-08-15 01:26:42 UTC) #8
Eric Willigers
On 2016/08/15 01:26:42, kouhei wrote: > drive-by: What about SVGSVGElement::getCurrentTime For SVGSVGElement use counters see ...
4 years, 4 months ago (2016-08-15 03:23:55 UTC) #9
kouhei (in TOK)
On 2016/08/15 03:23:55, Eric Willigers wrote: > On 2016/08/15 01:26:42, kouhei wrote: > > drive-by: ...
4 years, 4 months ago (2016-08-15 03:34:45 UTC) #10
Eric Willigers
https://codereview.chromium.org/2243173002/diff/1/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp File third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp (right): https://codereview.chromium.org/2243173002/diff/1/third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp#newcode242 third_party/WebKit/Source/core/svg/SVGAnimationElement.cpp:242: UseCounter::count(document(), UseCounter::SVGSMILAnimationElementTiming); On 2016/08/15 03:34:45, kouhei wrote: > If ...
4 years, 4 months ago (2016-08-15 04:31:49 UTC) #13
kouhei (in TOK)
lgtm
4 years, 4 months ago (2016-08-15 04:32:45 UTC) #14
Eric Willigers
+mkwst for histograms
4 years, 4 months ago (2016-08-15 05:00:19 UTC) #16
Eric Willigers
4 years, 4 months ago (2016-08-16 00:08:03 UTC) #20
Ryan Hamilton
Was I added to this CL by mistake? I'm unfamiliar with the code in question.
4 years, 4 months ago (2016-08-16 14:20:28 UTC) #21
Eric Willigers
+holte for histogram OWNERS -rch, added by mistake.
4 years, 4 months ago (2016-08-16 21:14:38 UTC) #23
Steven Holte
lgtm
4 years, 4 months ago (2016-08-16 22:05:25 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2243173002/40001
4 years, 4 months ago (2016-08-16 23:40:21 UTC) #27
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-17 02:37:45 UTC) #28
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 02:39:29 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0f426d842b1bbacd4473012e043f77f697068346
Cr-Commit-Position: refs/heads/master@{#412431}

Powered by Google App Engine
This is Rietveld 408576698