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

Issue 894583003: Rename PasswordForm::is_zero_click to PasswordForm::skip_next_zero_click. (Closed)

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

Description

Rename PasswordForm::is_zero_click to PasswordForm::skip_next_zero_click. In addition to that the patch restores the unique key in the LoginDatabase which was incorrectly abolished in https://codereview.chromium.org/818443004. The former key was (origin, signon_realm, username_element, username_value password_element, submit_element). The correct one used by Sync is without submit_element. BUG=400674, 368075 Committed: https://crrev.com/13664fea1fbd2b6df3c406f09ecfd44c14341db9 Cr-Commit-Position: refs/heads/master@{#314558}

Patch Set 1 #

Patch Set 2 : fix Mac #

Total comments: 18

Patch Set 3 : +comment #

Total comments: 14

Patch Set 4 : gcasto@ comments #

Patch Set 5 : fix linux #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -149 lines) Patch
M chrome/browser/password_manager/native_backend_gnome_x.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/native_backend_gnome_x_unittest.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret.cc View 1 2 3 3 chunks +22 lines, -16 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret_unittest.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/common/password_form.h View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M components/autofill/core/common/password_form.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M components/password_manager/core/browser/login_database.cc View 1 2 3 15 chunks +72 lines, -43 lines 0 comments Download
M components/password_manager/core/browser/login_database_unittest.cc View 1 2 3 10 chunks +94 lines, -64 lines 0 comments Download
A + components/test/data/password_manager/login_db_v10.sql View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
vasilii
Hi guys, please review.
5 years, 10 months ago (2015-02-03 13:41:52 UTC) #3
Mike West
The actual change LGTM. I'd like gcasto@ to take a look at the SQL bits, ...
5 years, 10 months ago (2015-02-03 14:15:41 UTC) #5
vasilii
https://codereview.chromium.org/894583003/diff/20001/chrome/browser/password_manager/native_backend_gnome_x.cc File chrome/browser/password_manager/native_backend_gnome_x.cc (right): https://codereview.chromium.org/894583003/diff/20001/chrome/browser/password_manager/native_backend_gnome_x.cc#newcode233 chrome/browser/password_manager/native_backend_gnome_x.cc:233: { "skip_next_zero_click", GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32 }, On 2015/02/03 14:15:40, Mike West ...
5 years, 10 months ago (2015-02-03 19:49:18 UTC) #6
vasilii
On 2015/02/03 14:15:41, Mike West wrote: > The actual change LGTM. I'd like gcasto@ to ...
5 years, 10 months ago (2015-02-03 19:54:03 UTC) #7
Garrett Casto
LGTM with comments. Nothing major. https://codereview.chromium.org/894583003/diff/40001/components/autofill/core/common/password_form.h File components/autofill/core/common/password_form.h (right): https://codereview.chromium.org/894583003/diff/40001/components/autofill/core/common/password_form.h#newcode224 components/autofill/core/common/password_form.h:224: bool skip_next_zero_click; As someone ...
5 years, 10 months ago (2015-02-04 06:58:40 UTC) #8
vasilii
https://codereview.chromium.org/894583003/diff/40001/components/autofill/core/common/password_form.h File components/autofill/core/common/password_form.h (right): https://codereview.chromium.org/894583003/diff/40001/components/autofill/core/common/password_form.h#newcode224 components/autofill/core/common/password_form.h:224: bool skip_next_zero_click; On 2015/02/04 06:58:40, Garrett Casto wrote: > ...
5 years, 10 months ago (2015-02-04 12:44:02 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/894583003/60001
5 years, 10 months ago (2015-02-04 12:45:08 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/28969)
5 years, 10 months ago (2015-02-04 13:50:05 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/894583003/80001
5 years, 10 months ago (2015-02-04 13:57:59 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 10 months ago (2015-02-04 14:59:50 UTC) #17
commit-bot: I haz the power
5 years, 10 months ago (2015-02-04 15:01:01 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/13664fea1fbd2b6df3c406f09ecfd44c14341db9
Cr-Commit-Position: refs/heads/master@{#314558}

Powered by Google App Engine
This is Rietveld 408576698