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

Issue 1006743002: Autofill: Improve table row matching algorithm. (Closed)

Created:
5 years, 9 months ago by Lei Zhang
Modified:
5 years, 9 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, browser-components-watch_chromium.org, jam, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, 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: Improve table row matching algorithm. Instead of just taking the text of the previous row, try to look for a cell in the previous row that matches the position of the current cell. Committed: https://crrev.com/2f7257317c2a9f959cbf49dcd0d34ea2a7a58802 Cr-Commit-Position: refs/heads/master@{#320637}

Patch Set 1 #

Total comments: 8

Patch Set 2 : address comments #

Patch Set 3 : fix build, handle overflow #

Patch Set 4 : fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -14 lines) Patch
M chrome/renderer/autofill/form_autofill_browsertest.cc View 1 2 3 2 chunks +49 lines, -3 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/09_register_ecomm.dell.com.out View 1 chunk +7 lines, -7 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.cc View 1 2 4 chunks +117 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
Lei Zhang
This would have helped 17_crbug_98338.html as well, but one of the label cells in that ...
5 years, 9 months ago (2015-03-13 01:52:44 UTC) #2
Evan Stade
will this fix that Indian site? https://codereview.chromium.org/1006743002/diff/1/components/autofill/content/renderer/form_autofill_util.cc File components/autofill/content/renderer/form_autofill_util.cc (right): https://codereview.chromium.org/1006743002/diff/1/components/autofill/content/renderer/form_autofill_util.cc#newcode144 components/autofill/content/renderer/form_autofill_util.cc:144: if (base::StringToSizeT(colspan, &span) ...
5 years, 9 months ago (2015-03-13 19:49:45 UTC) #3
Lei Zhang
On 2015/03/13 19:49:45, Evan Stade wrote: > will this fix that Indian site? No, that ...
5 years, 9 months ago (2015-03-13 21:12:50 UTC) #4
Lei Zhang
https://codereview.chromium.org/1006743002/diff/1/components/autofill/content/renderer/form_autofill_util.cc File components/autofill/content/renderer/form_autofill_util.cc (right): https://codereview.chromium.org/1006743002/diff/1/components/autofill/content/renderer/form_autofill_util.cc#newcode144 components/autofill/content/renderer/form_autofill_util.cc:144: if (base::StringToSizeT(colspan, &span) && span < 1) On 2015/03/13 ...
5 years, 9 months ago (2015-03-13 21:19:53 UTC) #5
Evan Stade
lgtm
5 years, 9 months ago (2015-03-13 21:35:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1006743002/20001
5 years, 9 months ago (2015-03-13 21:38:10 UTC) #8
Lei Zhang
BTW, StringToInt() and friends have some special behavior when they fail, so I added an ...
5 years, 9 months ago (2015-03-13 21:57:53 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1006743002/40001
5 years, 9 months ago (2015-03-13 21:58:31 UTC) #13
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/36070)
5 years, 9 months ago (2015-03-14 01:58:03 UTC) #15
Lei Zhang
Patch set 4 fixes FormAutofillTest.LabelsInferredFromTableRow and expands the test.
5 years, 9 months ago (2015-03-14 02:36:27 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1006743002/60001
5 years, 9 months ago (2015-03-14 02:36:58 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-14 03:30:56 UTC) #20
commit-bot: I haz the power
5 years, 9 months ago (2015-03-14 03:31:29 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2f7257317c2a9f959cbf49dcd0d34ea2a7a58802
Cr-Commit-Position: refs/heads/master@{#320637}

Powered by Google App Engine
This is Rietveld 408576698