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

Issue 1030073003: Autofill: Better recognize credit card type fields. (Closed)

Created:
5 years, 9 months ago by Lei Zhang
Modified:
5 years, 9 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, estade+watch_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

Autofill: Better recognize credit card type fields. BUG=464002, 466685, 469012 Committed: https://crrev.com/e2f6955f2d3c01c6ec05a54a5848b4827201397a Cr-Commit-Position: refs/heads/master@{#322325}

Patch Set 1 : before #

Patch Set 2 : after #

Total comments: 14

Patch Set 3 : address comments #

Patch Set 4 : add a comment #

Total comments: 2

Patch Set 5 : add bug number #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+793 lines, -43 lines) Patch
A chrome/test/data/autofill/heuristics/input/bug_464002.html View 1 chunk +244 lines, -0 lines 0 comments Download
A chrome/test/data/autofill/heuristics/input/bug_469012.html View 1 chunk +453 lines, -0 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/bug_463986.out View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/data/autofill/heuristics/output/bug_464002.out View 1 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/test/data/autofill/heuristics/output/bug_469012.out View 1 1 chunk +14 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_field.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_field.cc View 1 2 3 4 2 chunks +32 lines, -20 lines 0 comments Download
M components/autofill/core/browser/autofill_regex_constants.cc.utf8 View 1 2 chunks +0 lines, -4 lines 0 comments Download
M components/autofill/core/browser/credit_card_field.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M components/autofill/core/browser/credit_card_field.cc View 1 2 3 5 chunks +24 lines, -14 lines 0 comments Download
M components/autofill/core/browser/credit_card_field_unittest.cc View 1 2 chunks +7 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
Lei Zhang
https://codereview.chromium.org/1001193002/ doesn't apply at ToT anymore, so I started a new CL with the most ...
5 years, 9 months ago (2015-03-25 18:37:08 UTC) #3
Evan Stade
mostly lg https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc File components/autofill/core/browser/autofill_field.cc (right): https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc#newcode529 components/autofill/core/browser/autofill_field.cc:529: bool AutofillField::FindValueInCreditTypeSelectControl( nothing about this looks credit ...
5 years, 9 months ago (2015-03-25 21:25:51 UTC) #4
Lei Zhang
https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc File components/autofill/core/browser/autofill_field.cc (right): https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc#newcode529 components/autofill/core/browser/autofill_field.cc:529: bool AutofillField::FindValueInCreditTypeSelectControl( On 2015/03/25 21:25:51, Evan Stade wrote: > ...
5 years, 9 months ago (2015-03-25 22:18:48 UTC) #5
Evan Stade
https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc File components/autofill/core/browser/autofill_field.cc (right): https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc#newcode542 components/autofill/core/browser/autofill_field.cc:542: base::RemoveChars(base::StringToLowerASCII(field.option_contents[i]), On 2015/03/25 22:18:48, Lei Zhang wrote: > On ...
5 years, 9 months ago (2015-03-25 22:23:08 UTC) #6
Lei Zhang
https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc File components/autofill/core/browser/autofill_field.cc (right): https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc#newcode542 components/autofill/core/browser/autofill_field.cc:542: base::RemoveChars(base::StringToLowerASCII(field.option_contents[i]), On 2015/03/25 22:23:08, Evan Stade wrote: > On ...
5 years, 9 months ago (2015-03-25 22:39:03 UTC) #7
Evan Stade
https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc File components/autofill/core/browser/autofill_field.cc (right): https://codereview.chromium.org/1030073003/diff/40001/components/autofill/core/browser/autofill_field.cc#newcode542 components/autofill/core/browser/autofill_field.cc:542: base::RemoveChars(base::StringToLowerASCII(field.option_contents[i]), On 2015/03/25 22:39:03, Lei Zhang wrote: > On ...
5 years, 9 months ago (2015-03-25 22:39:54 UTC) #8
Lei Zhang
On 2015/03/25 22:39:54, Evan Stade wrote: > seems like it would only take about 5 ...
5 years, 9 months ago (2015-03-25 22:48:33 UTC) #9
Evan Stade
On 2015/03/25 22:48:33, Lei Zhang wrote: > On 2015/03/25 22:39:54, Evan Stade wrote: > > ...
5 years, 9 months ago (2015-03-25 22:53:12 UTC) #10
Lei Zhang
On 2015/03/25 22:53:12, Evan Stade wrote: > you're refactoring old code. Taking a look at ...
5 years, 9 months ago (2015-03-25 23:41:54 UTC) #11
Evan Stade
lgtm https://codereview.chromium.org/1030073003/diff/80001/components/autofill/core/browser/autofill_field.cc File components/autofill/core/browser/autofill_field.cc (right): https://codereview.chromium.org/1030073003/diff/80001/components/autofill/core/browser/autofill_field.cc#newcode532 components/autofill/core/browser/autofill_field.cc:532: // Try stripping off spaces. add link to ...
5 years, 9 months ago (2015-03-25 23:44:15 UTC) #12
Lei Zhang
https://codereview.chromium.org/1030073003/diff/80001/components/autofill/core/browser/autofill_field.cc File components/autofill/core/browser/autofill_field.cc (right): https://codereview.chromium.org/1030073003/diff/80001/components/autofill/core/browser/autofill_field.cc#newcode532 components/autofill/core/browser/autofill_field.cc:532: // Try stripping off spaces. On 2015/03/25 23:44:15, Evan ...
5 years, 9 months ago (2015-03-26 02:12:36 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1030073003/120001
5 years, 9 months ago (2015-03-26 04:14:42 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:120001)
5 years, 9 months ago (2015-03-26 05:09:36 UTC) #17
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 05:10:33 UTC) #18
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e2f6955f2d3c01c6ec05a54a5848b4827201397a
Cr-Commit-Position: refs/heads/master@{#322325}

Powered by Google App Engine
This is Rietveld 408576698