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

Issue 733463003: Show user credentials chooser bubble. (Closed)

Created:
6 years, 1 month ago by vasilii
Modified:
6 years ago
CC:
chromium-reviews, tfarina, gcasto+watchlist_chromium.org, jam, darin-cc_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Show user credentials chooser bubble. The bubble is supposed to be triggered by the Credential Managment javascript API. BUG=400674 Committed: https://crrev.com/571006301b4c7a24b07e2eaffc6ce0f36e216283 Cr-Commit-Position: refs/heads/master@{#305628}

Patch Set 1 #

Total comments: 39

Patch Set 2 : address comments #

Patch Set 3 : Aura compilation #

Total comments: 8

Patch Set 4 : more comments #

Patch Set 5 : fix bugs #

Patch Set 6 : merge with trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+412 lines, -75 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.h View 1 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller_unittest.mm View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.h View 1 2 3 4 chunks +12 lines, -3 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 1 2 3 4 6 chunks +34 lines, -6 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc View 1 2 chunks +60 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.h View 1 2 3 4 5 7 chunks +32 lines, -9 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.cc View 1 2 3 4 5 9 chunks +49 lines, -13 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.h View 2 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.cc View 1 3 chunks +20 lines, -6 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc View 1 2 3 5 chunks +55 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/credentials_item_view.h View 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/ui/views/passwords/credentials_item_view.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 2 3 4 4 chunks +14 lines, -7 lines 0 comments Download
M components/password_manager/content/browser/content_credential_manager_dispatcher.h View 3 chunks +6 lines, -2 lines 0 comments Download
M components/password_manager/content/browser/content_credential_manager_dispatcher.cc View 1 5 chunks +19 lines, -14 lines 0 comments Download
M components/password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc View 8 chunks +24 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.h View 1 3 4 5 3 chunks +11 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager_metrics_util.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/stub_password_manager_client.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/stub_password_manager_client.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M components/password_manager/core/common/password_manager_ui.h View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M components/password_manager/core/common/password_manager_ui.cc View 1 2 3 2 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
vasilii
Hi Mike, please review.
6 years, 1 month ago (2014-11-19 19:26:58 UTC) #2
Mike West
Looks great, thanks for putting this together so quickly! I'll read it more detail tomorrow ...
6 years, 1 month ago (2014-11-19 19:56:37 UTC) #3
Mike West
More questions. :) https://codereview.chromium.org/733463003/diff/1/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc File chrome/browser/ui/passwords/manage_passwords_bubble_model.cc (right): https://codereview.chromium.org/733463003/diff/1/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc#newcode196 chrome/browser/ui/passwords/manage_passwords_bubble_model.cc:196: void ManagePasswordsBubbleModel::OnChooseCredetials( s/OnChooseCredetials/OnChooseCredentials/ (missing an 'n') ...
6 years, 1 month ago (2014-11-20 08:19:32 UTC) #4
vasilii
https://codereview.chromium.org/733463003/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/733463003/diff/1/chrome/app/generated_resources.grd#newcode13259 chrome/app/generated_resources.grd:13259: + <message name="IDS_MANAGE_PASSWORDS_CHOOSE_TITLE" desc="The title of the password bubble ...
6 years, 1 month ago (2014-11-20 15:08:06 UTC) #5
Mike West
Thanks for taking another pass! Let's chat after lunch. https://codereview.chromium.org/733463003/diff/1/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc File chrome/browser/ui/passwords/manage_passwords_ui_controller.cc (right): https://codereview.chromium.org/733463003/diff/1/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc#newcode113 chrome/browser/ui/passwords/manage_passwords_ui_controller.cc:113: ...
6 years, 1 month ago (2014-11-21 11:21:12 UTC) #6
vasilii
https://codereview.chromium.org/733463003/diff/1/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc File chrome/browser/ui/passwords/manage_passwords_ui_controller.cc (right): https://codereview.chromium.org/733463003/diff/1/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc#newcode182 chrome/browser/ui/passwords/manage_passwords_ui_controller.cc:182: state_ = password_manager::ui::INACTIVE_STATE; On 2014/11/21 11:21:12, Mike West wrote: ...
6 years, 1 month ago (2014-11-21 16:45:38 UTC) #7
Mike West
LGTM. Not sure it's worth introducing the IsCredentialsState method since you only use it in ...
6 years, 1 month ago (2014-11-21 16:50:19 UTC) #8
vasilii
On 2014/11/21 16:50:19, Mike West wrote: > LGTM. > > Not sure it's worth introducing ...
6 years, 1 month ago (2014-11-21 17:15:29 UTC) #10
groby-ooo-7-16
c/b/ui/cocoa RSLGTM
6 years, 1 month ago (2014-11-21 19:15:13 UTC) #11
groby-ooo-7-16
I suppose codereview doesn't like RS any more. So - rubber stamp LGTM
6 years, 1 month ago (2014-11-21 19:15:41 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/733463003/80001
6 years ago (2014-11-25 11:40:41 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/1960)
6 years ago (2014-11-25 11:44:14 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/733463003/100001
6 years ago (2014-11-25 12:22:15 UTC) #18
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years ago (2014-11-25 13:08:55 UTC) #19
commit-bot: I haz the power
6 years ago (2014-11-25 13:09:38 UTC) #20
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/571006301b4c7a24b07e2eaffc6ce0f36e216283
Cr-Commit-Position: refs/heads/master@{#305628}

Powered by Google App Engine
This is Rietveld 408576698