|
[Telemetry] Factor out common logic between inspector backend lists.
* Added base InspectorBackendList as a single point for updating contexts and
keeping track of various InspectorBackends.
* Tabs, Extensions and OOBE now either are InspectorBackendLists or have
InspectorBackendLists.
This fixes some extension unittests on CrOS.
BUG= 345875, 233001
NOTRY=True
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253128
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+233 lines, -255 lines) |
Patch |
 |
M |
tools/telemetry/telemetry/core/backends/browser_backend.py
|
View
|
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/chrome_browser_backend.py
|
View
|
|
6 chunks |
+13 lines, -16 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/cros_browser_backend.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry/telemetry/core/backends/chrome/extension_backend.py
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
D |
tools/telemetry/telemetry/core/backends/chrome/extension_dict_backend.py
|
View
|
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/inspector_backend.py
|
View
|
1
|
5 chunks |
+19 lines, -9 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry/telemetry/core/backends/chrome/inspector_backend_list.py
|
View
|
1
2
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/misc_web_contents_backend.py
|
View
|
|
1 chunk |
+17 lines, -34 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/chrome/tab_list_backend.py
|
View
|
|
3 chunks |
+26 lines, -89 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/backends/webdriver/webdriver_tab_list_backend.py
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/browser.py
|
View
|
|
2 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/extension_dict.py
|
View
|
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/extension_page.py
|
View
|
|
1 chunk |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/extension_unittest.py
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|