|
[Telemetry] Move WPR life cycle from browser to platform
Superseded by: https://codereview.chromium.org/1671903002/
In particular:
- Replay options are set at the platform, not the browser level.
- Replay is started/stopped by the shared state.
- The shared state may re-start the replay server to read from a
different archive path.
BUG= 404771
Total comments: 11
Total comments: 10
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+442 lines, -499 lines) |
Patch |
 |
M |
tools/perf/profile_creators/profile_extender.py
|
View
|
1
2
3
4
|
6 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/network_controller.py
|
View
|
1
2
3
4
|
1 chunk |
+42 lines, -17 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/backends/browser_backend.py
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/backends/chrome/android_browser_backend.py
|
View
|
1
2
3
4
|
5 chunks |
+6 lines, -47 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/backends/chrome/chrome_browser_backend.py
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -16 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/backends/chrome/cros_browser_backend.py
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/backends/mandoline/android_mandoline_backend.py
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/backends/mandoline/mandoline_browser_backend.py
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -16 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/forwarders/__init__.py
|
View
|
1
2
3
4
|
1 chunk |
+21 lines, -1 line |
0 comments
|
Download
|
 |
A |
tools/telemetry/telemetry/internal/forwarders/forwarders_unittest.py
|
View
|
1
2
3
4
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/platform/android_platform_backend.py
|
View
|
1
2
3
4
|
2 chunks |
+42 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/platform/network_controller_backend.py
|
View
|
1
2
3
4
|
2 chunks |
+143 lines, -159 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/platform/network_controller_backend_unittest.py
|
View
|
|
7 chunks |
+73 lines, -126 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/platform/platform_backend.py
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -16 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/internal/util/webpagereplay.py
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/shared_page_state.py
|
View
|
1
2
3
4
|
6 chunks |
+21 lines, -33 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/shared_page_state_unittest.py
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -23 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/testing/fakes/__init__.py
|
View
|
1
2
3
4
|
2 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
Total messages: 17 (3 generated)
|