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

Issue 1156323003: Devtools Animations: Update timeline controls and UI (Closed)

Created:
5 years, 6 months ago by samli
Modified:
5 years, 3 months ago
Reviewers:
maxwalker, pfeldman
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, caseq+blink_chromium.org, devtools-reviews_chromium.org, Eric Willigers, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, rjwright, sergeyv+blink_chromium.org, shans, yurys+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Devtools Animations: Update timeline controls and UI This change updates the UI of the animation timeline and removes the pause button. Instead, the pause button is combined into a single control button to pause, play and replay the timeline. BUG=492679, 447083 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201749

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Split patch #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : Rebase #

Patch Set 10 : Remove editing code #

Patch Set 11 : Scrubber pauses #

Total comments: 2

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -72 lines) Patch
M Source/devtools/front_end/animation/AnimationTimeline.js View 1 2 3 4 5 6 7 8 9 10 11 15 chunks +92 lines, -44 lines 0 comments Download
M Source/devtools/front_end/animation/animationTimeline.css View 1 2 3 4 5 6 7 8 9 12 chunks +92 lines, -28 lines 0 comments Download

Messages

Total messages: 24 (5 generated)
samli
PTAL. Screenshots: http://imgur.com/a/yIMZ2 UI changes: - add empty timeline message - uses normal play/pause icons ...
5 years, 6 months ago (2015-05-28 07:26:40 UTC) #2
maxwalker
> - add empty timeline message I wasn't quite sure about the wording here. Any ...
5 years, 6 months ago (2015-05-28 11:17:26 UTC) #3
pfeldman
Please split this into making the glyph image larger and changes to the semantics.
5 years, 6 months ago (2015-05-29 13:12:25 UTC) #4
samli
On 2015/05/29 at 13:12:25, pfeldman wrote: > Please split this into making the glyph image ...
5 years, 6 months ago (2015-06-01 01:32:11 UTC) #5
samli
ping
5 years, 6 months ago (2015-06-04 08:08:40 UTC) #6
maxwalker
lgtm
5 years, 6 months ago (2015-06-05 08:27:17 UTC) #7
pfeldman
https://codereview.chromium.org/1156323003/diff/60001/Source/devtools/front_end/elements/AnimationControlPane.js File Source/devtools/front_end/elements/AnimationControlPane.js (right): https://codereview.chromium.org/1156323003/diff/60001/Source/devtools/front_end/elements/AnimationControlPane.js#newcode144 Source/devtools/front_end/elements/AnimationControlPane.js:144: if (event && this._animationTimeline) When is event undefined? https://codereview.chromium.org/1156323003/diff/60001/Source/devtools/front_end/elements/AnimationTimeline.js ...
5 years, 6 months ago (2015-06-05 14:34:34 UTC) #8
samli
https://codereview.chromium.org/1156323003/diff/60001/Source/devtools/front_end/elements/AnimationControlPane.js File Source/devtools/front_end/elements/AnimationControlPane.js (right): https://codereview.chromium.org/1156323003/diff/60001/Source/devtools/front_end/elements/AnimationControlPane.js#newcode144 Source/devtools/front_end/elements/AnimationControlPane.js:144: if (event && this._animationTimeline) On 2015/06/05 at 14:34:34, pfeldman ...
5 years, 6 months ago (2015-06-09 03:53:08 UTC) #9
samli
ping, I would still like this in.
5 years, 6 months ago (2015-06-10 07:22:43 UTC) #10
pfeldman
We should fix it in metrics then. What numbers do you expect input to accept?
5 years, 6 months ago (2015-06-10 07:49:44 UTC) #11
samli
On 2015/06/10 at 07:49:44, pfeldman wrote: > We should fix it in metrics then. What ...
5 years, 5 months ago (2015-07-06 08:13:54 UTC) #13
pfeldman
> In metrics? I think it is just any float number. Here: float number combined ...
5 years, 5 months ago (2015-07-07 13:39:14 UTC) #15
samli
On 2015/07/07 at 13:39:14, pfeldman wrote: > > In metrics? I think it is just ...
5 years, 5 months ago (2015-07-08 04:02:57 UTC) #16
samli
ping
5 years, 5 months ago (2015-07-23 01:18:36 UTC) #17
samli
ping
5 years, 3 months ago (2015-09-02 22:01:29 UTC) #18
pfeldman
lgtm https://codereview.chromium.org/1156323003/diff/200001/Source/devtools/front_end/animation/AnimationTimeline.js File Source/devtools/front_end/animation/AnimationTimeline.js (right): https://codereview.chromium.org/1156323003/diff/200001/Source/devtools/front_end/animation/AnimationTimeline.js#newcode173 Source/devtools/front_end/animation/AnimationTimeline.js:173: WebInspector.AnimationModel.fromTarget(target).setPlaybackRate(this._playbackRate()); It does not seem to be consistent ...
5 years, 3 months ago (2015-09-03 19:05:02 UTC) #19
samli
https://codereview.chromium.org/1156323003/diff/200001/Source/devtools/front_end/animation/AnimationTimeline.js File Source/devtools/front_end/animation/AnimationTimeline.js (right): https://codereview.chromium.org/1156323003/diff/200001/Source/devtools/front_end/animation/AnimationTimeline.js#newcode173 Source/devtools/front_end/animation/AnimationTimeline.js:173: WebInspector.AnimationModel.fromTarget(target).setPlaybackRate(this._playbackRate()); On 2015/09/03 at 19:05:01, pfeldman wrote: > It ...
5 years, 3 months ago (2015-09-03 22:04:18 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1156323003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1156323003/220001
5 years, 3 months ago (2015-09-03 22:04:33 UTC) #23
commit-bot: I haz the power
5 years, 3 months ago (2015-09-03 23:02:55 UTC) #24
Message was sent while issue was closed.
Committed patchset #12 (id:220001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201749

Powered by Google App Engine
This is Rietveld 408576698