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

Issue 2246023002: SVG: Use counters for SMIL methods on <svg> root element (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, Eric Willigers
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 <svg> root element We define two new use counters, to cover the methods defined in SVGSVGElement.idl New use counter SVGSMILPausing covers void pauseAnimations(); void unpauseAnimations(); boolean animationsPaused(); New use counter SVGSMILCurrentTime covers float getCurrentTime(); void setCurrentTime(float seconds); Committed: https://crrev.com/ab8e0644175ad9e5e3ecd7e9995e997e6f03b480 Cr-Commit-Position: refs/heads/master@{#412669}

Patch Set 1 #

Patch Set 2 : MeasureAs #

Total comments: 1

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -10 lines) Patch
A third_party/WebKit/LayoutTests/svg/animations/currentTime-use-counter.html View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/animations/pausing-use-counter.html View 1 2 1 chunk +24 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/SVGSVGElement.cpp View 1 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGSVGElement.idl View 1 1 chunk +5 lines, -5 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: 23 (14 generated)
Eric Willigers
For SVGAnimationElement use counters see https://codereview.chromium.org/2243173002/
4 years, 4 months ago (2016-08-15 03:23:09 UTC) #2
Eric Willigers
Updated to use MeasureAs https://codereview.chromium.org/2246023002/diff/20001/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp File third_party/WebKit/Source/core/svg/SVGSVGElement.cpp (left): https://codereview.chromium.org/2246023002/diff/20001/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp#oldcode534 third_party/WebKit/Source/core/svg/SVGSVGElement.cpp:534: ASSERT(RuntimeEnabledFeatures::smilEnabled()); These methods are also ...
4 years, 4 months ago (2016-08-15 04:58:37 UTC) #3
kouhei (in TOK)
lgtm
4 years, 4 months ago (2016-08-15 05:00:01 UTC) #4
Eric Willigers
+mkwst for histograms
4 years, 4 months ago (2016-08-15 05:12:55 UTC) #6
Eric Willigers
+holte for histogram OWNERS
4 years, 4 months ago (2016-08-17 02:48:24 UTC) #14
Steven Holte
lgtm
4 years, 4 months ago (2016-08-17 21:59:15 UTC) #17
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/2246023002/40001
4 years, 4 months ago (2016-08-17 22:20:41 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-17 22:25:44 UTC) #21
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 22:29:01 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ab8e0644175ad9e5e3ecd7e9995e997e6f03b480
Cr-Commit-Position: refs/heads/master@{#412669}

Powered by Google App Engine
This is Rietveld 408576698