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

Issue 1151373006: Update Confirmation UI for saved password change (Closed)

Created:
5 years, 6 months ago by dvadym
Modified:
5 years, 4 months ago
CC:
chromium-reviews, tfarina, vabr+watchlist_chromium.org, browser-components-watch_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, rouslan+autofillwatch_chromium.org, mkwst+watchlist-passwords_chromium.org, msramek
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update Confirmation UI for saved password change All functionality of this CL is behind a flag currently, since it will require UI review. This CL contains implementation of 2 bubbles, that are based on PendingView: 1.For confirmation from the user that he/she changed password in case when the user has only one credentials for current site. It's the same as password save bubble with "Save"->"Update" 2.For selecting by user which credentials should be updated after change password form submission in case when the user has more than one credentials and we have no clue which credentials is correct. It contains a dropbox with a list of all credentials for current site. Implemented UI looks the same as on mocks https://folio.googleplex.com/chrome-ux/mocks/321-password-manager/password%20update#%2F00%20password%20update%20bubbles%20-%20UI%20review.png%3Fc=show (UI for no accounts case will be implemented in separate CL). The only difference is that "Nope" combobox replaced with "Nope" button, since it doesn't make sense to choose never update for this site. BUG=359315 Committed: https://crrev.com/36c7cd2265115413fa49e8e97354c8f7e749a22c Cr-Commit-Position: refs/heads/master@{#342101}

Patch Set 1 #

Patch Set 2 : Update selection UI #

Patch Set 3 : Clean up #

Patch Set 4 : Clean up #

Total comments: 57

Patch Set 5 : Rebase #

Patch Set 6 : Addressed reviewer comments #

Total comments: 33

Patch Set 7 : Addressed reviewer comments #

Patch Set 8 : Rebase #

Patch Set 9 : Rebase #

Patch Set 10 : Rebase #

Patch Set 11 : Implemented UI according to mocks #

Patch Set 12 : Added missing files #

Patch Set 13 : Fixes #

Patch Set 14 : Fixed unit test compilation error, updated comments #

Total comments: 43

Patch Set 15 : Addressed reviewers' comments #

Total comments: 14

Patch Set 16 : Addressed comments, added tests #

Patch Set 17 : Rebase #

Patch Set 18 : test fix #

Patch Set 19 : Browser tests #

Patch Set 20 : Browser test fixed #

Total comments: 15

Patch Set 21 : Test fixes #

Total comments: 30

Patch Set 22 : Addressed reviewers' comments #

Patch Set 23 : Rebase and small test improvement #

Patch Set 24 : tiny test fix #

Total comments: 6

Patch Set 25 : test fix #

Patch Set 26 : Disable Mac test #

Patch Set 27 : Addressed comments #

Patch Set 28 : Rebase #

Patch Set 29 : Fix alignment in credentials_selection_view.cc #

Patch Set 30 : Rebase #

Total comments: 6

Patch Set 31 : Addressed reviewer comments and made showing new password in update bubble #

Total comments: 10

Patch Set 32 : Addressed Vasilii's comments #

Total comments: 7

Patch Set 33 : Addressed comments #

Total comments: 4

Patch Set 34 : Addressed comments #

Total comments: 4

Patch Set 35 : Addressed comments #

