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

Issue 117283004: Telemetry: Add 'wait_after' parameter to gesture actions. (Closed)

Created:
7 years ago by Dominik Grewe
Modified:
6 years, 11 months ago
Reviewers:
nduca, Sami
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org
Visibility:
Public.

Description

Telemetry: Add 'wait_after' parameter to gesture actions. Gesture actions can kick off animations on some pages. We want to be able to measure the interval from the beginning of the gesture to the end of the animation (without gaps). The 'wait_after' parameter allows the user to specify a condition on which to wait after performing a gesture. The resulting active range of the page action covers both the gesture and the condition. BUG=323275 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243663

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add unit test. #

Total comments: 6

Patch Set 3 : Remove CreateTestPage; nits. #

Patch Set 4 : Remove "(c)" in copyright statement. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -2 lines) Patch
tools/telemetry/telemetry/core/timeline/bounds.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/page/actions/gesture_action.py View 3 chunks +16 lines, -1 line 0 comments Download
A tools/telemetry/telemetry/page/actions/gesture_action_unittest.py View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Dominik Grewe
PTAL, thanks!
7 years ago (2013-12-17 18:01:23 UTC) #1
Sami
lgtm. https://codereview.chromium.org/117283004/diff/1/tools/telemetry/telemetry/core/timeline/bounds.py File tools/telemetry/telemetry/core/timeline/bounds.py (right): https://codereview.chromium.org/117283004/diff/1/tools/telemetry/telemetry/core/timeline/bounds.py#newcode51 tools/telemetry/telemetry/core/timeline/bounds.py:51: if bounds.is_empty: whoops :)
7 years ago (2013-12-18 14:01:59 UTC) #2
nduca
lgtm
6 years, 11 months ago (2014-01-07 18:04:02 UTC) #3
Dominik Grewe
I've added a unit test. Sami, Nat, can one of you have a look before ...
6 years, 11 months ago (2014-01-08 10:40:11 UTC) #4
Sami
Thanks for the test! Few notes below. https://codereview.chromium.org/117283004/diff/30001/tools/telemetry/telemetry/page/actions/gesture_action_unittest.py File tools/telemetry/telemetry/page/actions/gesture_action_unittest.py (right): https://codereview.chromium.org/117283004/diff/30001/tools/telemetry/telemetry/page/actions/gesture_action_unittest.py#newcode1 tools/telemetry/telemetry/page/actions/gesture_action_unittest.py:1: # Copyright ...
6 years, 11 months ago (2014-01-08 11:11:14 UTC) #5
Dominik Grewe
Thanks Sami. Updated. https://codereview.chromium.org/117283004/diff/30001/tools/telemetry/telemetry/page/actions/gesture_action_unittest.py File tools/telemetry/telemetry/page/actions/gesture_action_unittest.py (right): https://codereview.chromium.org/117283004/diff/30001/tools/telemetry/telemetry/page/actions/gesture_action_unittest.py#newcode27 tools/telemetry/telemetry/page/actions/gesture_action_unittest.py:27: self._browser.SetHTTPServerDirectories(util.GetUnittestDataDir()) On 2014/01/08 11:11:14, Sami wrote: ...
6 years, 11 months ago (2014-01-08 11:45:16 UTC) #6
Sami
lgtm, thanks!
6 years, 11 months ago (2014-01-08 11:58:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominikg@chromium.org/117283004/120001
6 years, 11 months ago (2014-01-08 12:13:30 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=243290
6 years, 11 months ago (2014-01-08 16:19:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominikg@chromium.org/117283004/120001
6 years, 11 months ago (2014-01-08 16:24:22 UTC) #10
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 11 months ago (2014-01-08 21:10:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominikg@chromium.org/117283004/120001
6 years, 11 months ago (2014-01-08 21:58:08 UTC) #12
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 22:03:55 UTC) #13
Message was sent while issue was closed.
Change committed as 243663

Powered by Google App Engine
This is Rietveld 408576698