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

Issue 12294002: Revert 182991 (Closed)

Created:
7 years, 10 months ago by jochen (gone - plz use gerrit)
Modified:
7 years, 10 months ago
Reviewers:
dtu
CC:
chromium-reviews, chrome-speed-team+watch_google.com, Aaron Boodman, tfarina, chromium-apps-reviews_chromium.org, telemetry+watch_chromium.org
Visibility:
Public.

Description

Revert 182991 Breaks check_perm step on bots: /b/build/slave/Linux/build/src/tools/telemetry/telemetry/page/multi_page_benchmark_runner.py: Has executable bit but not shebang /b/build/slave/Linux/build/src/tools/telemetry/telemetry/page/record_wpr.py: Has executable bit but not shebang /b/build/slave/Linux/build/src/tools/telemetry/telemetry/test/gtest_testrunner.py: Has executable bit but not shebang svn:executable properties are painful to edit from a git checkout, so reverting > [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. > > Review URL: https://chromiumcodereview.appspot.com/12278015 TBR=dtu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183000

Patch Set 1 #

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

Messages

Total messages: 1 (0 generated)
jochen (gone - plz use gerrit)
7 years, 10 months ago (2013-02-16 19:52:03 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698