Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Issue 811703007: Create AndroidCommandLineBackend to handle setting up cmdline args (Closed)

Created:
5 years, 11 months ago by ariblue
Modified:
5 years, 11 months ago
Reviewers:
nednguyen, dtu, chrishenry
CC:
chromium-reviews, vsevik, yurys, paulirish+reviews_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org, pfeldman, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create AndroidCommandLineBackend to handle setting up cmdline args BUG=448204, 441959 Committed: https://crrev.com/057c7a7fff9cc00a6a70567512a336ff9f854944 Cr-Commit-Position: refs/heads/master@{#311564}

Patch Set 1 : #

Total comments: 10

Patch Set 2 : address comments #

Patch Set 3 : Rebase. #

Total comments: 4

Patch Set 4 : add context manager for command line backend #

Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -194 lines) Patch
M tools/telemetry/telemetry/core/backends/android_app_backend.py View 1 2 3 3 chunks +24 lines, -4 lines 0 comments Download
A tools/telemetry/telemetry/core/backends/android_browser_backend_settings.py View 1 1 chunk +137 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/backends/android_command_line_backend.py View 1 2 3 1 chunk +98 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/backends/android_command_line_backend_unittest.py View 1 1 chunk +31 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py View 1 2 3 5 chunks +27 lines, -180 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py View 1 chunk +11 lines, -10 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
ariblue
Just an FYI, with this patch (along with https://codereview.chromium.org/842303002/ and the self._tbm modifications to shared_app_state), ...
5 years, 11 months ago (2015-01-13 02:27:02 UTC) #4
nednguyen
Looks solid to me. https://codereview.chromium.org/811703007/diff/20002/tools/telemetry/telemetry/core/backends/android_app_backend.py File tools/telemetry/telemetry/core/backends/android_app_backend.py (right): https://codereview.chromium.org/811703007/diff/20002/tools/telemetry/telemetry/core/backends/android_app_backend.py#newcode29 tools/telemetry/telemetry/core/backends/android_app_backend.py:29: webview_startup_args = self.GetWebviewStartupArgs() Calling a ...
5 years, 11 months ago (2015-01-13 16:03:04 UTC) #5
ariblue
https://codereview.chromium.org/811703007/diff/20002/tools/telemetry/telemetry/core/backends/android_app_backend.py File tools/telemetry/telemetry/core/backends/android_app_backend.py (right): https://codereview.chromium.org/811703007/diff/20002/tools/telemetry/telemetry/core/backends/android_app_backend.py#newcode29 tools/telemetry/telemetry/core/backends/android_app_backend.py:29: webview_startup_args = self.GetWebviewStartupArgs() On 2015/01/13 16:03:04, nednguyen wrote: > ...
5 years, 11 months ago (2015-01-13 20:23:37 UTC) #6
nednguyen
https://codereview.chromium.org/811703007/diff/60001/tools/telemetry/telemetry/core/backends/android_app_backend.py File tools/telemetry/telemetry/core/backends/android_app_backend.py (right): https://codereview.chromium.org/811703007/diff/60001/tools/telemetry/telemetry/core/backends/android_app_backend.py#newcode45 tools/telemetry/telemetry/core/backends/android_app_backend.py:45: with android_command_line_backend.AndroidCommandLineBackend( This syntax is a little weird. Can ...
5 years, 11 months ago (2015-01-14 17:05:58 UTC) #8
ariblue
https://codereview.chromium.org/811703007/diff/60001/tools/telemetry/telemetry/core/backends/android_app_backend.py File tools/telemetry/telemetry/core/backends/android_app_backend.py (right): https://codereview.chromium.org/811703007/diff/60001/tools/telemetry/telemetry/core/backends/android_app_backend.py#newcode45 tools/telemetry/telemetry/core/backends/android_app_backend.py:45: with android_command_line_backend.AndroidCommandLineBackend( On 2015/01/14 17:05:58, nednguyen wrote: > This ...
5 years, 11 months ago (2015-01-14 21:19:26 UTC) #9
nednguyen
On 2015/01/14 21:19:26, ariblue wrote: > https://codereview.chromium.org/811703007/diff/60001/tools/telemetry/telemetry/core/backends/android_app_backend.py > File tools/telemetry/telemetry/core/backends/android_app_backend.py (right): > > https://codereview.chromium.org/811703007/diff/60001/tools/telemetry/telemetry/core/backends/android_app_backend.py#newcode45 > ...
5 years, 11 months ago (2015-01-14 21:20:58 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/811703007/100001
5 years, 11 months ago (2015-01-14 21:23:54 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:100001)
5 years, 11 months ago (2015-01-14 22:43:44 UTC) #13
commit-bot: I haz the power
5 years, 11 months ago (2015-01-14 22:44:50 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/057c7a7fff9cc00a6a70567512a336ff9f854944
Cr-Commit-Position: refs/heads/master@{#311564}

Powered by Google App Engine
This is Rietveld 408576698