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

Issue 10690006: Upstream changes needed by Android auto-login. (Closed)

Created:
8 years, 5 months ago by Philippe
Modified:
8 years, 5 months ago
CC:
chromium-reviews, newt (away), bulach
Visibility:
Public.

Description

Upstream changes needed by Android auto-login. This is part of Chrome for Android upstreaming. This adapts AutoLoginInfoBarDelegate/AutoLoginPrompter so that the Android implementation of the auto-login bar on the app side can reuse these classes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144907

Patch Set 1 #

Patch Set 2 : Remove blank line #

Total comments: 5

Patch Set 3 : Address Nico's comments #

Total comments: 22

Patch Set 4 : Address Peter's comments #

Total comments: 11

Patch Set 5 : Address Roger's comments #

Patch Set 6 : Move Params structure to auto_login_info_bar_delegate.h. #

Total comments: 4

Patch Set 7 : Address Peter's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -96 lines) Patch
M chrome/browser/android/chrome_startup_flags.cc View 1 chunk +18 lines, -9 lines 0 comments Download
M chrome/browser/infobars/infobar_delegate.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/infobars/infobar_delegate.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/auto_login_info_bar_delegate.h View 1 2 3 4 5 1 chunk +33 lines, -11 lines 0 comments Download
M chrome/browser/ui/auto_login_info_bar_delegate.cc View 1 2 3 4 5 6 6 chunks +22 lines, -11 lines 0 comments Download
M chrome/browser/ui/auto_login_prompter.h View 1 2 3 4 5 4 chunks +13 lines, -9 lines 0 comments Download
M chrome/browser/ui/auto_login_prompter.cc View 1 2 3 4 5 6 5 chunks +78 lines, -56 lines 0 comments Download
A chrome/browser/ui/auto_login_prompter_unittest.cc View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Philippe
8 years, 5 months ago (2012-06-27 15:04:53 UTC) #1
Nico
LGTM Looks great! Please wait for Roger too though. https://chromiumcodereview.appspot.com/10690006/diff/2001/chrome/browser/ui/auto_login_info_bar_delegate.h File chrome/browser/ui/auto_login_info_bar_delegate.h (right): https://chromiumcodereview.appspot.com/10690006/diff/2001/chrome/browser/ui/auto_login_info_bar_delegate.h#newcode69 chrome/browser/ui/auto_login_info_bar_delegate.h:69: ...
8 years, 5 months ago (2012-06-27 15:14:33 UTC) #2
bulach
lgtm for the android side, thanks!
8 years, 5 months ago (2012-06-27 15:56:33 UTC) #3
John Grabowski
Another LGTM from the Android side
8 years, 5 months ago (2012-06-27 16:37:02 UTC) #4
Philippe
Thanks for the quick review guys! Please take another quick look Nico. I made some ...
8 years, 5 months ago (2012-06-27 16:52:02 UTC) #5
Nico
LGTM https://chromiumcodereview.appspot.com/10690006/diff/2001/chrome/browser/ui/auto_login_info_bar_delegate.h File chrome/browser/ui/auto_login_info_bar_delegate.h (right): https://chromiumcodereview.appspot.com/10690006/diff/2001/chrome/browser/ui/auto_login_info_bar_delegate.h#newcode69 chrome/browser/ui/auto_login_info_bar_delegate.h:69: std::string username_; On 2012/06/27 16:52:02, Philippe wrote: > ...
8 years, 5 months ago (2012-06-27 16:54:51 UTC) #6
sky
I'm swapping myself for Peter. He is better suited for infobar related patches.
8 years, 5 months ago (2012-06-27 17:05:41 UTC) #7
Peter Kasting
https://chromiumcodereview.appspot.com/10690006/diff/14001/chrome/browser/infobars/infobar_delegate.h File chrome/browser/infobars/infobar_delegate.h (right): https://chromiumcodereview.appspot.com/10690006/diff/14001/chrome/browser/infobars/infobar_delegate.h#newcode101 chrome/browser/infobars/infobar_delegate.h:101: virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate(); Why are you adding this? You ...
8 years, 5 months ago (2012-06-27 17:39:05 UTC) #8
Philippe
Thanks Peter. https://chromiumcodereview.appspot.com/10690006/diff/14001/chrome/browser/infobars/infobar_delegate.h File chrome/browser/infobars/infobar_delegate.h (right): https://chromiumcodereview.appspot.com/10690006/diff/14001/chrome/browser/infobars/infobar_delegate.h#newcode101 chrome/browser/infobars/infobar_delegate.h:101: virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate(); On 2012/06/27 17:39:05, Peter ...
8 years, 5 months ago (2012-06-28 09:24:00 UTC) #9
Roger Tawa OOO till Jul 10th
Salut Philippe, Please see comments below. I didn't see where the params.username field gets set ...
8 years, 5 months ago (2012-06-28 14:39:56 UTC) #10
Philippe
Thanks Roger. Please let me know what you think about the use of Params in ...
8 years, 5 months ago (2012-06-28 15:18:26 UTC) #11
Philippe
On 2012/06/28 15:18:26, Philippe wrote: > Thanks Roger. > > Please let me know what ...
8 years, 5 months ago (2012-06-28 15:20:52 UTC) #12
Roger Tawa OOO till Jul 10th
lgtm I think its worth moving the Params struct from one class to the other ...
8 years, 5 months ago (2012-06-28 15:31:51 UTC) #13
Philippe
I moved Params. Indeed it's nicer. About |username_| you might not have seen my latest ...
8 years, 5 months ago (2012-06-28 16:37:34 UTC) #14
Roger Tawa OOO till Jul 10th
lgtm Awesome, all looks good Philippe.
8 years, 5 months ago (2012-06-28 18:51:02 UTC) #15
Peter Kasting
LGTM https://chromiumcodereview.appspot.com/10690006/diff/21011/chrome/browser/ui/auto_login_info_bar_delegate.cc File chrome/browser/ui/auto_login_info_bar_delegate.cc (right): https://chromiumcodereview.appspot.com/10690006/diff/21011/chrome/browser/ui/auto_login_info_bar_delegate.cc#newcode139 chrome/browser/ui/auto_login_info_bar_delegate.cc:139: AutoLoginInfoBarDelegate::Params::Params() {} Nit: Make an AutoLoginInfoBarDelegate::Params section divider ...
8 years, 5 months ago (2012-06-28 19:13:45 UTC) #16
Philippe
Thanks for the review guys! https://chromiumcodereview.appspot.com/10690006/diff/21011/chrome/browser/ui/auto_login_info_bar_delegate.cc File chrome/browser/ui/auto_login_info_bar_delegate.cc (right): https://chromiumcodereview.appspot.com/10690006/diff/21011/chrome/browser/ui/auto_login_info_bar_delegate.cc#newcode139 chrome/browser/ui/auto_login_info_bar_delegate.cc:139: AutoLoginInfoBarDelegate::Params::Params() {} On 2012/06/28 ...
8 years, 5 months ago (2012-06-29 08:48:10 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/10690006/2018
8 years, 5 months ago (2012-06-29 11:02:37 UTC) #18
commit-bot: I haz the power
Try job failure for 10690006-2018 (retry) on linux_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 5 months ago (2012-06-29 12:07:06 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/10690006/2018
8 years, 5 months ago (2012-06-29 13:21:31 UTC) #20
commit-bot: I haz the power
8 years, 5 months ago (2012-06-29 14:23:32 UTC) #21
Change committed as 144907

Powered by Google App Engine
This is Rietveld 408576698