|
Make credential_path a page attribute instead of page_set attribute.
Rationale:
+ This makes _RunPage --> SharedPageState refactoring easier.
+ This enables combining pages from different page_sets.
This patch also modifies page_set_smoke_test.py to make sure that the change doesn't break existing page sets.
BUG= 418278
Committed: https://crrev.com/fe3d0e5a1a1f8b0ad6985ec5b3d2e4ef890993e6
Cr-Commit-Position: refs/heads/master@{#298796}
Total comments: 8
Total comments: 17
Total comments: 8
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+182 lines, -142 lines) |
Patch |
 |
M |
tools/perf/page_sets/calendar_forward_backward.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/gmail_alt_threadlist_conversation.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/gmail_alt_two_labels.py
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/gmail_compose_discard.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/gmail_expand_collapse_conversation.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/gmail_refresh.py
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/key_desktop_sites.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/key_mobile_sites.py
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/key_search_mobile.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/key_silk_cases.py
|
View
|
1
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/mobile_memory.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/plus_alt_posts_photos.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/simple_mobile_sites.py
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/top_10.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/top_10_mobile.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/top_25.py
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/top_desktop_sites_2012Q3.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/tough_compositor_cases.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/tough_energy_cases.py
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/tough_layer_cases.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/tough_layout_cases.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/tough_memory_multi_tab.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/tough_pinch_zoom_cases.py
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/tough_scheduling_cases.py
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/browser_credentials.py
|
View
|
|
2 chunks |
+7 lines, -19 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/core/util.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/__init__.py
|
View
|
1
2
3
4
5
|
4 chunks |
+30 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/page_runner.py
|
View
|
1
2
3
4
|
9 chunks |
+9 lines, -30 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/page_runner_unittest.py
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/page_set.py
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/unittest/page_set_smoke_test.py
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry/telemetry/util/classes.py
|
View
|
1
2
3
4
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/telemetry/telemetry/util/classes_unittest.py
|
View
|
1
2
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
Total messages: 23 (8 generated)
|