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

Issue 99863007: Added CrOS-specific OAuth2 browser test. (Closed)

Created:
7 years ago by zel
Modified:
7 years ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Added CrOS-specific OAuth2 browser test. Expanded FakeGaia class to cover all other auth related calls. BUG=none TEST=OAuth2Test.* R=rogerta@chromium.org, xiyuan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241389

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 18

Patch Set 9 : review comments #

Patch Set 10 : rebase #

Patch Set 11 : #

Patch Set 12 : merge #

Total comments: 2

Patch Set 13 : #

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+843 lines, -261 lines) Patch
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +6 lines, -153 lines 0 comments Download
A chrome/browser/chromeos/login/oauth2_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +179 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_manager_factory.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/oauth2_login_verifier.cc View 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/chromeos/login/oobe_base_test.h View 1 2 3 4 5 6 7 8 1 chunk +70 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/oobe_base_test.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +171 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/oobe_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/saml_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M google_apis/gaia/fake_gaia.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +61 lines, -3 lines 0 comments Download
M google_apis/gaia/fake_gaia.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +335 lines, -104 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
zel
7 years ago (2013-12-16 20:24:52 UTC) #1
Roger Tawa OOO till Jul 10th
google_apis lgtm https://codereview.chromium.org/99863007/diff/140001/google_apis/gaia/fake_gaia.cc File google_apis/gaia/fake_gaia.cc (right): https://codereview.chromium.org/99863007/diff/140001/google_apis/gaia/fake_gaia.cc#newcode99 google_apis/gaia/fake_gaia.cc:99: // Handles /o/oauth2/token GAIA call. Same as ...
7 years ago (2013-12-16 20:44:36 UTC) #2
xiyuan
https://codereview.chromium.org/99863007/diff/140001/chrome/browser/chromeos/login/oauth2_browsertest.cc File chrome/browser/chromeos/login/oauth2_browsertest.cc (right): https://codereview.chromium.org/99863007/diff/140001/chrome/browser/chromeos/login/oauth2_browsertest.cc#newcode22 chrome/browser/chromeos/login/oauth2_browsertest.cc:22: const int kTestNetworkTimeoutSeconds = 1; Seems not used. https://codereview.chromium.org/99863007/diff/140001/chrome/browser/chromeos/login/oauth2_browsertest.cc#newcode43 ...
7 years ago (2013-12-16 21:04:55 UTC) #3
zel
https://codereview.chromium.org/99863007/diff/140001/chrome/browser/chromeos/login/oauth2_browsertest.cc File chrome/browser/chromeos/login/oauth2_browsertest.cc (right): https://codereview.chromium.org/99863007/diff/140001/chrome/browser/chromeos/login/oauth2_browsertest.cc#newcode22 chrome/browser/chromeos/login/oauth2_browsertest.cc:22: const int kTestNetworkTimeoutSeconds = 1; On 2013/12/16 21:04:55, xiyuan ...
7 years ago (2013-12-16 21:27:38 UTC) #4
xiyuan
lgtm
7 years ago (2013-12-16 21:32:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/99863007/180001
7 years ago (2013-12-16 21:37:25 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=205313
7 years ago (2013-12-17 00:25:17 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/99863007/180001
7 years ago (2013-12-17 02:37:22 UTC) #8
commit-bot: I haz the power
Failed to trigger a try job on linux_chromeos_clang HTTP Error 400: Bad Request
7 years ago (2013-12-17 05:25:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/99863007/190001
7 years ago (2013-12-17 05:25:08 UTC) #10
commit-bot: I haz the power
Failed to apply patch for chrome/chrome_tests.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-17 08:07:09 UTC) #11
zel
7 years ago (2013-12-17 16:21:50 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/99863007/210001
7 years ago (2013-12-17 16:42:51 UTC) #13
xiyuan
Thanks for the merge. :) https://codereview.chromium.org/99863007/diff/210001/google_apis/gaia/fake_gaia.cc File google_apis/gaia/fake_gaia.cc (right): https://codereview.chromium.org/99863007/diff/210001/google_apis/gaia/fake_gaia.cc#newcode229 google_apis/gaia/fake_gaia.cc:229: void FakeGaia::HandleSSO(const HttpRequest& request, ...
7 years ago (2013-12-17 16:52:36 UTC) #14
zel
https://codereview.chromium.org/99863007/diff/210001/google_apis/gaia/fake_gaia.cc File google_apis/gaia/fake_gaia.cc (right): https://codereview.chromium.org/99863007/diff/210001/google_apis/gaia/fake_gaia.cc#newcode229 google_apis/gaia/fake_gaia.cc:229: void FakeGaia::HandleSSO(const HttpRequest& request, On 2013/12/17 16:52:37, xiyuan wrote: ...
7 years ago (2013-12-17 17:10:30 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/99863007/230001
7 years ago (2013-12-17 17:31:14 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/99863007/230001
7 years ago (2013-12-17 18:27:38 UTC) #17
commit-bot: I haz the power
Failed to trigger a try job on linux_chromeos HTTP Error 400: Bad Request
7 years ago (2013-12-17 19:53:01 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/99863007/250001
7 years ago (2013-12-17 19:53:08 UTC) #19
commit-bot: I haz the power
Failed to apply the patch. <?xml version="1.0"?> <status> <target path=".">
7 years ago (2013-12-17 22:19:58 UTC) #20
zel
7 years ago (2013-12-17 22:27:00 UTC) #21
Message was sent while issue was closed.
Committed patchset #14 manually as r241389 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698