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

Issue 1774153002: [Autofill] Add the phone extension type. (Closed)

Created:
4 years, 9 months ago by sebsg
Modified:
4 years, 9 months ago
Reviewers:
Mathieu, Toyama
CC:
bondd+autofillwatch_chromium.org, browser-components-watch_chromium.org, chromium-reviews, estade+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, rouslan+autofill_chromium.org, vabr+watchlistautofill_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds the phone extension type for autocomplete attributes and server predictions. BUG=593031 TEST=FormStructureBrowserTest Committed: https://crrev.com/e6ba074f2fd9f62d45282aaddfe6ba17ad04a34e Cr-Commit-Position: refs/heads/master@{#380905}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fixed unit tests #

Patch Set 3 : Rebase and adapt heuristic output #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -38 lines) Patch
M chrome/test/data/autofill/heuristics/output/013_autocomplete_attribute_basic.out View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/autofill/heuristics/output/016_misc_phones.out View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/026_checkout_ikea.com.out View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/029_checkout_kohls.com.out View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/035_checkout_petco.com.out View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/autofill/heuristics/output/037_checkout_qvc.com.out View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/038_checkout_sears.com.out View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/047_register_continental.com.out View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/049_register_ebay.com.out View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/autofill/heuristics/output/062_register_newegg.com.out View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/063_register_officedepot.com.out View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/094_checkout_staples.com.out View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/autofill/heuristics/output/097_register_alaskaair.com.out View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/autofill/heuristics/output/110_checkout_harryanddavid.com.out View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/autofill/heuristics/output/113_guest_checkout_peapod.com.out View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/autofill/heuristics/output/138_cc_checkout_united.com.out View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_type.cc View 5 chunks +9 lines, -0 lines 0 comments Download
M components/autofill/core/browser/field_types.h View 2 chunks +4 lines, -2 lines 0 comments Download
M components/autofill/core/browser/form_structure.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/autofill/core/browser/form_structure_unittest.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M components/autofill/core/browser/phone_field.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M components/autofill/core/browser/phone_number.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
sebsg
Could you please take a look? Thanks!
4 years, 9 months ago (2016-03-08 15:38:57 UTC) #3
Toyama
lgtm This is great. It should reduce a lot of UNKNOW_TYPEs. https://codereview.chromium.org/1774153002/diff/1/components/autofill/core/browser/field_types.h File components/autofill/core/browser/field_types.h (right): ...
4 years, 9 months ago (2016-03-08 15:44:24 UTC) #4
sebsg
Thanks! https://codereview.chromium.org/1774153002/diff/1/components/autofill/core/browser/field_types.h File components/autofill/core/browser/field_types.h (right): https://codereview.chromium.org/1774153002/diff/1/components/autofill/core/browser/field_types.h#newcode156 components/autofill/core/browser/field_types.h:156: PHONE_HOME_EXTENSION = 93, On 2016/03/08 15:44:24, Toyama wrote: ...
4 years, 9 months ago (2016-03-08 15:49:22 UTC) #5
Mathieu
lgtm https://codereview.chromium.org/1774153002/diff/1/components/autofill/core/browser/field_types.h File components/autofill/core/browser/field_types.h (right): https://codereview.chromium.org/1774153002/diff/1/components/autofill/core/browser/field_types.h#newcode156 components/autofill/core/browser/field_types.h:156: PHONE_HOME_EXTENSION = 93, On 2016/03/08 at 15:49:22, sebsg ...
4 years, 9 months ago (2016-03-09 16:58: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/1774153002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774153002/1
4 years, 9 months ago (2016-03-09 17:43:36 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/193819)
4 years, 9 months ago (2016-03-09 18:15:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1774153002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774153002/40001
4 years, 9 months ago (2016-03-13 19:58:25 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 9 months ago (2016-03-13 21:26:12 UTC) #15
commit-bot: I haz the power
4 years, 9 months ago (2016-03-13 21:27:24 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e6ba074f2fd9f62d45282aaddfe6ba17ad04a34e
Cr-Commit-Position: refs/heads/master@{#380905}

Powered by Google App Engine
This is Rietveld 408576698