|
ActionRunner API cleanup:
1) BeginInteraction+EndInteraction becomes
interaction = action_runner.BeginInteraction(...)
interaction.End()
2) Add action_runner.ExecuteJavaScript.
3) Replaced all existing use cases.
Other cleanups:
1) s/JavascriptAction/JavaScriptAction/
2) s/GetJavascriptMarker/GetJavaScriptMarker/
BUG= 361809
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275341
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+133 lines, -96 lines) |
Patch |
 |
M |
tools/perf/measurements/smoothness_controller.py
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/measurements/timeline_controller.py
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/calendar_forward_backward.py
|
View
|
|
1 chunk |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/gmail_compose_discard.py
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/image_decoding_measurement.py
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/key_silk_cases.py
|
View
|
1
|
5 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/polymer.py
|
View
|
|
2 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/top_10.py
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/top_25.py
|
View
|
|
1 chunk |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/perf/page_sets/webrtc_cases.py
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/actions/action_runner.py
|
View
|
1
|
3 chunks |
+68 lines, -19 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
View
|
1
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/actions/all_page_actions.py
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/actions/gesture_action.py
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/page/actions/javascript.py
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/web_perf/timeline_interaction_record.py
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/telemetry/telemetry/web_perf/timeline_interaction_record_unittest.py
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|