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

Issue 1256004: In process browser test for login screen. (Closed)

Created:
10 years, 9 months ago by Dmitry Polukhin
Modified:
7 years, 5 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

In process browser test for login screen. BUG=chromiumos:2036 TEST=Run out/Debug/browser_tests --gtest_filter=LoginManagerViewTest.TestBasic Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=42750

Patch Set 1 #

Total comments: 22

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -152 lines) Patch
M chrome/browser/chromeos/login/existing_user_controller.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/login_manager_view.cc View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
A chrome/browser/chromeos/login/login_manager_view_browsertest.cc View 1 2 1 chunk +139 lines, -0 lines 0 comments Download
A + chrome/browser/chromeos/login/login_utils.h View 2 chunks +20 lines, -12 lines 0 comments Download
A + chrome/browser/chromeos/login/login_utils.cc View 3 chunks +49 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/utils.h View 1 2 3 1 chunk +0 lines, -35 lines 0 comments Download
M chrome/browser/chromeos/login/utils.cc View 1 2 3 1 chunk +0 lines, -81 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.h View 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 3 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
Dmitry Polukhin
10 years, 9 months ago (2010-03-25 13:46:23 UTC) #1
Nikita (slow)
http://codereview.chromium.org/1256004/diff/1/5 File chrome/browser/chromeos/login/login_manager_view_browsertest.cc (right): http://codereview.chromium.org/1256004/diff/1/5#newcode4 chrome/browser/chromeos/login/login_manager_view_browsertest.cc:4: header guard http://codereview.chromium.org/1256004/diff/1/5#newcode112 chrome/browser/chromeos/login/login_manager_view_browsertest.cc:112: test_api-> SetLoginLibrary(NULL); empty space after ...
10 years, 9 months ago (2010-03-25 14:34:29 UTC) #2
Nikita (slow)
http://codereview.chromium.org/1256004/diff/1/5 File chrome/browser/chromeos/login/login_manager_view_browsertest.cc (right): http://codereview.chromium.org/1256004/diff/1/5#newcode4 chrome/browser/chromeos/login/login_manager_view_browsertest.cc:4: On 2010/03/25 14:34:29, Nikita Kostylev wrote: > header guard ...
10 years, 9 months ago (2010-03-25 14:45:59 UTC) #3
Paweł Hajdan Jr.
Drive-by with a test comment. http://codereview.chromium.org/1256004/diff/1/5 File chrome/browser/chromeos/login/login_manager_view_browsertest.cc (right): http://codereview.chromium.org/1256004/diff/1/5#newcode132 chrome/browser/chromeos/login/login_manager_view_browsertest.cc:132: MessageLoop::current()->Quit(); That's weird. It ...
10 years, 9 months ago (2010-03-25 15:11:30 UTC) #4
Dmitry Polukhin
http://codereview.chromium.org/1256004/diff/1/5 File chrome/browser/chromeos/login/login_manager_view_browsertest.cc (right): http://codereview.chromium.org/1256004/diff/1/5#newcode112 chrome/browser/chromeos/login/login_manager_view_browsertest.cc:112: test_api-> SetLoginLibrary(NULL); On 2010/03/25 14:34:29, Nikita Kostylev wrote: > ...
10 years, 9 months ago (2010-03-25 15:26:11 UTC) #5
sky
http://codereview.chromium.org/1256004/diff/1/5 File chrome/browser/chromeos/login/login_manager_view_browsertest.cc (right): http://codereview.chromium.org/1256004/diff/1/5#newcode18 chrome/browser/chromeos/login/login_manager_view_browsertest.cc:18: using ::testing::AnyNumber; Add a newline between 17 and 18. ...
10 years, 9 months ago (2010-03-25 15:28:54 UTC) #6
Nikita (slow)
LGTM
10 years, 9 months ago (2010-03-25 15:33:50 UTC) #7
Nikita (slow)
Please fix 3 Lint errors. http://codereview.chromium.org/1256004/diff/1/5 File chrome/browser/chromeos/login/login_manager_view_browsertest.cc (right): http://codereview.chromium.org/1256004/diff/1/5#newcode81 chrome/browser/chromeos/login/login_manager_view_browsertest.cc:81: command_line->AppendSwitchWithValue(switches::kLoginScreen, "login"); On 2010/03/25 ...
10 years, 9 months ago (2010-03-25 15:35:59 UTC) #8
Dmitry Polukhin
http://codereview.chromium.org/1256004/diff/1/5 File chrome/browser/chromeos/login/login_manager_view_browsertest.cc (right): http://codereview.chromium.org/1256004/diff/1/5#newcode18 chrome/browser/chromeos/login/login_manager_view_browsertest.cc:18: using ::testing::AnyNumber; On 2010/03/25 15:28:54, sky wrote: > Add ...
10 years, 9 months ago (2010-03-25 16:01:26 UTC) #9
Paweł Hajdan Jr.
http://codereview.chromium.org/1256004/diff/1/5 File chrome/browser/chromeos/login/login_manager_view_browsertest.cc (right): http://codereview.chromium.org/1256004/diff/1/5#newcode132 chrome/browser/chromeos/login/login_manager_view_browsertest.cc:132: MessageLoop::current()->Quit(); On 2010/03/25 15:26:12, Dmitry Polukhin wrote: > On ...
10 years, 9 months ago (2010-03-25 16:11:44 UTC) #10
Dmitry Polukhin
On 2010/03/25 16:11:44, Paweł Hajdan Jr. wrote: > I see. But I still don't understand ...
10 years, 9 months ago (2010-03-26 11:33:06 UTC) #11
Paweł Hajdan Jr.
I see it committed (which is sort of weird because there were pending comments of ...
10 years, 9 months ago (2010-03-26 16:32:37 UTC) #12
Nikita (slow)
On 2010/03/26 16:32:37, Paweł Hajdan Jr. wrote: > I see it committed (which is sort ...
10 years, 9 months ago (2010-03-26 16:36:08 UTC) #13
Paweł Hajdan Jr.
On 2010/03/26 16:36:08, Nikita Kostylev wrote: > On 2010/03/26 16:32:37, Paweł Hajdan Jr. wrote: > ...
10 years, 9 months ago (2010-03-26 16:42:21 UTC) #14
Dmitry Polukhin
Paweł, I'm sorry for misunderstanding. This CL already had one LGTM and it is third ...
10 years, 9 months ago (2010-03-26 18:30:08 UTC) #15
Paweł Hajdan Jr.
10 years, 9 months ago (2010-03-26 18:48:26 UTC) #16
On Fri, Mar 26, 2010 at 19:29, Dmitry Polukhin <dpolukhin@chromium.org>wrote:

> Paweł, I'm sorry for misunderstanding. This CL already had one LGTM and it
> is third test with the same issue (it is common for all OOBE tests) that we
> are going to address in separate CL as Nikita already said (I'm sorry if it
> wasn't clear from my comment). All other comments were addressed so I
> committed it.


I see. If possible, in the future please make sure to explain it before
committing and wait for an LGTM (the explanation like the above is most
often fine).

Powered by Google App Engine
This is Rietveld 408576698