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

Issue 13542003: Add browser test for new user CrOS login flow (Closed)

Created:
7 years, 8 months ago by glotov
Modified:
7 years, 8 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, Aaron Boodman, arv+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, zel, Joao da Silva
Visibility:
Public.

Description

Add browser test for new user CrOS login flow BUG=178009 TEST=this test Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194572

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : sync #

Patch Set 4 : #

Total comments: 7

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : sync #

Total comments: 1

Patch Set 8 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -127 lines) Patch
M chrome/browser/chromeos/login/login_browsertest.cc View 1 2 9 chunks +18 lines, -16 lines 0 comments Download
A + chrome/browser/chromeos/login/oobe_browsertest.cc View 1 2 3 4 5 6 7 5 chunks +73 lines, -96 lines 0 comments Download
M chrome/browser/chromeos/login/webui_login_display.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/webui_login_display.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/user_script_master.cc View 1 3 chunks +19 lines, -8 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.js View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/gaia_auth/manifest_test.json View 1 2 3 4 5 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/resources/gaia_auth/test/content.js View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 6 7 2 chunks +8 lines, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/test/data/chromeos/service_login.html View 1 chunk +73 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
glotov
Jeffrey, need you owner review of chrome/browser/extensions/user_script_master.cc. Other files are still being polished.
7 years, 8 months ago (2013-04-05 17:43:43 UTC) #1
Nikita (slow)
cc: Zel
7 years, 8 months ago (2013-04-05 17:49:07 UTC) #2
Nikita (slow)
https://codereview.chromium.org/13542003/diff/12001/base/test/test_timeouts.cc File base/test/test_timeouts.cc (right): https://codereview.chromium.org/13542003/diff/12001/base/test/test_timeouts.cc#newcode58 base/test/test_timeouts.cc:58: int TestTimeouts::action_max_timeout_ms_ = 4500000; test change
7 years, 8 months ago (2013-04-05 17:50:36 UTC) #3
Nikita (slow)
https://codereview.chromium.org/13542003/diff/19002/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (right): https://codereview.chromium.org/13542003/diff/19002/chrome/chrome_tests.gypi#newcode375 chrome/chrome_tests.gypi:375: 'browser/chromeos/login/oobe_browsertest.cc', I think that you also need to add ...
7 years, 8 months ago (2013-04-05 17:58:30 UTC) #4
Nikita (slow)
https://codereview.chromium.org/13542003/diff/19002/google_apis/gaia/gaia_urls.cc File google_apis/gaia/gaia_urls.cc (right): https://codereview.chromium.org/13542003/diff/19002/google_apis/gaia/gaia_urls.cc#newcode14 google_apis/gaia/gaia_urls.cc:14: const char kDefaultGaiaBaseUrl[] = "localhost:8040"; Test change, you need ...
7 years, 8 months ago (2013-04-05 18:00:51 UTC) #5
glotov
https://codereview.chromium.org/13542003/diff/19002/chrome/chrome_tests.gypi File chrome/chrome_tests.gypi (right): https://codereview.chromium.org/13542003/diff/19002/chrome/chrome_tests.gypi#newcode375 chrome/chrome_tests.gypi:375: 'browser/chromeos/login/oobe_browsertest.cc', On 2013/04/05 17:58:31, Nikita Kostylev wrote: > I ...
7 years, 8 months ago (2013-04-05 18:58:05 UTC) #6
Nikita (slow)
https://codereview.chromium.org/13542003/diff/61001/chrome/browser/chromeos/login/login_browsertest.cc File chrome/browser/chromeos/login/login_browsertest.cc (right): https://codereview.chromium.org/13542003/diff/61001/chrome/browser/chromeos/login/login_browsertest.cc#newcode215 chrome/browser/chromeos/login/login_browsertest.cc:215: FROM_HERE, chromeos::BaseLoginDisplayHost::default_host()); nit: One parameter per line. https://codereview.chromium.org/13542003/diff/61001/chrome/browser/chromeos/login/oobe_browsertest.cc File ...
7 years, 8 months ago (2013-04-08 17:43:44 UTC) #7
Nikita (slow)
lgtm
7 years, 8 months ago (2013-04-08 17:44:06 UTC) #8
glotov
https://codereview.chromium.org/13542003/diff/61001/chrome/browser/chromeos/login/login_browsertest.cc File chrome/browser/chromeos/login/login_browsertest.cc (right): https://codereview.chromium.org/13542003/diff/61001/chrome/browser/chromeos/login/login_browsertest.cc#newcode215 chrome/browser/chromeos/login/login_browsertest.cc:215: FROM_HERE, chromeos::BaseLoginDisplayHost::default_host()); This is possible too, if all params ...
7 years, 8 months ago (2013-04-08 19:30:24 UTC) #9
Nikita (slow)
lgtm https://codereview.chromium.org/13542003/diff/37012/chrome/browser/chromeos/login/oobe_browsertest.cc File chrome/browser/chromeos/login/oobe_browsertest.cc (right): https://codereview.chromium.org/13542003/diff/37012/chrome/browser/chromeos/login/oobe_browsertest.cc#newcode140 chrome/browser/chromeos/login/oobe_browsertest.cc:140: "http://localhost:" + test_server_->base_url().port(); This won't work as there's ...
7 years, 8 months ago (2013-04-08 19:56:41 UTC) #10
Nikita (slow)
+Matt for chrome/browser/extensions/* OWNERS review
7 years, 8 months ago (2013-04-10 04:46:44 UTC) #11
glotov
https://codereview.chromium.org/13542003/diff/61001/chrome/browser/chromeos/login/oobe_browsertest.cc File chrome/browser/chromeos/login/oobe_browsertest.cc (right): https://codereview.chromium.org/13542003/diff/61001/chrome/browser/chromeos/login/oobe_browsertest.cc#newcode144 chrome/browser/chromeos/login/oobe_browsertest.cc:144: const std::string continue_url = request.content.substr( On 2013/04/08 17:43:44, Nikita ...
7 years, 8 months ago (2013-04-10 13:03:24 UTC) #12
Matt Perry
https://codereview.chromium.org/13542003/diff/90001/chrome/browser/extensions/user_script_master.cc File chrome/browser/extensions/user_script_master.cc (right): https://codereview.chromium.org/13542003/diff/90001/chrome/browser/extensions/user_script_master.cc#newcode194 chrome/browser/extensions/user_script_master.cc:194: if (extensions::ImageLoader::IsComponentExtensionResource( I don't understand this change. IsComponentExtensionResource is ...
7 years, 8 months ago (2013-04-10 18:52:09 UTC) #13
Matt Perry
7 years, 8 months ago (2013-04-10 18:52:09 UTC) #14
glotov
gaia_auth extension with manifest_test.json did not work. Unlike normal manifest.json, it included test/content.js that could ...
7 years, 8 months ago (2013-04-11 15:31:19 UTC) #15
Nikita (slow)
Matt, friendly ping
7 years, 8 months ago (2013-04-15 21:06:15 UTC) #16
Matt Perry
On 2013/04/11 15:31:19, glotov wrote: > gaia_auth extension with manifest_test.json did not work. Unlike normal ...
7 years, 8 months ago (2013-04-15 21:26:25 UTC) #17
Nikita (slow)
On 2013/04/15 21:26:25, Matt Perry wrote: > On 2013/04/11 15:31:19, glotov wrote: > > gaia_auth ...
7 years, 8 months ago (2013-04-16 03:46:32 UTC) #18
zel
why don't you move test/content.js to test_content.js? On Mon, Apr 15, 2013 at 8:46 PM, ...
7 years, 8 months ago (2013-04-16 15:20:36 UTC) #19
glotov
I tried that, but the file in not found in the file system, relative path ...
7 years, 8 months ago (2013-04-16 15:34:40 UTC) #20
zel
Ah, ok - I thought that's the issue since I ran into similar problem with ...
7 years, 8 months ago (2013-04-16 15:37:34 UTC) #21
Matt Perry
OK, thanks for the explanation. I didn't realize content script loading from resources was just ...
7 years, 8 months ago (2013-04-16 17:07:25 UTC) #22
glotov
Committed patchset #8 manually as r194572 (presubmit successful).
7 years, 8 months ago (2013-04-17 11:44:50 UTC) #23
Nikita (slow)
7 years, 8 months ago (2013-04-17 13:18:42 UTC) #24
Message was sent while issue was closed.
Why cros_* trybots are missing?

Powered by Google App Engine
This is Rietveld 408576698