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

Issue 12278015: [Telemetry] Reorganize everything. (Closed)

Created:
7 years, 10 months ago by dtu
Modified:
7 years, 10 months ago
Reviewers:
nduca, marja
CC:
chromium-reviews, chrome-speed-team+watch_google.com, Aaron Boodman, tfarina, chromium-apps-reviews_chromium.org, telemetry+watch_chromium.org, hartmanng, bajones, dennis_jeffrey, achuithb, sbasi, Danh Nguyen, bulach
Visibility:
Public.

Description

[Telemetry] Reorganize everything. Split telemetry into 4 main directories: telemetry/core - stuff for dealing with options, browsers, tabs, extensions, credentials. should never reference anything in page. telemetry/core/chrome - chrome's implementation of core. should never be referenced outside of core. telemetry/page - actions, and basically everything with the word page in its name. telemetry/test - stuff related to testing, unit testing, discovery. TBR=nduca@chromium.org BUG=168429 TEST=./run_tests in telemetry and perf. There are preexisting failures in telemetry. Also ./run_multipage_benchmarks. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182991 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183009

Patch Set 1 #

Patch Set 2 : Move util to core. Move some exceptions from core.chrome to core. #

Patch Set 3 : "Fix" testGotTrace. #

Patch Set 4 : Re-add shebangs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+389 lines, -9823 lines) Patch
M tools/perf/page_sets/page_sets_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/perf_tools/dromaeo.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/perf/perf_tools/image_decoding_benchmark.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/perf_tools/image_decoding_benchmark_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/perf_tools/jsgamebench.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/perf/perf_tools/kraken.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/perf/perf_tools/loading_benchmark.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/perf/perf_tools/loading_benchmark_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/perf_tools/memory_benchmark.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/perf_tools/memory_benchmark_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/perf_tools/octane.py View 1 1 chunk +2 lines, -3 lines 0 comments Download
M tools/perf/perf_tools/page_cycler.py View 1 1 chunk +2 lines, -3 lines 0 comments Download
M tools/perf/perf_tools/robohornetpro.py View 1 1 chunk +2 lines, -3 lines 0 comments Download
M tools/perf/perf_tools/skpicture_printer.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/perf_tools/skpicture_printer_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/perf/perf_tools/smoothness_benchmark.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/perf/perf_tools/smoothness_benchmark_unittest.py View 1 chunk +3 lines, -4 lines 0 comments Download
M tools/perf/perf_tools/spaceport.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/perf/perf_tools/sunspider.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/perf/record_wpr View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/run_multipage_benchmarks View 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/run_tests View 1 chunk +6 lines, -10 lines 0 comments Download
M tools/telemetry/examples/list_available_browsers View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/examples/rendering_microbenchmark_test.py View 2 chunks +5 lines, -4 lines 0 comments Download
M tools/telemetry/examples/telemetry_perf_test.py View 1 chunk +4 lines, -3 lines 0 comments Download
M tools/telemetry/run_tests View 1 chunk +5 lines, -8 lines 0 comments Download
M tools/telemetry/telemetry/__init__.py View 1 chunk +1 line, -27 lines 0 comments Download
D tools/telemetry/telemetry/adb_commands.py View 1 chunk +0 lines, -180 lines 0 comments Download
D tools/telemetry/telemetry/all_page_actions.py View 1 chunk +0 lines, -21 lines 0 comments Download
D tools/telemetry/telemetry/android_browser_backend.py View 1 chunk +0 lines, -190 lines 0 comments Download
D tools/telemetry/telemetry/android_browser_finder.py View 1 chunk +0 lines, -150 lines 0 comments Download
D tools/telemetry/telemetry/android_browser_finder_unittest.py View 1 chunk +0 lines, -88 lines 0 comments Download
D tools/telemetry/telemetry/android_platform.py View 1 chunk +0 lines, -28 lines 0 comments Download
D tools/telemetry/telemetry/block_page_benchmark_results.py View 1 chunk +0 lines, -32 lines 0 comments Download
D tools/telemetry/telemetry/block_page_benchmark_results_unittest.py View 1 chunk +0 lines, -63 lines 0 comments Download
D tools/telemetry/telemetry/browser.py View 1 chunk +0 lines, -151 lines 0 comments Download
D tools/telemetry/telemetry/browser_backend.py View 1 chunk +0 lines, -207 lines 0 comments Download
D tools/telemetry/telemetry/browser_credentials.py View 1 chunk +0 lines, -145 lines 0 comments Download
D tools/telemetry/telemetry/browser_credentials_unittest.py View 1 chunk +0 lines, -68 lines 0 comments Download
D tools/telemetry/telemetry/browser_finder.py View 1 chunk +0 lines, -77 lines 0 comments Download
D tools/telemetry/telemetry/browser_gone_exception.py View 1 chunk +0 lines, -11 lines 0 comments Download
D tools/telemetry/telemetry/browser_options.py View 1 chunk +0 lines, -171 lines 0 comments Download
D tools/telemetry/telemetry/browser_options_unittest.py View 1 chunk +0 lines, -60 lines 0 comments Download
D tools/telemetry/telemetry/browser_unittest.py View 1 chunk +0 lines, -87 lines 0 comments Download
D tools/telemetry/telemetry/chromeos_login_ext/main.html View 1 chunk +0 lines, -9 lines 0 comments Download
D tools/telemetry/telemetry/chromeos_login_ext/main.js View 1 chunk +0 lines, -17 lines 0 comments Download
D tools/telemetry/telemetry/chromeos_login_ext/manifest.json View 1 chunk +0 lines, -16 lines 0 comments Download
D tools/telemetry/telemetry/click_element_action.py View 1 chunk +0 lines, -42 lines 0 comments Download
D tools/telemetry/telemetry/click_element_action_unittest.py View 1 chunk +0 lines, -46 lines 0 comments Download
D tools/telemetry/telemetry/compound_action.py View 1 chunk +0 lines, -35 lines 0 comments Download
D tools/telemetry/telemetry/compound_action_unittest.py View 1 chunk +0 lines, -79 lines 0 comments Download
A + tools/telemetry/telemetry/core/__init__.py View 1 chunk +0 lines, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/browser.py View 1 chunk +7 lines, -7 lines 0 comments Download
A + tools/telemetry/telemetry/core/browser_credentials.py View 1 chunk +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/core/browser_credentials_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/browser_finder.py View 1 chunk +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/core/browser_options.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/core/browser_options_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/browser_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/__init__.py View 1 chunk +0 lines, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/adb_commands.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/android_browser_backend.py View 1 4 chunks +5 lines, -7 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/android_browser_finder.py View 2 chunks +6 lines, -6 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/android_browser_finder_unittest.py View 1 chunk +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/android_platform.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/browser_backend.py View 1 2 chunks +10 lines, -10 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/chromeos_login_ext/main.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/chromeos_login_ext/main.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/chromeos_login_ext/manifest.json View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/cros_browser_backend.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/cros_browser_finder.py View 1 chunk +5 lines, -5 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/cros_browser_finder_unittest.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/cros_interface.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/crx_id.py View 1 chunk +2 lines, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/desktop_browser_backend.py View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/desktop_browser_finder.py View 2 chunks +6 lines, -5 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/desktop_browser_finder_unittest.py View 1 chunk +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/extension_dict_backend.py View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/facebook_credentials_backend.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/facebook_credentials_backend_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/form_based_credentials_backend.py View 1 2 chunks +2 lines, -4 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/form_based_credentials_backend_unittest_base.py View 1 chunk +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/google_credentials_backend.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/google_credentials_backend_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/inspector_backend.py View 1 3 chunks +10 lines, -10 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/inspector_console.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/inspector_console_unittest.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/inspector_page.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/inspector_page_unittest.py View 3 chunks +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/inspector_runtime.py View 1 2 chunks +3 lines, -4 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/inspector_runtime_unittest.py View 1 3 chunks +4 lines, -4 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/inspector_timeline.py View 3 chunks +4 lines, -4 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/inspector_timeline_unittest.py View 1 6 chunks +15 lines, -10 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/platform.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/png_bitmap.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/png_bitmap_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/tab_list_backend.py View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/timeline_event.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/timeline_event_unittest.py View 1 chunk +5 lines, -5 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/timeline_model.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/timeline_model_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/trace_event_importer.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/trace_result.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/tracing_backend.py View 1 1 chunk +4 lines, -4 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/tracing_backend_unittest.py View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
A + tools/telemetry/telemetry/core/chrome/websocket.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/chrome/websocket_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/exceptions.py View 1 2 chunks +10 lines, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/extension_dict.py View 1 chunk +1 line, -2 lines 0 comments Download
A + tools/telemetry/telemetry/core/extension_page.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/extension_to_load.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/extension_unittest.py View 3 chunks +8 lines, -8 lines 0 comments Download
A + tools/telemetry/telemetry/core/possible_browser.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/tab.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/tab_list.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/tab_unittest.py View 1 3 chunks +6 lines, -6 lines 0 comments Download
A + tools/telemetry/telemetry/core/temporary_http_server.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/temporary_http_server_unittest.py View 1 chunk +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/core/user_agent.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/user_agent_unittest.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/core/util.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/util_unittest.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/web_contents.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/wpr_modes.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/core/wpr_server.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
D tools/telemetry/telemetry/cros_browser_backend.py View 1 chunk +0 lines, -224 lines 0 comments Download
D tools/telemetry/telemetry/cros_browser_finder.py View 1 chunk +0 lines, -80 lines 0 comments Download
D tools/telemetry/telemetry/cros_browser_finder_unittest.py View 1 chunk +0 lines, -11 lines 0 comments Download
D tools/telemetry/telemetry/cros_interface.py View 1 chunk +0 lines, -410 lines 0 comments Download
D tools/telemetry/telemetry/cros_interface_unittest.py View 1 chunk +0 lines, -163 lines 0 comments Download
D tools/telemetry/telemetry/crx_id.py View 1 chunk +0 lines, -16 lines 0 comments Download
D tools/telemetry/telemetry/csv_page_benchmark_results.py View 1 chunk +0 lines, -81 lines 0 comments Download
D tools/telemetry/telemetry/csv_page_benchmark_results_unittest.py View 1 chunk +0 lines, -128 lines 0 comments Download
D tools/telemetry/telemetry/desktop_browser_backend.py View 1 2 3 1 chunk +0 lines, -126 lines 0 comments Download
D tools/telemetry/telemetry/desktop_browser_finder.py View 1 chunk +0 lines, -161 lines 0 comments Download
D tools/telemetry/telemetry/desktop_browser_finder_unittest.py View 1 chunk +0 lines, -188 lines 0 comments Download
D tools/telemetry/telemetry/discover.py View 1 chunk +0 lines, -44 lines 0 comments Download
D tools/telemetry/telemetry/extension_dict.py View 1 chunk +0 lines, -26 lines 0 comments Download
D tools/telemetry/telemetry/extension_dict_backend.py View 1 chunk +0 lines, -80 lines 0 comments Download
D tools/telemetry/telemetry/extension_page.py View 1 chunk +0 lines, -12 lines 0 comments Download
D tools/telemetry/telemetry/extension_to_load.py View 1 chunk +0 lines, -19 lines 0 comments Download
D tools/telemetry/telemetry/extension_unittest.py View 1 chunk +0 lines, -115 lines 0 comments Download
D tools/telemetry/telemetry/facebook_credentials_backend.py View 1 chunk +0 lines, -32 lines 0 comments Download
D tools/telemetry/telemetry/facebook_credentials_backend_unittest.py View 1 chunk +0 lines, -16 lines 0 comments Download
D tools/telemetry/telemetry/form_based_credentials_backend.py View 1 chunk +0 lines, -112 lines 0 comments Download
D tools/telemetry/telemetry/form_based_credentials_backend_unittest_base.py View 1 chunk +0 lines, -113 lines 0 comments Download
D tools/telemetry/telemetry/google_credentials_backend.py View 1 chunk +0 lines, -31 lines 0 comments Download
D tools/telemetry/telemetry/google_credentials_backend_unittest.py View 1 chunk +0 lines, -16 lines 0 comments Download
D tools/telemetry/telemetry/gtest_testrunner.py View 1 chunk +0 lines, -108 lines 0 comments Download
D tools/telemetry/telemetry/inspector_backend.py View 1 chunk +0 lines, -298 lines 0 comments Download
D tools/telemetry/telemetry/inspector_console.py View 1 chunk +0 lines, -59 lines 0 comments Download
D tools/telemetry/telemetry/inspector_console_unittest.py View 1 chunk +0 lines, -36 lines 0 comments Download
D tools/telemetry/telemetry/inspector_page.py View 1 chunk +0 lines, -95 lines 0 comments Download
D tools/telemetry/telemetry/inspector_page_unittest.py View 1 chunk +0 lines, -57 lines 0 comments Download
D tools/telemetry/telemetry/inspector_runtime.py View 1 chunk +0 lines, -57 lines 0 comments Download
D tools/telemetry/telemetry/inspector_runtime_unittest.py View 1 chunk +0 lines, -31 lines 0 comments Download
D tools/telemetry/telemetry/inspector_timeline.py View 1 chunk +0 lines, -121 lines 0 comments Download
D tools/telemetry/telemetry/inspector_timeline_unittest.py View 1 chunk +0 lines, -125 lines 0 comments Download
D tools/telemetry/telemetry/multi_page_benchmark.py View 1 chunk +0 lines, -86 lines 0 comments Download
D tools/telemetry/telemetry/multi_page_benchmark_runner.py View 1 chunk +0 lines, -107 lines 0 comments Download
D tools/telemetry/telemetry/multi_page_benchmark_unittest.py View 1 chunk +0 lines, -145 lines 0 comments Download
D tools/telemetry/telemetry/multi_page_benchmark_unittest_base.py View 1 chunk +0 lines, -49 lines 0 comments Download
D tools/telemetry/telemetry/options_for_unittests.py View 1 chunk +0 lines, -33 lines 0 comments Download
D tools/telemetry/telemetry/page.py View 1 chunk +0 lines, -96 lines 0 comments Download
A + tools/telemetry/telemetry/page/__init__.py View 1 chunk +0 lines, -1 line 0 comments Download
A + tools/telemetry/telemetry/page/all_page_actions.py View 1 chunk +8 lines, -6 lines 0 comments Download
A + tools/telemetry/telemetry/page/block_page_benchmark_results.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/page/block_page_benchmark_results_unittest.py View 1 chunk +3 lines, -3 lines 0 comments Download
A + tools/telemetry/telemetry/page/click_element_action.py View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + tools/telemetry/telemetry/page/click_element_action_unittest.py View 2 chunks +4 lines, -4 lines 0 comments Download
A + tools/telemetry/telemetry/page/compound_action.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/page/compound_action_unittest.py View 1 chunk +4 lines, -5 lines 0 comments Download
A + tools/telemetry/telemetry/page/csv_page_benchmark_results.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/page/csv_page_benchmark_results_unittest.py View 2 chunks +5 lines, -4 lines 0 comments Download
A + tools/telemetry/telemetry/page/multi_page_benchmark.py View 2 chunks +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/page/multi_page_benchmark_runner.py View 1 2 3 2 chunks +12 lines, -10 lines 0 comments Download
A + tools/telemetry/telemetry/page/multi_page_benchmark_unittest.py View 3 chunks +10 lines, -10 lines 0 comments Download
A + tools/telemetry/telemetry/page/multi_page_benchmark_unittest_base.py View 1 chunk +8 lines, -8 lines 0 comments Download
A + tools/telemetry/telemetry/page/page.py View 1 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/page/page_action.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/page/page_benchmark_results.py View 4 chunks +9 lines, -6 lines 0 comments Download
A + tools/telemetry/telemetry/page/page_benchmark_results_unittest.py View 3 chunks +26 lines, -25 lines 0 comments Download
A + tools/telemetry/telemetry/page/page_benchmark_value.py View 2 chunks +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/page/page_filter.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/page/page_runner.py View 1 5 chunks +11 lines, -12 lines 0 comments Download
A + tools/telemetry/telemetry/page/page_runner_unittest.py View 2 chunks +8 lines, -8 lines 0 comments Download
A + tools/telemetry/telemetry/page/page_set.py View 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/page/page_set_archive_info.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/page/page_set_archive_info_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/page/page_set_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/page/page_test.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/page/page_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/page/perf_tests_helper.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/page/record_wpr.py View 1 2 3 2 chunks +12 lines, -10 lines 0 comments Download
A + tools/telemetry/telemetry/page/scrolling_action.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/page/scrolling_action.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/page/scrolling_action_unittest.py View 1 chunk +5 lines, -5 lines 0 comments Download
A + tools/telemetry/telemetry/page/wait_action.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/page/wait_action_unittest.py View 1 chunk +3 lines, -3 lines 0 comments Download
D tools/telemetry/telemetry/page_action.py View 1 chunk +0 lines, -61 lines 0 comments Download
D tools/telemetry/telemetry/page_benchmark_results.py View 1 chunk +0 lines, -151 lines 0 comments Download
D tools/telemetry/telemetry/page_benchmark_results_unittest.py View 1 chunk +0 lines, -136 lines 0 comments Download
D tools/telemetry/telemetry/page_benchmark_value.py View 1 chunk +0 lines, -32 lines 0 comments Download
D tools/telemetry/telemetry/page_filter.py View 1 chunk +0 lines, -41 lines 0 comments Download
D tools/telemetry/telemetry/page_runner.py View 1 chunk +0 lines, -320 lines 0 comments Download
D tools/telemetry/telemetry/page_runner_unittest.py View 1 chunk +0 lines, -141 lines 0 comments Download
D tools/telemetry/telemetry/page_set.py View 1 chunk +0 lines, -96 lines 0 comments Download
D tools/telemetry/telemetry/page_set_archive_info.py View 1 chunk +0 lines, -129 lines 0 comments Download
D tools/telemetry/telemetry/page_set_archive_info_unittest.py View 1 chunk +0 lines, -146 lines 0 comments Download
D tools/telemetry/telemetry/page_set_unittest.py View 1 chunk +0 lines, -47 lines 0 comments Download
D tools/telemetry/telemetry/page_test.py View 1 chunk +0 lines, -126 lines 0 comments Download
D tools/telemetry/telemetry/page_unittest.py View 1 chunk +0 lines, -41 lines 0 comments Download
D tools/telemetry/telemetry/perf_tests_helper.py View 1 chunk +0 lines, -25 lines 0 comments Download
D tools/telemetry/telemetry/platform.py View 1 chunk +0 lines, -22 lines 0 comments Download
D tools/telemetry/telemetry/png_bitmap.py View 1 chunk +0 lines, -69 lines 0 comments Download
D tools/telemetry/telemetry/png_bitmap_unittest.py View 1 chunk +0 lines, -27 lines 0 comments Download
D tools/telemetry/telemetry/possible_browser.py View 1 chunk +0 lines, -26 lines 0 comments Download
D tools/telemetry/telemetry/record_wpr.py View 1 chunk +0 lines, -117 lines 0 comments Download
D tools/telemetry/telemetry/run_tests.py View 1 chunk +0 lines, -149 lines 0 comments Download
D tools/telemetry/telemetry/scrolling_action.js View 1 chunk +0 lines, -161 lines 0 comments Download
D tools/telemetry/telemetry/scrolling_action.py View 1 chunk +0 lines, -55 lines 0 comments Download
D tools/telemetry/telemetry/scrolling_action_unittest.py View 1 chunk +0 lines, -91 lines 0 comments Download
D tools/telemetry/telemetry/simple_mock.py View 1 chunk +0 lines, -98 lines 0 comments Download
D tools/telemetry/telemetry/simple_mock_unittest.py View 1 chunk +0 lines, -84 lines 0 comments Download
D tools/telemetry/telemetry/system_stub.py View 1 chunk +0 lines, -157 lines 0 comments Download
D tools/telemetry/telemetry/tab.py View 1 chunk +0 lines, -79 lines 0 comments Download
D tools/telemetry/telemetry/tab_crash_exception.py View 1 chunk +0 lines, -9 lines 0 comments Download
D tools/telemetry/telemetry/tab_list.py View 1 chunk +0 lines, -18 lines 0 comments Download
D tools/telemetry/telemetry/tab_list_backend.py View 1 chunk +0 lines, -145 lines 0 comments Download
D tools/telemetry/telemetry/tab_test_case.py View 1 chunk +0 lines, -43 lines 0 comments Download
D tools/telemetry/telemetry/tab_unittest.py View 1 chunk +0 lines, -66 lines 0 comments Download
D tools/telemetry/telemetry/temporary_http_server.py View 1 chunk +0 lines, -67 lines 0 comments Download
D tools/telemetry/telemetry/temporary_http_server_unittest.py View 1 chunk +0 lines, -24 lines 0 comments Download
A + tools/telemetry/telemetry/test/__init__.py View 1 chunk +0 lines, -1 line 0 comments Download
A + tools/telemetry/telemetry/test/discover.py View 2 chunks +2 lines, -2 lines 0 comments Download
A + tools/telemetry/telemetry/test/gtest_testrunner.py View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/test/options_for_unittests.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/test/run_tests.py View 2 chunks +4 lines, -4 lines 0 comments Download
A + tools/telemetry/telemetry/test/simple_mock.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/test/simple_mock_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/test/system_stub.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/telemetry/telemetry/test/tab_test_case.py View 1 chunk +2 lines, -2 lines 0 comments Download
D tools/telemetry/telemetry/timeline_event.py View 1 chunk +0 lines, -48 lines 0 comments Download
D tools/telemetry/telemetry/timeline_event_unittest.py View 1 chunk +0 lines, -27 lines 0 comments Download
D tools/telemetry/telemetry/timeline_model.py View 1 chunk +0 lines, -23 lines 0 comments Download
D tools/telemetry/telemetry/timeline_model_unittest.py View 1 chunk +0 lines, -18 lines 0 comments Download
D tools/telemetry/telemetry/trace_event_importer.py View 1 chunk +0 lines, -15 lines 0 comments Download
D tools/telemetry/telemetry/trace_result.py View 1 chunk +0 lines, -16 lines 0 comments Download
D tools/telemetry/telemetry/tracing_backend.py View 1 chunk +0 lines, -133 lines 0 comments Download
D tools/telemetry/telemetry/tracing_backend_unittest.py View 1 chunk +0 lines, -74 lines 0 comments Download
D tools/telemetry/telemetry/user_agent.py View 1 chunk +0 lines, -28 lines 0 comments Download
D tools/telemetry/telemetry/user_agent_unittest.py View 1 chunk +0 lines, -15 lines 0 comments Download
D tools/telemetry/telemetry/util.py View 1 1 chunk +0 lines, -68 lines 0 comments Download
D tools/telemetry/telemetry/util_unittest.py View 1 1 chunk +0 lines, -18 lines 0 comments Download
D tools/telemetry/telemetry/wait_action.py View 1 chunk +0 lines, -59 lines 0 comments Download
D tools/telemetry/telemetry/wait_action_unittest.py View 1 chunk +0 lines, -26 lines 0 comments Download
D tools/telemetry/telemetry/web_contents.py View 1 chunk +0 lines, -66 lines 0 comments Download
D tools/telemetry/telemetry/websocket.py View 1 chunk +0 lines, -19 lines 0 comments Download
D tools/telemetry/telemetry/websocket_unittest.py View 1 chunk +0 lines, -10 lines 0 comments Download
D tools/telemetry/telemetry/wpr_modes.py View 1 chunk +0 lines, -7 lines 0 comments Download
D tools/telemetry/telemetry/wpr_server.py View 1 chunk +0 lines, -65 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nduca
lgtm but sync with enne, they may be reverting something
7 years, 10 months ago (2013-02-15 21:24:16 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtu@chromium.org/12278015/6001
7 years, 10 months ago (2013-02-16 03:53:22 UTC) #2
commit-bot: I haz the power
Change committed as 182991
7 years, 10 months ago (2013-02-16 18:27:23 UTC) #3
marja
All telemetry benchmarks are broken, probably because of this CL. I'll probably revert this, lemme ...
7 years, 10 months ago (2013-02-18 09:33:14 UTC) #4
dtu
On 2013/02/18 09:33:14, marja wrote: > All telemetry benchmarks are broken, probably because of this ...
7 years, 10 months ago (2013-02-18 09:34:37 UTC) #5
marja
7 years, 10 months ago (2013-02-18 09:41:51 UTC) #6
Message was sent while issue was closed.
Ah, cool, thanks :) So the next run or so should be green...

Powered by Google App Engine
This is Rietveld 408576698