Patch Set 36 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+870 lines, -88 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 4 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +19 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/password_manager_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +106 lines, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager_test_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 3 chunks +20 lines, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager_test_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/save_password_infobar_delegate.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +19 lines, -3 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_state.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_state.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_state_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +16 lines, -2 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 19 4 chunks +26 lines, -2 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +30 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_view_utils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_view_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_view_utils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +28 lines, -11 lines 0 comments Download
A chrome/browser/ui/views/passwords/credentials_selection_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/passwords/credentials_selection_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 1 chunk +91 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_password_items_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 3 chunks +130 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/password/password_form.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +8 lines, -0 lines 0 comments Download
M components/autofill/core/common/password_form.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -0 lines 0 comments Download
M components/autofill/core/common/password_form.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -0 lines 0 comments Download
M components/password_manager/content/browser/credential_manager_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
M components/password_manager/content/browser/credential_manager_dispatcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 2 chunks +12 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 4 chunks +50 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +67 lines, -1 line 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 30 31 32 33 34 35 2 chunks +9 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +10 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 27 chunks +33 lines, -32 lines 0 comments Download
M components/password_manager/core/browser/stub_password_manager_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
M components/password_manager/core/browser/stub_password_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
M components/password_manager/core/common/password_manager_switches.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/password_manager/core/common/password_manager_switches.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M components/password_manager/core/common/password_manager_ui.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 44 (7 generated)
dvadym
Hi Vasilii, Could you please review chrome/browser/ui/* changes? Best regards, Vadym
5 years, 6 months ago (2015-06-03 15:41:30 UTC) #2
dvadym
Hi Vaclav and Garrett, Could you please review this CL? Best regards, Vadym
5 years, 6 months ago (2015-06-03 15:42:21 UTC) #4
vabr (Chromium)
Thanks Vadym! I'm short on time, so I only send you the initial comments. Because ...
5 years, 6 months ago (2015-06-03 16:33:26 UTC) #5
vasilii
https://codereview.chromium.org/1151373006/diff/60001/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc File chrome/browser/ui/passwords/manage_passwords_bubble_model.cc (right): https://codereview.chromium.org/1151373006/diff/60001/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc#newcode367 chrome/browser/ui/passwords/manage_passwords_bubble_model.cc:367: save_button_text_ = l10n_util::GetStringUTF16( This should go to the constructor. ...
5 years, 6 months ago (2015-06-03 18:32:02 UTC) #6
dvadym
Thanks Vaclav and Vasilii! PTAL https://codereview.chromium.org/1151373006/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1151373006/diff/60001/chrome/app/generated_resources.grd#newcode6418 chrome/app/generated_resources.grd:6418: + <message name="IDS_FLAGS_ENABLE_PASSWORD_CHANGE_SUPPORT_NAME" desc="Name ...
5 years, 6 months ago (2015-06-19 15:27:30 UTC) #7
vabr (Chromium)
Hi Vadym, I'm again about to be OOO :), so feel free to not wait ...
5 years, 6 months ago (2015-06-19 18:03:17 UTC) #8
dvadym
Thanks! It was addressed part of comments. Please don't review yet, I'll finish addressing of ...
5 years, 6 months ago (2015-06-22 14:43:34 UTC) #9
dvadym
Hi Vaclav, Vasilli and Garrett, Could you please review this CL again? The main changes ...
5 years, 5 months ago (2015-07-23 09:45:43 UTC) #10
vasilii
The biggest question so far is "What is the contract between PasswordFormManager and UI". It ...
5 years, 5 months ago (2015-07-23 15:15:14 UTC) #11
vabr (Chromium)
I have nothing substantial to add to Vasilii's review, mostly nits. Cheers, Vaclav https://codereview.chromium.org/1151373006/diff/60001/chrome/app/generated_resources.grd File ...
5 years, 5 months ago (2015-07-24 08:24:29 UTC) #12
dvadym
Thanks Vaclav and Vasilii, I've addressed your comments in PatchSet 15. PTAL. Please note that ...
5 years, 5 months ago (2015-07-24 16:42:40 UTC) #13
vasilii
I still have two fundamental concerns: - The contract between the component and PasswordManagerClient isn't ...
5 years, 4 months ago (2015-07-27 15:44:49 UTC) #14
vabr (Chromium)
Hi Vadym, Just a nits from my side, but looking forward to Vasilii's concerns being ...
5 years, 4 months ago (2015-07-29 15:29:19 UTC) #15
dvadym
Hi Vaclav and Vasilii, Thanks for comments. I discussed with Vasilii his concerns, I clarified ...
5 years, 4 months ago (2015-07-30 11:22:44 UTC) #16
dvadym
Hi Vaclav, Vasilii and Garrett, I've uploaded tests and addressed your comments. Could you please ...
5 years, 4 months ago (2015-07-31 10:56:59 UTC) #17
vabr (Chromium)
Hi Vadym, Thanks for your new patches. I left some more comments. Vaclav https://codereview.chromium.org/1151373006/diff/280001/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc File ...
5 years, 4 months ago (2015-07-31 12:48:13 UTC) #18
vasilii
Can you specify right here the meanings of pending_credentials() and best_matches() after PromptUserToSaveOrUpdatePassword()? https://codereview.chromium.org/1151373006/diff/280001/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc File ...
5 years, 4 months ago (2015-07-31 14:38:54 UTC) #19
dvadym
Hi Vasilii and Vaclav, I've addressed your comments (please see PatchSet 24). PTAL Best regards, ...
5 years, 4 months ago (2015-08-03 15:44:08 UTC) #20
vabr (Chromium)
LGTM with minor nits (and the expectation that any further potential Vasilii's comments get addressed). ...
5 years, 4 months ago (2015-08-04 08:59:08 UTC) #21
dvadym
Thanks Vaclav and Vasilii for comments! https://codereview.chromium.org/1151373006/diff/380001/chrome/browser/password_manager/password_manager_browsertest.cc File chrome/browser/password_manager/password_manager_browsertest.cc (right): https://codereview.chromium.org/1151373006/diff/380001/chrome/browser/password_manager/password_manager_browsertest.cc#newcode2075 chrome/browser/password_manager/password_manager_browsertest.cc:2075: password_manager::TestPasswordStore* password_store = ...
5 years, 4 months ago (2015-08-04 14:34:46 UTC) #22
dvadym
Hi Ilya, Could you please review changes in histograms.xml? Best regards, Vadym
5 years, 4 months ago (2015-08-04 14:36:33 UTC) #24
Ilya Sherman
histograms.xml lgtm
5 years, 4 months ago (2015-08-04 18:31:16 UTC) #25
vasilii
https://codereview.chromium.org/1151373006/diff/580001/chrome/browser/password_manager/password_manager_browsertest.cc File chrome/browser/password_manager/password_manager_browsertest.cc (right): https://codereview.chromium.org/1151373006/diff/580001/chrome/browser/password_manager/password_manager_browsertest.cc#newcode2082 chrome/browser/password_manager/password_manager_browsertest.cc:2082: #define MAYBE_ChangePwd1AccountStored DISABLED_ChangePwd1AccountStored You can put the whole test ...
5 years, 4 months ago (2015-08-05 13:21:14 UTC) #26
dvadym
Thanks Vasilii! I've addressed your comments and changed to showing new password in update bubble ...
5 years, 4 months ago (2015-08-05 15:18:20 UTC) #27
vasilii
https://codereview.chromium.org/1151373006/diff/600001/chrome/browser/ui/views/passwords/credentials_selection_view.cc File chrome/browser/ui/views/passwords/credentials_selection_view.cc (right): https://codereview.chromium.org/1151373006/diff/600001/chrome/browser/ui/views/passwords/credentials_selection_view.cc#newcode79 chrome/browser/ui/views/passwords/credentials_selection_view.cc:79: views::Label* label = I'd get rid of |label| to ...
5 years, 4 months ago (2015-08-05 15:42:55 UTC) #28
dvadym
Thanks Vasilii! I've addressed your comments in PatchSet 32 https://codereview.chromium.org/1151373006/diff/600001/chrome/browser/ui/views/passwords/credentials_selection_view.cc File chrome/browser/ui/views/passwords/credentials_selection_view.cc (right): https://codereview.chromium.org/1151373006/diff/600001/chrome/browser/ui/views/passwords/credentials_selection_view.cc#newcode79 chrome/browser/ui/views/passwords/credentials_selection_view.cc:79: ...
5 years, 4 months ago (2015-08-05 16:40:43 UTC) #29
vasilii
Hopefully the last round of comments :-) https://codereview.chromium.org/1151373006/diff/600001/chrome/browser/ui/views/passwords/credentials_selection_view.cc File chrome/browser/ui/views/passwords/credentials_selection_view.cc (right): https://codereview.chromium.org/1151373006/diff/600001/chrome/browser/ui/views/passwords/credentials_selection_view.cc#newcode79 chrome/browser/ui/views/passwords/credentials_selection_view.cc:79: views::Label* label ...
5 years, 4 months ago (2015-08-05 17:34:08 UTC) #30
dvadym
Thanks Vasilii, PTAL https://codereview.chromium.org/1151373006/diff/620001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): https://codereview.chromium.org/1151373006/diff/620001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode1027 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:1027: std::vector<const autofill::PasswordForm*> forms; On 2015/08/05 17:34:08, ...
5 years, 4 months ago (2015-08-06 08:41:18 UTC) #31
vasilii
https://codereview.chromium.org/1151373006/diff/640001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): https://codereview.chromium.org/1151373006/diff/640001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode1028 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:1028: parent->model()->pending_password().username_value); Here and above use DCHECK_EQ. This condition shouldn't ...
5 years, 4 months ago (2015-08-06 08:54:49 UTC) #32
dvadym
Thanks Vasilii, PTAL. https://codereview.chromium.org/1151373006/diff/640001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): https://codereview.chromium.org/1151373006/diff/640001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode1028 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:1028: parent->model()->pending_password().username_value); On 2015/08/06 08:54:49, vasilii wrote: ...
5 years, 4 months ago (2015-08-06 09:10:24 UTC) #33
vasilii
lgtm https://codereview.chromium.org/1151373006/diff/660001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): https://codereview.chromium.org/1151373006/diff/660001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode1026 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:1026: DCHECK(parent->model()->local_credentials().size() == 1); DCHECK_EQ https://codereview.chromium.org/1151373006/diff/660001/components/password_manager/core/browser/password_form_manager.cc File components/password_manager/core/browser/password_form_manager.cc (right): ...
5 years, 4 months ago (2015-08-06 09:20:04 UTC) #34
dvadym
https://codereview.chromium.org/1151373006/diff/660001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): https://codereview.chromium.org/1151373006/diff/660001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode1026 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:1026: DCHECK(parent->model()->local_credentials().size() == 1); On 2015/08/06 09:20:04, vasilii wrote: > ...
5 years, 4 months ago (2015-08-06 09:34:12 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1151373006/700001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1151373006/700001
5 years, 4 months ago (2015-08-06 09:50:12 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/52675)
5 years, 4 months ago (2015-08-06 11:06:59 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1151373006/700001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1151373006/700001
5 years, 4 months ago (2015-08-06 11:13:01 UTC) #42
commit-bot: I haz the power
Committed patchset #36 (id:700001)
5 years, 4 months ago (2015-08-06 12:49:22 UTC) #43
commit-bot: I haz the power
5 years, 4 months ago (2015-08-06 12:50:13 UTC) #44
Message was sent while issue was closed.
Patchset 36 (id:??) landed as
https://crrev.com/36c7cd2265115413fa49e8e97354c8f7e749a22c
Cr-Commit-Position: refs/heads/master@{#342101}

Powered by Google App Engine
This is Rietveld 408576698