|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+176 lines, -204 lines) |
Patch |
 |
M |
common/py_utils/py_utils/__init__.py
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/core/android_action_runner.py
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/core/util.py
|
View
|
1
2
3
|
2 chunks |
+7 lines, -43 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/core/util_unittest.py
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/actions/action_runner_unittest.py
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/actions/load_media_unittest.py
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/actions/loop_unittest.py
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/actions/media_action.py
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/actions/play_unittest.py
|
View
|
1
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/actions/repaint_continuously.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/actions/seek_unittest.py
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/android_app_backend.py
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome/chrome_browser_backend.py
|
View
|
1
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome/cros_browser_backend.py
|
View
|
1
|
7 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome/cros_test_case.py
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome/cros_unittest.py
|
View
|
|
7 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome/desktop_browser_backend.py
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome/ios_browser_backend.py
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome/oobe.py
|
View
|
|
4 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome/tab_list_backend.py
|
View
|
1
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome_inspector/inspector_backend.py
|
View
|
1
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome_inspector/inspector_console_unittest.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/chrome_inspector/inspector_runtime_unittest.py
|
View
|
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/backends/form_based_credentials_backend.py
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/browser/browser_unittest.py
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/browser/tab_unittest.py
|
View
|
1
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/browser/web_contents.py
|
View
|
1
|
10 chunks |
+14 lines, -13 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/forwarders/cros_forwarder.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/forwarders/do_nothing_forwarder.py
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/forwarders/do_nothing_forwarder_unittest.py
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/platform/android_device.py
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/platform/power_monitor/powermetrics_power_monitor.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/platform/profiler/android_traceview_profiler.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/platform/profiler/iprofiler_profiler.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/platform/profiler/java_heap_profiler.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/platform/profiler/sample_profiler.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/story_runner.py
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/util/ts_proxy_server.py
|
View
|
1
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/internal/util/wpr_server.py
|
View
|
1
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/page/cache_temperature.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
telemetry/telemetry/record_wpr.py
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|