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

Issue 617103008: Update chromoting browser-tests to obtain user-name and password from a specified file. (Closed)

Created:
6 years, 2 months ago by anandc
Modified:
6 years, 2 months ago
Reviewers:
weitao
CC:
chromium-reviews, chromoting-reviews_chromium.org, Lei Lei
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Parse user-name and password values from a json file, instead of from command line. BUG=419850 Committed: https://crrev.com/940c62c2aa3299f72d7195c77ae122a55dc78067 Cr-Commit-Position: refs/heads/master@{#298990}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Add checks for error conditions. Plus some style changes. #

Patch Set 3 : Continue to get user-name and password from command line if no file has been specified. #

Total comments: 6

Patch Set 4 : Remove unnecessary member variables. Check for required values in Auth test. #

Total comments: 11

Patch Set 5 : Fixes for 2 different compile errors seen on Windows and Mac. #

Patch Set 6 : Fix Windows-specific compile error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -4 lines) Patch
M chrome/test/remoting/remote_desktop_browsertest.h View 1 2 3 4 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/test/remoting/remote_desktop_browsertest.cc View 1 2 3 4 5 3 chunks +43 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
anandc
Hi Weitao, PTAL. Thanks.
6 years, 2 months ago (2014-10-02 19:54:27 UTC) #3
anandc
On 2014/10/02 19:54:27, anandc wrote: > Hi Weitao, > > PTAL. Thanks. Boing. :-)
6 years, 2 months ago (2014-10-06 15:18:48 UTC) #4
weitao
On 2014/10/06 15:18:48, anandc wrote: > On 2014/10/02 19:54:27, anandc wrote: > > Hi Weitao, ...
6 years, 2 months ago (2014-10-06 16:56:24 UTC) #5
anandc
On 2014/10/06 16:56:24, weitaosu wrote: > On 2014/10/06 15:18:48, anandc wrote: > > On 2014/10/02 ...
6 years, 2 months ago (2014-10-07 21:23:00 UTC) #6
weitao
https://codereview.chromium.org/617103008/diff/20001/chrome/test/remoting/remote_desktop_browsertest.h File chrome/test/remoting/remote_desktop_browsertest.h (right): https://codereview.chromium.org/617103008/diff/20001/chrome/test/remoting/remote_desktop_browsertest.h#newcode24 chrome/test/remoting/remote_desktop_browsertest.h:24: const char kUserNameField[] = "username"; Isn't it called "user-name" ...
6 years, 2 months ago (2014-10-08 23:19:16 UTC) #7
anandc
Thank you Weitao. PTAL at PS#4 https://codereview.chromium.org/617103008/diff/20001/chrome/test/remoting/remote_desktop_browsertest.h File chrome/test/remoting/remote_desktop_browsertest.h (right): https://codereview.chromium.org/617103008/diff/20001/chrome/test/remoting/remote_desktop_browsertest.h#newcode24 chrome/test/remoting/remote_desktop_browsertest.h:24: const char kUserNameField[] ...
6 years, 2 months ago (2014-10-09 00:15:25 UTC) #8
weitao
LGTM when all my comments are addressed. https://codereview.chromium.org/617103008/diff/80001/chrome/test/remoting/remote_desktop_browsertest.cc File chrome/test/remoting/remote_desktop_browsertest.cc (right): https://codereview.chromium.org/617103008/diff/80001/chrome/test/remoting/remote_desktop_browsertest.cc#newcode831 chrome/test/remoting/remote_desktop_browsertest.cc:831: DCHECK(root.get() != ...
6 years, 2 months ago (2014-10-09 00:23:28 UTC) #9
anandc
https://codereview.chromium.org/617103008/diff/80001/chrome/test/remoting/remote_desktop_browsertest.cc File chrome/test/remoting/remote_desktop_browsertest.cc (right): https://codereview.chromium.org/617103008/diff/80001/chrome/test/remoting/remote_desktop_browsertest.cc#newcode831 chrome/test/remoting/remote_desktop_browsertest.cc:831: DCHECK(root.get() != NULL); On 2014/10/09 00:23:28, weitaosu wrote: > ...
6 years, 2 months ago (2014-10-09 00:40:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/617103008/80001
6 years, 2 months ago (2014-10-09 00:43:27 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_swarming/builds/20568) win_chromium_x64_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_swarming/builds/17378)
6 years, 2 months ago (2014-10-09 03:25:19 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/617103008/120001
6 years, 2 months ago (2014-10-09 17:50:45 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/18185)
6 years, 2 months ago (2014-10-09 18:57:33 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/617103008/340001
6 years, 2 months ago (2014-10-09 20:55:50 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:340001)
6 years, 2 months ago (2014-10-09 22:13:39 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:340001)
6 years, 2 months ago (2014-10-09 22:13:45 UTC) #23
commit-bot: I haz the power
6 years, 2 months ago (2014-10-09 22:14:19 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/940c62c2aa3299f72d7195c77ae122a55dc78067
Cr-Commit-Position: refs/heads/master@{#298990}

Powered by Google App Engine
This is Rietveld 408576698