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

Issue 2055633003: [Password Generation] Sends form classifier vote to autofill server (Closed)

Created:
4 years, 6 months ago by kolos1
Modified:
4 years, 6 months ago
CC:
browser-components-watch_chromium.org, chromium-reviews, darin-cc_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, jam, jdonnelly+autofillwatch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+watchlist-passwords_chromium.org, mlamouri+watch-content_chromium.org, rouslan+autofill_chromium.org, vabr+watchlistautofill_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@pg_form_classification
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Password Generation] Sends form classifier vote to autofill server BUG=582434 Committed: https://crrev.com/55363c5dcf76cee98355a9c4368817a5f7825003 Cr-Commit-Position: refs/heads/master@{#400640}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Added comments to new methods/fields #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : The patch that was sent for review #

Patch Set 8 : Changed enum values #

Total comments: 10

Patch Set 9 : Changes addressed to reviewer comments #

Patch Set 10 : replaced " DCHECK(client_->IsSavingAndFillingEnabledForCurrentPage()) #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -1 line) Patch
M chrome/renderer/autofill/password_generation_agent_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +23 lines, -0 lines 0 comments Download
M components/autofill/content/common/autofill_messages.h View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.cc View 1 2 3 4 5 6 7 8 3 chunks +11 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_field.h View 1 2 3 4 5 6 2 chunks +12 lines, -0 lines 0 comments Download
M components/autofill/core/browser/proto/server.proto View 1 2 3 4 5 6 7 2 chunks +9 lines, -1 line 0 comments Download
M components/password_manager/content/browser/bad_message.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/content/browser/content_password_manager_driver.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M components/password_manager/content/browser/content_password_manager_driver.cc View 1 2 3 4 5 6 7 8 2 chunks +14 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager.h View 1 2 3 4 5 6 7 8 4 chunks +21 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 5 chunks +30 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +57 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager.h View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -0 lines 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +10 lines, -0 lines 2 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 39 (15 generated)
kolos1
Hi Vadym, Please review this CL on sending the form classier's votes. Regards, Maxim
4 years, 6 months ago (2016-06-10 11:17:14 UTC) #3
dvadym
LGTM % nits https://codereview.chromium.org/2055633003/diff/180001/components/autofill/content/common/autofill_messages.h File components/autofill/content/common/autofill_messages.h (right): https://codereview.chromium.org/2055633003/diff/180001/components/autofill/content/common/autofill_messages.h#newcode211 components/autofill/content/common/autofill_messages.h:211: // uploaded protobuf. You shouldn't write ...
4 years, 6 months ago (2016-06-16 10:04:38 UTC) #6
kolos1
https://codereview.chromium.org/2055633003/diff/180001/components/autofill/content/common/autofill_messages.h File components/autofill/content/common/autofill_messages.h (right): https://codereview.chromium.org/2055633003/diff/180001/components/autofill/content/common/autofill_messages.h#newcode211 components/autofill/content/common/autofill_messages.h:211: // uploaded protobuf. On 2016/06/16 10:04:38, dvadym wrote: > ...
4 years, 6 months ago (2016-06-16 13:28:44 UTC) #7
dvadym
Thanks, LGTM
4 years, 6 months ago (2016-06-16 13:52:04 UTC) #8
kolos1
vabr@chromium.org: Please review changes in chrome/renderer/autofill/password_generation_agent_browsertest.cc components/autofill/core/browser/autofill_field.h components/autofill/core/browser/proto/server.proto
4 years, 6 months ago (2016-06-16 13:56:14 UTC) #11
kolos1
vabr@chromium.org: Please review changes in chrome/renderer/autofill/password_generation_agent_browsertest.cc components/autofill/core/browser/autofill_field.h components/autofill/core/browser/proto/server.proto
4 years, 6 months ago (2016-06-16 13:56:14 UTC) #12
kolos1
isherman@: Please review changes in tools/metrics/histograms/histograms.xml
4 years, 6 months ago (2016-06-16 13:57:38 UTC) #13
vabr (Chromium)
chrome/renderer/autofill/password_generation_agent_browsertest.cc, components/autofill/core/browser/autofill_field.h, and components/autofill/core/browser/proto/server.proto LGTM. But I'm not sure: do we need to update some ...
4 years, 6 months ago (2016-06-16 14:23:47 UTC) #14
kolos1
On 2016/06/16 14:23:47, vabr (Chromium) wrote: > chrome/renderer/autofill/password_generation_agent_browsertest.cc, > components/autofill/core/browser/autofill_field.h, and > components/autofill/core/browser/proto/server.proto LGTM. But ...
4 years, 6 months ago (2016-06-16 14:25:27 UTC) #15
kolos1
mkwst@chromium.org: Please review changes in components/autofill/content/common/autofill_messages.h
4 years, 6 months ago (2016-06-16 14:28:00 UTC) #17
Ilya Sherman
histograms.xml lgtm
4 years, 6 months ago (2016-06-16 18:09:40 UTC) #18
Mike West
IPC LGTM.
4 years, 6 months ago (2016-06-17 11:36:02 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055633003/200001
4 years, 6 months ago (2016-06-17 12:48:41 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/230090)
4 years, 6 months ago (2016-06-17 13:23:34 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055633003/200001
4 years, 6 months ago (2016-06-17 20:52:15 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/230305)
4 years, 6 months ago (2016-06-17 21:27:35 UTC) #27
kolos1
vabr@: Please review this small change in PasswordManager::SaveGenerationFieldDetectedByClassifier I replaced " DCHECK(client_->IsSavingAndFillingEnabledForCurrentPage());" with "if (!client_->IsSavingAndFillingEnabledForCurrentPage()) ...
4 years, 6 months ago (2016-06-20 08:09:55 UTC) #28
kolos1
> Only Mac tests showed that. Mac and also ChromeOS tests showed that.
4 years, 6 months ago (2016-06-20 08:13:10 UTC) #29
vabr (Chromium)
Hi Maxim. I have a question below. Cheers, Vaclav https://codereview.chromium.org/2055633003/diff/220001/components/password_manager/core/browser/password_manager.cc File components/password_manager/core/browser/password_manager.cc (right): https://codereview.chromium.org/2055633003/diff/220001/components/password_manager/core/browser/password_manager.cc#newcode237 components/password_manager/core/browser/password_manager.cc:237: ...
4 years, 6 months ago (2016-06-20 08:32:29 UTC) #30
kolos1
https://codereview.chromium.org/2055633003/diff/220001/components/password_manager/core/browser/password_manager.cc File components/password_manager/core/browser/password_manager.cc (right): https://codereview.chromium.org/2055633003/diff/220001/components/password_manager/core/browser/password_manager.cc#newcode237 components/password_manager/core/browser/password_manager.cc:237: if (!client_->IsSavingAndFillingEnabledForCurrentPage()) PasswordGenerationAgent::FindPossibleGenerationForm() might be called even if saving&filling ...
4 years, 6 months ago (2016-06-20 09:09:15 UTC) #31
chromium-reviews
On Mon, 20 Jun 2016 at 11:09 <kolos@chromium.org> wrote: > > > https://codereview.chromium.org/2055633003/diff/220001/components/password_manager/core/browser/password_manager.cc > File ...
4 years, 6 months ago (2016-06-20 09:22:18 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2055633003/220001
4 years, 6 months ago (2016-06-20 09:37:17 UTC) #35
commit-bot: I haz the power
Committed patchset #10 (id:220001)
4 years, 6 months ago (2016-06-20 09:41:25 UTC) #37
commit-bot: I haz the power
4 years, 6 months ago (2016-06-20 09:43:15 UTC) #39
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/55363c5dcf76cee98355a9c4368817a5f7825003
Cr-Commit-Position: refs/heads/master@{#400640}

Powered by Google App Engine
This is Rietveld 408576698