|
[Telemetry] Clean separation between tab (public API) and tab_backend (Chrome implementation). Flatten tab's public methods.
E.g. instead of tab.page.Navigate('url') it's now tab.Navigate('url'). This makes more sense for other browsers, who won't have the same domain divisions that Chrome DevTools does; and paves the way for future organization/separation between public API and backends.
BUG=None.
TEST=None.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177087
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+457 lines, -208 lines) |
Patch |
 |
M |
tools/telemetry/telemetry/browser_backend.py
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/inspector_console.py
|
View
|
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/inspector_console_unittest.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/inspector_page.py
|
View
|
1
2
|
4 chunks |
+8 lines, -67 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/inspector_page_unittest.py
|
View
|
1
2
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/inspector_runtime.py
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/inspector_timeline.py
|
View
|
1
|
4 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page_runner.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/tab.py
|
View
|
1
2
|
3 chunks |
+98 lines, -91 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry/telemetry/tab_backend.py
|
View
|
1
2
|
1 chunk |
+298 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/tab_test_case.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/tab_unittest.py
|
View
|
1
2
|
3 chunks |
+25 lines, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|