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

Issue 1417173002: Devtools Animations: Pause button based on groups not global (Closed)

Created:
5 years, 2 months ago by samli
Modified:
5 years, 1 month ago
Reviewers:
pfeldman
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, caseq+blink_chromium.org, chromium-reviews, 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, yurys+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Devtools Animations: Pause button based on groups not global This change moves the pause button from a global toggle to one that only locally affects the selected group. BUG=447083 Committed: https://crrev.com/06fec0f5518c839857b295e0bf6e65de22e64500 Cr-Commit-Position: refs/heads/master@{#356219}

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 2

Messages

Total messages: 20 (5 generated)
samli
5 years, 2 months ago (2015-10-21 22:21:20 UTC) #2
pfeldman
https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html File third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html (right): https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html#newcode41 third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html:41: setTimeout(InspectorTest.evaluateInPage.bind(InspectorTest, "getWidth()", checkWidth), 50); timeout is in most cases ...
5 years, 2 months ago (2015-10-21 22:53:10 UTC) #3
samli
https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html File third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html (right): https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html#newcode41 third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html:41: setTimeout(InspectorTest.evaluateInPage.bind(InspectorTest, "getWidth()", checkWidth), 50); On 2015/10/21 at 22:53:10, pfeldman_slow ...
5 years, 2 months ago (2015-10-21 22:54:21 UTC) #4
samli
On 2015/10/21 at 22:54:21, samli wrote: > https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html > File third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html (right): > > https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html#newcode41 ...
5 years, 2 months ago (2015-10-21 23:46:29 UTC) #5
samli
ping
5 years, 2 months ago (2015-10-23 18:32:19 UTC) #7
pfeldman
https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html File third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html (right): https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html#newcode41 third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html:41: setTimeout(InspectorTest.evaluateInPage.bind(InspectorTest, "getWidth()", checkWidth), 50); But 50 gives you nothing, ...
5 years, 1 month ago (2015-10-26 18:20:50 UTC) #8
samli
https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html File third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html (right): https://codereview.chromium.org/1417173002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html#newcode41 third_party/WebKit/LayoutTests/inspector-protocol/animation/animation-pause.html:41: setTimeout(InspectorTest.evaluateInPage.bind(InspectorTest, "getWidth()", checkWidth), 50); On 2015/10/26 at 18:20:50, pfeldman ...
5 years, 1 month ago (2015-10-26 18:30:49 UTC) #9
pfeldman
As per our offline discussion, lets use raf.
5 years, 1 month ago (2015-10-26 20:21:24 UTC) #10
samli
https://codereview.chromium.org/1417173002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html File third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html (right): https://codereview.chromium.org/1417173002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html#newcode332 third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html:332: testRunner.evaluateInWebInspector(2, "InspectorTest.didInvokePageFunctionPromise(" + callId + ", " + JSON.stringify(result) ...
5 years, 1 month ago (2015-10-26 21:30:23 UTC) #11
pfeldman
lgtm https://codereview.chromium.org/1417173002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html File third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html (right): https://codereview.chromium.org/1417173002/diff/40001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html#newcode332 third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html:332: testRunner.evaluateInWebInspector(2, "InspectorTest.didInvokePageFunctionPromise(" + callId + ", " + ...
5 years, 1 month ago (2015-10-26 21:35:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1417173002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1417173002/40001
5 years, 1 month ago (2015-10-27 00:47:41 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/21639)
5 years, 1 month ago (2015-10-27 00:57:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1417173002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1417173002/40001
5 years, 1 month ago (2015-10-27 01:33:45 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-10-27 02:44:16 UTC) #19
commit-bot: I haz the power
5 years, 1 month ago (2015-10-27 02:45:01 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/06fec0f5518c839857b295e0bf6e65de22e64500
Cr-Commit-Position: refs/heads/master@{#356219}

Powered by Google App Engine
This is Rietveld 408576698