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

Issue 459103005: Introduce new PasswordForm attributes for Credential Management API. (Closed)

Created:
6 years, 4 months ago by vasilii
Modified:
6 years, 4 months ago
CC:
chromium-reviews, benquan, browser-components-watch_chromium.org, Dane Wallinga, dyu1, rouslan+autofillwatch_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, Ilya Sherman, mkwst+watchlist_chromium.org
Project:
chromium
Visibility:
Public.

Description

Introduce new PasswordForm attributes for Credential Management API. Credential Management API is Javascript API that can be used by sites to sign user in or correctly store the credentials in the password manager. BUG=400674 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291398

Patch Set 1 #

Patch Set 2 : compilation on Win #

Total comments: 16

Patch Set 3 : Mike's comments #

Total comments: 2

Patch Set 4 : +comment #

Total comments: 2

Patch Set 5 : Mike's comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -32 lines) Patch
M chrome/browser/password_manager/native_backend_gnome_x.cc View 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x_unittest.cc View 5 chunks +18 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc View 6 chunks +49 lines, -7 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_unittest.cc View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
M components/autofill/core/common/password_form.h View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M components/autofill/core/common/password_form.cc View 1 3 chunks +12 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/login_database.cc View 1 2 14 chunks +59 lines, -19 lines 0 comments Download
M components/password_manager/core/browser/login_database_unittest.cc View 1 2 4 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
vasilii
Hi guys, please review the CL.
6 years, 4 months ago (2014-08-12 16:38:04 UTC) #1
Ilya Sherman
I don't think "YOLO" means anything to most people. Could you clarify the CL description? ...
6 years, 4 months ago (2014-08-12 17:51:51 UTC) #2
Evan Stade
On 2014/08/12 17:51:51, Ilya Sherman wrote: > I don't think "YOLO" means anything to most ...
6 years, 4 months ago (2014-08-12 18:11:13 UTC) #3
vasilii
On 2014/08/12 18:11:13, Evan Stade wrote: > On 2014/08/12 17:51:51, Ilya Sherman wrote: > > ...
6 years, 4 months ago (2014-08-13 08:30:03 UTC) #4
Mike West
LGTM, but you'll need OWNERS reviews for the various bits. Thanks for this! https://codereview.chromium.org/459103005/diff/20001/chrome/browser/password_manager/password_store_mac_unittest.cc File ...
6 years, 4 months ago (2014-08-18 18:52:12 UTC) #5
vasilii
https://codereview.chromium.org/459103005/diff/20001/chrome/browser/password_manager/password_store_mac_unittest.cc File chrome/browser/password_manager/password_store_mac_unittest.cc (right): https://codereview.chromium.org/459103005/diff/20001/chrome/browser/password_manager/password_store_mac_unittest.cc#newcode214 chrome/browser/password_manager/password_store_mac_unittest.cc:214: form->federation_url = GURL("http://accounts.google.com/login"); On 2014/08/18 18:52:11, Mike West wrote: ...
6 years, 4 months ago (2014-08-20 11:45:35 UTC) #6
Garrett Casto
lgtm https://codereview.chromium.org/459103005/diff/40001/components/autofill/core/common/password_form.h File components/autofill/core/common/password_form.h (right): https://codereview.chromium.org/459103005/diff/40001/components/autofill/core/common/password_form.h#newcode209 components/autofill/core/common/password_form.h:209: // User friendly name to show in the ...
6 years, 4 months ago (2014-08-21 22:13:41 UTC) #7
vasilii
Mike, last pass? https://codereview.chromium.org/459103005/diff/40001/components/autofill/core/common/password_form.h File components/autofill/core/common/password_form.h (right): https://codereview.chromium.org/459103005/diff/40001/components/autofill/core/common/password_form.h#newcode209 components/autofill/core/common/password_form.h:209: // User friendly name to show ...
6 years, 4 months ago (2014-08-22 09:03:33 UTC) #8
Mike West
SLGTM. https://codereview.chromium.org/459103005/diff/60001/components/autofill/core/common/password_form.h File components/autofill/core/common/password_form.h (right): https://codereview.chromium.org/459103005/diff/60001/components/autofill/core/common/password_form.h#newcode210 components/autofill/core/common/password_form.h:210: // fields are set by site. When parsing ...
6 years, 4 months ago (2014-08-22 09:53:14 UTC) #9
vasilii
https://codereview.chromium.org/459103005/diff/60001/components/autofill/core/common/password_form.h File components/autofill/core/common/password_form.h (right): https://codereview.chromium.org/459103005/diff/60001/components/autofill/core/common/password_form.h#newcode210 components/autofill/core/common/password_form.h:210: // fields are set by site. When parsing an ...
6 years, 4 months ago (2014-08-22 12:52:33 UTC) #10
vasilii
The CQ bit was checked by vasilii@chromium.org
6 years, 4 months ago (2014-08-22 12:52:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vasilii@chromium.org/459103005/80001
6 years, 4 months ago (2014-08-22 12:53:18 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-22 13:57:35 UTC) #13
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 14:05:42 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (80001) as 291398

Powered by Google App Engine
This is Rietveld 408576698