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

Issue 11316017: Refactoring scrolling_benchmark code into scrolling_interaction.py (Closed)

Created:
8 years, 1 month ago by hartmanng
Modified:
8 years, 1 month ago
Reviewers:
nduca, marja
CC:
chromium-reviews, pam+watch_chromium.org, marja
Visibility:
Public.

Description

Refactoring scrolling_benchmark code into scrolling_interaction.py This is the "separate patch: mentioned in http://codereview.chromium.org/11366197/ to move scrolling logic into scrolling_interaction.py. BUG=160149 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168610

Patch Set 1 #

Patch Set 2 : Trying out marja's suggestion #

Total comments: 8

Patch Set 3 : #

Patch Set 4 : Updating key_desktop_sites.json #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3027 lines, -1026 lines) Patch
M tools/perf/page_sets/key_desktop_sites.json View 1 2 3 1 chunk +2839 lines, -712 lines 0 comments Download
M tools/perf/page_sets/top_25.json View 1 3 chunks +100 lines, -25 lines 0 comments Download
D tools/perf/perf_tools/scroll.js View 1 2 3 4 1 chunk +0 lines, -243 lines 0 comments Download
M tools/perf/perf_tools/scrolling_benchmark.py View 1 2 3 chunks +10 lines, -45 lines 0 comments Download
M tools/telemetry/telemetry/page.py View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/scroll.js View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/telemetry/telemetry/scrolling_interaction.py View 1 2 3 4 1 chunk +43 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/scrolling_interaction_unittest.py View 1 2 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
hartmanng
Please take a look
8 years, 1 month ago (2012-11-15 16:37:53 UTC) #1
marja
Wouldn't it be nice if the json defined the scrolling actions for the pages for ...
8 years, 1 month ago (2012-11-15 17:24:55 UTC) #2
hartmanng
On 2012/11/15 17:24:55, marja wrote: > Wouldn't it be nice if the json defined the ...
8 years, 1 month ago (2012-11-15 22:09:30 UTC) #3
marja
the generic structure lg, i'll have a closer look tomorrow. https://codereview.chromium.org/11316017/diff/2002/tools/telemetry/telemetry/scrolling_interaction.py File tools/telemetry/telemetry/scrolling_interaction.py (right): https://codereview.chromium.org/11316017/diff/2002/tools/telemetry/telemetry/scrolling_interaction.py#newcode10 ...
8 years, 1 month ago (2012-11-15 22:16:03 UTC) #4
marja
LGTM modulo the comment from my previous message (exception base class), and this minor design ...
8 years, 1 month ago (2012-11-16 12:40:33 UTC) #5
marja
One more comment: https://codereview.chromium.org/11316017/diff/2002/tools/telemetry/telemetry/page.py File tools/telemetry/telemetry/page.py (right): https://codereview.chromium.org/11316017/diff/2002/tools/telemetry/telemetry/page.py#newcode17 tools/telemetry/telemetry/page.py:17: self.interactions = 'scroll' Can this be ...
8 years, 1 month ago (2012-11-16 13:28:34 UTC) #6
hartmanng
https://codereview.chromium.org/11316017/diff/2002/tools/telemetry/telemetry/page.py File tools/telemetry/telemetry/page.py (right): https://codereview.chromium.org/11316017/diff/2002/tools/telemetry/telemetry/page.py#newcode17 tools/telemetry/telemetry/page.py:17: self.interactions = 'scroll' On 2012/11/16 13:28:34, marja wrote: > ...
8 years, 1 month ago (2012-11-16 16:19:23 UTC) #7
marja
https://codereview.chromium.org/11316017/diff/2002/tools/telemetry/telemetry/scrolling_interaction.py File tools/telemetry/telemetry/scrolling_interaction.py (right): https://codereview.chromium.org/11316017/diff/2002/tools/telemetry/telemetry/scrolling_interaction.py#newcode10 tools/telemetry/telemetry/scrolling_interaction.py:10: class DidNotScrollException(multi_page_benchmark.MeasurementFailure): On 2012/11/16 16:19:24, hartmanng wrote: > On ...
8 years, 1 month ago (2012-11-19 09:47:09 UTC) #8
nduca
http://codereview.chromium.org/11316017/diff/12007/tools/telemetry/telemetry/scrolling_interaction.py File tools/telemetry/telemetry/scrolling_interaction.py (right): http://codereview.chromium.org/11316017/diff/12007/tools/telemetry/telemetry/scrolling_interaction.py#newcode12 tools/telemetry/telemetry/scrolling_interaction.py:12: why'd you not move scroll.js?
8 years, 1 month ago (2012-11-19 18:08:03 UTC) #9
hartmanng
https://codereview.chromium.org/11316017/diff/12007/tools/telemetry/telemetry/scrolling_interaction.py File tools/telemetry/telemetry/scrolling_interaction.py (right): https://codereview.chromium.org/11316017/diff/12007/tools/telemetry/telemetry/scrolling_interaction.py#newcode12 tools/telemetry/telemetry/scrolling_interaction.py:12: On 2012/11/19 18:08:03, nduca wrote: > why'd you not ...
8 years, 1 month ago (2012-11-19 18:16:25 UTC) #10
nduca
lgtm
8 years, 1 month ago (2012-11-19 19:48:54 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hartmanng@chromium.org/11316017/14001
8 years, 1 month ago (2012-11-19 19:50:41 UTC) #12
commit-bot: I haz the power
8 years, 1 month ago (2012-11-19 21:37:04 UTC) #13
Change committed as 168610

Powered by Google App Engine
This is Rietveld 408576698