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

Issue 23619077: Introduce CrosBrowserWithOOBE, which exposes an oobe property. (Closed)

Created:
7 years, 3 months ago by achuithb
Modified:
7 years, 2 months ago
Reviewers:
tonyg, dtu, kamrik, nduca, Tim Song
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org
Visibility:
Public.

Description

Introduce CrosBrowserWithOOBE, which exposes an oobe property. This is only visible when the create_browser_with_oobe browser option is specified. BUG=294183 TEST=manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226476 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=227008

Patch Set 1 #

Patch Set 2 : minor #

Total comments: 4

Patch Set 3 : add option enable_oobe_property #

Total comments: 6

Patch Set 4 : nduca comments #

Patch Set 5 : minor comment #

Patch Set 6 : create_browser_with_oobe #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -5 lines) Patch
M tools/telemetry/telemetry/core/backends/chrome/chrome_browser_options.py View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py View 1 2 3 2 chunks +8 lines, -5 lines 0 comments Download
A tools/telemetry/telemetry/core/backends/chrome/cros_browser_with_oobe.py View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
achuithb
Please take a look, Tim.
7 years, 3 months ago (2013-09-20 08:51:33 UTC) #1
achuithb
Also Tony.
7 years, 3 months ago (2013-09-20 08:51:54 UTC) #2
Tim Song
This class does make sense as the oobe is a feature that is only available ...
7 years, 3 months ago (2013-09-20 19:34:42 UTC) #3
achuithb
On 2013/09/20 19:34:42, Tim Song wrote: > This class does make sense as the oobe ...
7 years, 3 months ago (2013-09-20 22:26:38 UTC) #4
achuithb
Tony, can you take a look? What do you think of this?
7 years, 3 months ago (2013-09-24 09:22:01 UTC) #5
achuithb
Dave, could you please take a look?
7 years, 2 months ago (2013-09-27 05:29:15 UTC) #6
nduca
This stinks but we need to do this. However, I see an edit that makes ...
7 years, 2 months ago (2013-09-27 16:23:43 UTC) #7
nduca
https://codereview.chromium.org/23619077/diff/2001/tools/telemetry/telemetry/core/backends/chrome/cros_browser.py File tools/telemetry/telemetry/core/backends/chrome/cros_browser.py (right): https://codereview.chromium.org/23619077/diff/2001/tools/telemetry/telemetry/core/backends/chrome/cros_browser.py#newcode16 tools/telemetry/telemetry/core/backends/chrome/cros_browser.py:16: return self._browser_backend.oobe i'm a bit puzzled, did this get ...
7 years, 2 months ago (2013-09-27 16:23:49 UTC) #8
achuithb
PTAL, Nat https://codereview.chromium.org/23619077/diff/2001/tools/telemetry/telemetry/core/backends/chrome/cros_browser.py File tools/telemetry/telemetry/core/backends/chrome/cros_browser.py (right): https://codereview.chromium.org/23619077/diff/2001/tools/telemetry/telemetry/core/backends/chrome/cros_browser.py#newcode16 tools/telemetry/telemetry/core/backends/chrome/cros_browser.py:16: return self._browser_backend.oobe On 2013/09/27 16:23:49, nduca wrote: ...
7 years, 2 months ago (2013-09-27 17:54:12 UTC) #9
achuithb
On 2013/09/27 16:23:43, nduca wrote: > This stinks but we need to do this. However, ...
7 years, 2 months ago (2013-09-27 17:55:50 UTC) #10
nduca
lgtm
7 years, 2 months ago (2013-10-01 00:19:43 UTC) #11
nduca
https://codereview.chromium.org/23619077/diff/2001/tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py File tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py (right): https://codereview.chromium.org/23619077/diff/2001/tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py#newcode39 tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py:39: b = cros_browser.CrOSBrowser(backend, actually not lgtm, i think. you're ...
7 years, 2 months ago (2013-10-01 00:21:01 UTC) #12
achuithb
Nat, I've added a cros-specific browser option enable_oobe_property for this. Let me know what you ...
7 years, 2 months ago (2013-10-01 11:23:15 UTC) #13
nduca
https://codereview.chromium.org/23619077/diff/19001/tools/telemetry/telemetry/core/backends/chrome/cros_browser.py File tools/telemetry/telemetry/core/backends/chrome/cros_browser.py (right): https://codereview.chromium.org/23619077/diff/19001/tools/telemetry/telemetry/core/backends/chrome/cros_browser.py#newcode15 tools/telemetry/telemetry/core/backends/chrome/cros_browser.py:15: def oobe(self): docstringplease at the chrometobefest go ask 10 ...
7 years, 2 months ago (2013-10-02 06:53:50 UTC) #14
nduca
lgtm with these changes. please be cautious as tests come online using this surface area ...
7 years, 2 months ago (2013-10-02 06:54:48 UTC) #15
achuithb
Thanks for the review! https://codereview.chromium.org/23619077/diff/19001/tools/telemetry/telemetry/core/backends/chrome/cros_browser.py File tools/telemetry/telemetry/core/backends/chrome/cros_browser.py (right): https://codereview.chromium.org/23619077/diff/19001/tools/telemetry/telemetry/core/backends/chrome/cros_browser.py#newcode15 tools/telemetry/telemetry/core/backends/chrome/cros_browser.py:15: def oobe(self): On 2013/10/02 06:53:50, ...
7 years, 2 months ago (2013-10-02 11:09:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/23619077/34001
7 years, 2 months ago (2013-10-02 11:14:07 UTC) #17
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=84948
7 years, 2 months ago (2013-10-02 13:41:58 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/23619077/34001
7 years, 2 months ago (2013-10-02 13:48:13 UTC) #19
commit-bot: I haz the power
Change committed as 226476
7 years, 2 months ago (2013-10-02 16:24:41 UTC) #20
kamrik
Looks like this change broke the login_CryptohomeIncognitoTelemetry test in BVT, it failed on all platforms ...
7 years, 2 months ago (2013-10-03 14:19:33 UTC) #21
achuithb
On 2013/10/03 14:19:33, kamrik wrote: > Looks like this change broke the login_CryptohomeIncognitoTelemetry test in ...
7 years, 2 months ago (2013-10-03 20:28:46 UTC) #22
achuithb
On 2013/10/03 20:28:46, achuith.bhandarkar wrote: > On 2013/10/03 14:19:33, kamrik wrote: > > Looks like ...
7 years, 2 months ago (2013-10-03 20:32:49 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/23619077/63001
7 years, 2 months ago (2013-10-04 09:47:41 UTC) #24
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg&number=109321
7 years, 2 months ago (2013-10-04 10:30:35 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/23619077/63001
7 years, 2 months ago (2013-10-04 13:27:56 UTC) #26
commit-bot: I haz the power
7 years, 2 months ago (2013-10-04 15:53:00 UTC) #27
Message was sent while issue was closed.
Change committed as 227008

Powered by Google App Engine
This is Rietveld 408576698