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

Issue 4249002: AutoFill: Fix two heuristic issues with nrm.org. (Closed)

Created:
10 years, 1 month ago by James Hawkins
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, dhollowa
Visibility:
Public.

Description

AutoFill: Fix two heuristic issues with nrm.org. * Parse state before zip, as they may share one label. * Try to parse the current TD for text when parsing table labels. BUG=61442 TEST=FormManagerTest.LabelsInferredFromTablTDInterveningElements, AddressFieldTest.ParseStateAndZipOneLabel Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64761

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -23 lines) Patch
M chrome/browser/autofill/address_field.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/address_field.cc View 2 chunks +5 lines, -3 lines 2 comments Download
M chrome/browser/autofill/address_field_unittest.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/renderer/form_manager.cc View 3 chunks +9 lines, -18 lines 0 comments Download
M chrome/renderer/form_manager_browsertest.cc View 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
James Hawkins
10 years, 1 month ago (2010-11-02 01:58:23 UTC) #1
James Hawkins
Whoever gets it first...
10 years, 1 month ago (2010-11-02 01:58:53 UTC) #2
dhollowa
LGTM.
10 years, 1 month ago (2010-11-02 14:47:51 UTC) #3
Ilya Sherman
LGTM, too http://codereview.chromium.org/4249002/diff/1/2 File chrome/browser/autofill/address_field.cc (right): http://codereview.chromium.org/4249002/diff/1/2#newcode344 chrome/browser/autofill/address_field.cc:344: if (address_field->state_) nit: Do we not want ...
10 years, 1 month ago (2010-11-02 15:35:08 UTC) #4
James Hawkins
10 years, 1 month ago (2010-11-02 17:32:13 UTC) #5
http://codereview.chromium.org/4249002/diff/1/2
File chrome/browser/autofill/address_field.cc (right):

http://codereview.chromium.org/4249002/diff/1/2#newcode344
chrome/browser/autofill/address_field.cc:344: if (address_field->state_)
On 2010/11/02 15:35:08, Ilya Sherman wrote:
> nit: Do we not want "&& !address_field->state_->IsEmpty()" here, as we had in
> the previous logic?

No. I don't know why it was written in the first place, but it's wrong, because
the type of a field shouldn't depend on the emptiness of the value of the field.

Powered by Google App Engine
This is Rietveld 408576698