|
|
More polish in prep for CrOS support
- Fix scroll test on stable release
- TemporaryHTTPServer to host files for the browser
- Move -v options to browser_options from test runner
- Console.log tracing support
- Base class for tab tests (tab_test_case)
- Better logging in multi-page-benchmark
- Unit tests for multi_page_benchmark
- Unit test for non-benchmarkingMode scrolling test
BUG= 144483
TBR=dtu@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=155981
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+485 lines, -214 lines) |
Patch |
 |
M |
tools/chrome_remote_control/chrome_remote_control/adb_commands.py
|
View
|
|
3 chunks |
+56 lines, -7 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/android_browser_backend.py
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/android_browser_finder.py
|
View
|
|
6 chunks |
+20 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/android_browser_finder_unittest.py
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/browser.py
|
View
|
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/browser_backend.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/browser_options.py
|
View
|
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/browser_options_unittest.py
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/browser_unittest.py
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/desktop_browser_backend.py
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/inspector_backend.py
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/run_tests.py
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/tab.py
|
View
|
|
3 chunks |
+42 lines, -8 lines |
0 comments
|
Download
|
 |
A |
tools/chrome_remote_control/chrome_remote_control/tab_console.py
|
View
|
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/chrome_remote_control/chrome_remote_control/tab_console_unittest.py
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/tab_page_unittest.py
|
View
|
|
1 chunk |
+2 lines, -25 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/tab_runtime.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/tab_runtime_unittest.py
|
View
|
|
1 chunk |
+2 lines, -25 lines |
0 comments
|
Download
|
 |
A + |
tools/chrome_remote_control/chrome_remote_control/tab_test_case.py
|
View
|
1
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/tab_unittest.py
|
View
|
|
1 chunk |
+2 lines, -26 lines |
0 comments
|
Download
|
 |
A |
tools/chrome_remote_control/chrome_remote_control/temporary_http_server.py
|
View
|
1
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/chrome_remote_control/chrome_remote_control/temporary_http_server_unittest.py
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/chrome_remote_control/chrome_remote_control/websocket_unittest.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
tools/chrome_remote_control/unittest_data/blank.html
|
View
|
1
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
A |
tools/chrome_remote_control/unittest_data/page_that_logs_to_console.html
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
D |
tools/gpu/gpu_tools/file_server.py
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
M |
tools/gpu/gpu_tools/first_paint_time_benchmark.py
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/gpu/gpu_tools/first_paint_time_benchmark_unittest.py
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/gpu/gpu_tools/multi_page_benchmark.py
|
View
|
|
6 chunks |
+24 lines, -26 lines |
0 comments
|
Download
|
 |
A |
tools/gpu/gpu_tools/multi_page_benchmark_unittest.py
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/gpu/gpu_tools/scroll.js
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/gpu/gpu_tools/scrolling_benchmark.py
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/gpu/gpu_tools/scrolling_benchmark_unittest.py
|
View
|
|
2 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
 |
A + |
tools/gpu/unittest_data/non_scrollable_page.html
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/gpu/unittest_data/scrollable_page.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 1 (0 generated)
|