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

Issue 322453003: autocomplete: support address-line3, address-level{1,2,3} (Closed)

Created:
6 years, 6 months ago by Evan Stade
Modified:
6 years, 6 months ago
CC:
chromium-reviews, benquan, jam, browser-components-watch_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

autocomplete: support filling address-line3, address-level{1,2,3} Deprecate region and locality, log a message on the console when they're encountered. BUG=340929 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277645

Patch Set 1 #

Patch Set 2 : log but don't spew #

Patch Set 3 : self review #

Total comments: 10

Patch Set 4 : update tests #

Patch Set 5 : update autofill_metrics.cc #

Total comments: 6

Patch Set 6 : histograms.xml #

Patch Set 7 : remove obsolete unit tests #

Patch Set 8 : fix test expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -133 lines) Patch
M chrome/browser/ui/autofill/autofill_dialog_common.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 2 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 6 7 5 chunks +6 lines, -74 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_i18n_input.h View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc View 1 2 1 chunk +0 lines, -12 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/test/data/autofill/heuristics/input/01_autocomplete_attribute_basic.html View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/test/data/autofill/heuristics/input/01_autocomplete_attribute_malicious.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_basic.out View 1 2 3 4 5 6 7 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/test/data/autofill/heuristics/output/01_autocomplete_attribute_malicious.out View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/renderer/form_cache.cc View 1 2 3 4 chunks +24 lines, -0 lines 0 comments Download
M components/autofill/core/browser/address.cc View 3 chunks +11 lines, -0 lines 0 comments Download
M components/autofill/core/browser/address_unittest.cc View 1 2 3 4 5 5 chunks +31 lines, -1 line 0 comments Download
M components/autofill/core/browser/autofill_metrics.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_type.cc View 8 chunks +30 lines, -9 lines 0 comments Download
M components/autofill/core/browser/field_types.h View 2 chunks +12 lines, -6 lines 0 comments Download
M components/autofill/core/browser/form_structure.cc View 1 chunk +15 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Evan Stade
How do I update the autofill server with the new type?
6 years, 6 months ago (2014-06-06 20:58:45 UTC) #1
Ilya Sherman
WDYT of getting initial reviews from Dan and/or Rouslan, and then final passes from me, ...
6 years, 6 months ago (2014-06-06 23:24:07 UTC) #2
Evan Stade
+groby for chrome/browser/ui On 2014/06/06 23:24:07, Ilya Sherman wrote: > WDYT of getting initial reviews ...
6 years, 6 months ago (2014-06-09 17:17:01 UTC) #3
Ilya Sherman
https://codereview.chromium.org/322453003/diff/40001/components/autofill/content/renderer/form_cache.cc File components/autofill/content/renderer/form_cache.cc (right): https://codereview.chromium.org/322453003/diff/40001/components/autofill/content/renderer/form_cache.cc#newcode85 components/autofill/content/renderer/form_cache.cc:85: // We log an error message for deprecated attributes, ...
6 years, 6 months ago (2014-06-10 00:40:41 UTC) #4
Ilya Sherman
In addition to my comments on the diffs, please keep in mind that you'll need ...
6 years, 6 months ago (2014-06-10 00:47:58 UTC) #5
Evan Stade
On 2014/06/10 00:47:58, Ilya Sherman wrote: > In addition to my comments on the diffs, ...
6 years, 6 months ago (2014-06-10 01:41:20 UTC) #6
groby-ooo-7-16
c/b/ui LGTM
6 years, 6 months ago (2014-06-10 20:20:32 UTC) #7
Evan Stade
https://codereview.chromium.org/322453003/diff/40001/components/autofill/content/renderer/form_cache.cc File components/autofill/content/renderer/form_cache.cc (right): https://codereview.chromium.org/322453003/diff/40001/components/autofill/content/renderer/form_cache.cc#newcode85 components/autofill/content/renderer/form_cache.cc:85: // We log an error message for deprecated attributes, ...
6 years, 6 months ago (2014-06-12 01:49:47 UTC) #8
Ilya Sherman
https://codereview.chromium.org/322453003/diff/80001/components/autofill/core/browser/address_unittest.cc File components/autofill/core/browser/address_unittest.cc (right): https://codereview.chromium.org/322453003/diff/80001/components/autofill/core/browser/address_unittest.cc#newcode211 components/autofill/core/browser/address_unittest.cc:211: nit: Spurious newline. https://codereview.chromium.org/322453003/diff/80001/components/autofill/core/browser/autofill_metrics.cc File components/autofill/core/browser/autofill_metrics.cc (right): https://codereview.chromium.org/322453003/diff/80001/components/autofill/core/browser/autofill_metrics.cc#newcode37 components/autofill/core/browser/autofill_metrics.cc:37: ...
6 years, 6 months ago (2014-06-12 22:37:55 UTC) #9
Evan Stade
https://codereview.chromium.org/322453003/diff/80001/components/autofill/core/browser/address_unittest.cc File components/autofill/core/browser/address_unittest.cc (right): https://codereview.chromium.org/322453003/diff/80001/components/autofill/core/browser/address_unittest.cc#newcode211 components/autofill/core/browser/address_unittest.cc:211: On 2014/06/12 22:37:54, Ilya Sherman wrote: > nit: Spurious ...
6 years, 6 months ago (2014-06-13 01:49:43 UTC) #10
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/322453003/diff/80001/components/autofill/core/browser/autofill_metrics.cc File components/autofill/core/browser/autofill_metrics.cc (right): https://codereview.chromium.org/322453003/diff/80001/components/autofill/core/browser/autofill_metrics.cc#newcode37 components/autofill/core/browser/autofill_metrics.cc:37: ADDRESS_LINE_3, On 2014/06/13 01:49:43, Evan Stade wrote: ...
6 years, 6 months ago (2014-06-13 21:50:09 UTC) #11
Evan Stade
thx for the review.
6 years, 6 months ago (2014-06-13 22:18:42 UTC) #12
Evan Stade
The CQ bit was checked by estade@chromium.org
6 years, 6 months ago (2014-06-13 22:18:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/322453003/120001
6 years, 6 months ago (2014-06-13 22:24:21 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-14 04:51:23 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/41819)
6 years, 6 months ago (2014-06-14 04:51:24 UTC) #16
Evan Stade
Ilya, could you take a look at chrome/test/data/autofill/* as well? Thanks.
6 years, 6 months ago (2014-06-16 19:09:26 UTC) #17
Ilya Sherman
Test changes LGTM. Thanks, Evan :)
6 years, 6 months ago (2014-06-16 21:11:37 UTC) #18
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 6 months ago (2014-06-16 21:11:43 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/322453003/140001
6 years, 6 months ago (2014-06-16 21:12:59 UTC) #20
commit-bot: I haz the power
6 years, 6 months ago (2014-06-17 03:29:21 UTC) #21
Message was sent while issue was closed.
Change committed as 277645

Powered by Google App Engine
This is Rietveld 408576698