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

Issue 10837324: Loosen up heuristics for detecting account creation forms. (Closed)

Created:
8 years, 4 months ago by Garrett Casto
Modified:
8 years, 3 months ago
Reviewers:
zysxqn, Ilya Sherman
CC:
chromium-reviews, dhollowa+watch_chromium.org, brettw-cc_chromium.org, dyu1, darin-cc_chromium.org, guohui
Visibility:
Public.

Description

Loosen up heuristics for detecting account creation forms. BUG=120779 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156482

Patch Set 1 #

Total comments: 9

Patch Set 2 : Address comments #

Patch Set 3 : Remove autocomplete change #

Total comments: 6

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -15 lines) Patch
M chrome/renderer/autofill/password_generation_manager.cc View 1 2 3 3 chunks +26 lines, -15 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Garrett Casto
8 years, 4 months ago (2012-08-18 00:37:13 UTC) #1
Ilya Sherman
http://codereview.chromium.org/10837324/diff/1/chrome/renderer/autofill/password_generation_manager.cc File chrome/renderer/autofill/password_generation_manager.cc (left): http://codereview.chromium.org/10837324/diff/1/chrome/renderer/autofill/password_generation_manager.cc#oldcode98 chrome/renderer/autofill/password_generation_manager.cc:98: if (forms[i].isNull() || !forms[i].autoComplete()) autocomplete="off" actually means "don't remember ...
8 years, 4 months ago (2012-08-18 00:44:39 UTC) #2
Garrett Casto
http://codereview.chromium.org/10837324/diff/1/chrome/renderer/autofill/password_generation_manager.cc File chrome/renderer/autofill/password_generation_manager.cc (left): http://codereview.chromium.org/10837324/diff/1/chrome/renderer/autofill/password_generation_manager.cc#oldcode98 chrome/renderer/autofill/password_generation_manager.cc:98: if (forms[i].isNull() || !forms[i].autoComplete()) On 2012/08/18 00:44:40, Ilya Sherman ...
8 years, 4 months ago (2012-08-18 01:23:27 UTC) #3
Ilya Sherman
http://codereview.chromium.org/10837324/diff/1/chrome/renderer/autofill/password_generation_manager.cc File chrome/renderer/autofill/password_generation_manager.cc (left): http://codereview.chromium.org/10837324/diff/1/chrome/renderer/autofill/password_generation_manager.cc#oldcode98 chrome/renderer/autofill/password_generation_manager.cc:98: if (forms[i].isNull() || !forms[i].autoComplete()) On 2012/08/18 01:23:27, Garrett Casto ...
8 years, 4 months ago (2012-08-18 01:31:56 UTC) #4
Garrett Casto
On 2012/08/18 01:31:56, Ilya Sherman wrote: > http://codereview.chromium.org/10837324/diff/1/chrome/renderer/autofill/password_generation_manager.cc > File chrome/renderer/autofill/password_generation_manager.cc (left): > > http://codereview.chromium.org/10837324/diff/1/chrome/renderer/autofill/password_generation_manager.cc#oldcode98 ...
8 years, 4 months ago (2012-08-22 21:16:28 UTC) #5
Ilya Sherman
> So I think that we are about on the same page, but I haven't ...
8 years, 4 months ago (2012-08-22 22:47:41 UTC) #6
zysxqn
On 2012/08/22 22:47:41, Ilya Sherman wrote: > > So I think that we are about ...
8 years, 3 months ago (2012-09-06 18:12:43 UTC) #7
Garrett Casto
On 2012/08/22 22:47:41, Ilya Sherman wrote: > > So I think that we are about ...
8 years, 3 months ago (2012-09-10 20:28:24 UTC) #8
Ilya Sherman
LGTM, thanks On 2012/09/10 20:28:24, Garrett Casto wrote: > On 2012/08/22 22:47:41, Ilya Sherman wrote: ...
8 years, 3 months ago (2012-09-10 21:23:49 UTC) #9
Garrett Casto
http://codereview.chromium.org/10837324/diff/10001/chrome/renderer/autofill/password_generation_manager.cc File chrome/renderer/autofill/password_generation_manager.cc (right): http://codereview.chromium.org/10837324/diff/10001/chrome/renderer/autofill/password_generation_manager.cc#newcode36 chrome/renderer/autofill/password_generation_manager.cc:36: int input_elements = 0; On 2012/09/10 21:23:49, Ilya Sherman ...
8 years, 3 months ago (2012-09-10 21:44:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/10837324/14001
8 years, 3 months ago (2012-09-13 00:44:45 UTC) #11
commit-bot: I haz the power
8 years, 3 months ago (2012-09-13 03:00:21 UTC) #12
Change committed as 156482

Powered by Google App Engine
This is Rietveld 408576698