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

Issue 952023002: Credential Manager API: pop up the new "Manage accounts" bubble. (Closed)

Created:
5 years, 10 months ago by vasilii
Modified:
5 years, 9 months ago
Reviewers:
Mike West, Ilya Sherman
CC:
asvitkine+watch_chromium.org, browser-components-watch_chromium.org, chromium-reviews, estade+watch_chromium.org, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org, rouslan+autofillwatch_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Credential Manager API: pop up the new "Manage accounts" bubble. BUG=400674 Committed: https://crrev.com/78ef603ac76924f74b3831f228d25bce0e6113ad Cr-Commit-Position: refs/heads/master@{#321101}

Patch Set 1 #

Total comments: 4

Patch Set 2 : don't change password_form #

Patch Set 3 : merge with the trunk #

Total comments: 8

Patch Set 4 : fix the test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -31 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.h View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model.cc View 1 2 3 5 chunks +20 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_test.h View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.cc View 1 2 2 chunks +11 lines, -13 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.cc View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc View 1 2 1 chunk +20 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_credential_item_view.h View 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_credential_item_view.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 2 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc View 1 2 3 4 chunks +19 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager_metrics_util.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 18 (3 generated)
vasilii
isherman@chromium.org: Please review changes in histograms.xml and password_form.* mkwst@chromium.org: Please review changes in aforementioned files ...
5 years, 10 months ago (2015-02-24 19:59:57 UTC) #2
Ilya Sherman
https://codereview.chromium.org/952023002/diff/1/components/autofill/core/common/password_form.h File components/autofill/core/common/password_form.h (right): https://codereview.chromium.org/952023002/diff/1/components/autofill/core/common/password_form.h#newcode257 components/autofill/core/common/password_form.h:257: // True if the unique key for the forms ...
5 years, 10 months ago (2015-02-24 21:45:48 UTC) #3
vasilii
https://codereview.chromium.org/952023002/diff/1/components/autofill/core/common/password_form.h File components/autofill/core/common/password_form.h (right): https://codereview.chromium.org/952023002/diff/1/components/autofill/core/common/password_form.h#newcode257 components/autofill/core/common/password_form.h:257: // True if the unique key for the forms ...
5 years, 10 months ago (2015-02-25 09:39:50 UTC) #4
Mike West
This patch generally looks fine, but we end up in a complicated state where we ...
5 years, 10 months ago (2015-02-25 10:11:13 UTC) #5
Ilya Sherman
histograms.xml lgtm, thanks
5 years, 10 months ago (2015-02-25 19:23:24 UTC) #6
vasilii
Mike, please review the patch.
5 years, 9 months ago (2015-03-17 16:22:48 UTC) #7
Mike West
On 2015/03/17 at 16:22:48, vasilii wrote: > Mike, please review the patch. So we're keeping ...
5 years, 9 months ago (2015-03-17 16:35:25 UTC) #8
vasilii
On 2015/03/17 16:35:25, Mike West wrote: > On 2015/03/17 at 16:22:48, vasilii wrote: > > ...
5 years, 9 months ago (2015-03-17 16:37:50 UTC) #9
Mike West
LGTM % failing test. https://codereview.chromium.org/952023002/diff/40001/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc File chrome/browser/ui/passwords/manage_passwords_bubble_model.cc (right): https://codereview.chromium.org/952023002/diff/40001/chrome/browser/ui/passwords/manage_passwords_bubble_model.cc#newcode117 chrome/browser/ui/passwords/manage_passwords_bubble_model.cc:117: if (IsNewUIActive()) { Optional nit: ...
5 years, 9 months ago (2015-03-18 08:33:51 UTC) #10
Mike West
On 2015/03/17 at 16:37:50, vasilii wrote: > On 2015/03/17 16:35:25, Mike West wrote: > > ...
5 years, 9 months ago (2015-03-18 08:34:20 UTC) #11
vasilii
Both UIs is a temporary solution. It's a way better than 2 UI states. Do ...
5 years, 9 months ago (2015-03-18 09:25:09 UTC) #12
Mike West
LGTM, thanks!
5 years, 9 months ago (2015-03-18 09:29:51 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/952023002/60001
5 years, 9 months ago (2015-03-18 09:31:13 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-18 10:42:39 UTC) #17
commit-bot: I haz the power
5 years, 9 months ago (2015-03-18 10:43:31 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/78ef603ac76924f74b3831f228d25bce0e6113ad
Cr-Commit-Position: refs/heads/master@{#321101}

Powered by Google App Engine
This is Rietveld 408576698