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

Issue 389733002: Reland "Use upstream libaddressinput in Chrome." (Closed)

Created:
6 years, 5 months ago by please use gerrit instead
Modified:
6 years, 5 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, benquan, browser-components-watch_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org, roubert
Project:
chromium
Visibility:
Public.

Description

Reland "Use upstream libaddressinput in Chrome." Fix the merge conflict and reland http://crrev.com/282726, which was reverted in http://crrev.com/282732. TBR=estade@chromium.org,thestig@chromium.org,groby@chromium.org BUG=389918 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282842

Patch Set 1 #

Patch Set 2 : Fix GN build. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2264 lines, -1753 lines) Patch
M DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M build/ios/grit_whitelist.txt View 1 chunk +35 lines, -0 lines 0 comments Download
M chrome/app/address_input_strings.grdp View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/DEPS View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 6 chunks +11 lines, -6 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 9 chunks +34 lines, -31 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 5 chunks +12 lines, -17 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_i18n_input.h View 1 chunk +1 line, -7 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc View 5 chunks +20 lines, -12 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_i18n_input_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/country_combobox_model.cc View 3 chunks +18 lines, -5 lines 0 comments Download
M chrome/browser/ui/autofill/country_combobox_model_unittest.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/data_model_wrapper.cc View 3 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/ui/autofill/mock_address_validator.h View 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/autofill_options_handler.cc View 4 chunks +19 lines, -8 lines 0 comments Download
M chrome/tools/build/repack_locales.py View 1 chunk +1 line, -6 lines 0 comments Download
M components/autofill/core/browser/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/address_i18n.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/browser/autofill_country.cc View 4 chunks +11 lines, -5 lines 0 comments Download
M components/autofill/core/browser/autofill_country_unittest.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_profile.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/personal_data_manager.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/libaddressinput/BUILD.gn View 1 3 chunks +67 lines, -96 lines 0 comments Download
M third_party/libaddressinput/README.chromium View 2 chunks +4 lines, -8 lines 0 comments Download
M third_party/libaddressinput/chromium/addressinput_util.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/libaddressinput/chromium/addressinput_util.cc View 3 chunks +16 lines, -18 lines 0 comments Download
M third_party/libaddressinput/chromium/addressinput_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/libaddressinput/chromium/chrome_address_validator.h View 6 chunks +73 lines, -28 lines 0 comments Download
A third_party/libaddressinput/chromium/chrome_address_validator.cc View 1 chunk +154 lines, -0 lines 0 comments Download
A + third_party/libaddressinput/chromium/chrome_address_validator_unittest.cc View 17 chunks +284 lines, -156 lines 0 comments Download
M third_party/libaddressinput/chromium/chrome_downloader_impl.h View 3 chunks +7 lines, -4 lines 0 comments Download
M third_party/libaddressinput/chromium/chrome_downloader_impl.cc View 3 chunks +28 lines, -24 lines 0 comments Download
M third_party/libaddressinput/chromium/chrome_downloader_impl_unittest.cc View 3 chunks +16 lines, -12 lines 0 comments Download
M third_party/libaddressinput/chromium/chrome_rule_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libaddressinput/chromium/chrome_storage_impl.h View 3 chunks +6 lines, -8 lines 0 comments Download
M third_party/libaddressinput/chromium/chrome_storage_impl.cc View 2 chunks +22 lines, -22 lines 0 comments Download
M third_party/libaddressinput/chromium/chrome_storage_impl_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A third_party/libaddressinput/chromium/fallback_data_store.h View 1 chunk +22 lines, -0 lines 0 comments Download
A + third_party/libaddressinput/chromium/fallback_data_store.cc View 2 chunks +9 lines, -18 lines 0 comments Download
A third_party/libaddressinput/chromium/fallback_data_store_unittest.cc View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/input_suggester.h View 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/input_suggester.cc View 1 chunk +521 lines, -0 lines 0 comments Download
M third_party/libaddressinput/chromium/json.cc View 2 chunks +98 lines, -74 lines 0 comments Download
A + third_party/libaddressinput/chromium/libaddressinput_util.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + third_party/libaddressinput/chromium/libaddressinput_util.cc View 3 chunks +19 lines, -22 lines 0 comments Download
A + third_party/libaddressinput/chromium/libaddressinput_util_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
A third_party/libaddressinput/chromium/override/basictypes_override.h View 1 chunk +10 lines, -0 lines 0 comments Download
D third_party/libaddressinput/chromium/preload_address_validator.h View 1 chunk +0 lines, -141 lines 0 comments Download
D third_party/libaddressinput/chromium/preload_address_validator.cc View 1 chunk +0 lines, -144 lines 0 comments Download
D third_party/libaddressinput/chromium/preload_address_validator_unittest.cc View 1 chunk +0 lines, -612 lines 0 comments Download
A third_party/libaddressinput/chromium/storage_test_runner.h View 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/storage_test_runner.cc View 1 chunk +88 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/string_compare.cc View 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/string_compare_unittest.cc View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/trie.h View 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/trie.cc View 1 chunk +81 lines, -0 lines 0 comments Download
A + third_party/libaddressinput/chromium/trie_unittest.cc View 6 chunks +37 lines, -42 lines 0 comments Download
M third_party/libaddressinput/libaddressinput.gyp View 1 chunk +93 lines, -172 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
please use gerrit instead
FYI
6 years, 5 months ago (2014-07-12 01:53:53 UTC) #1
please use gerrit instead
The CQ bit was checked by rouslan@chromium.org
6 years, 5 months ago (2014-07-12 01:54:01 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/389733002/1
6 years, 5 months ago (2014-07-12 01:56:05 UTC) #3
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_gn_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-12 05:46:10 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-12 05:52:50 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_gn_rel/builds/25211)
6 years, 5 months ago (2014-07-12 05:52:51 UTC) #6
please use gerrit instead
The CQ bit was checked by rouslan@chromium.org
6 years, 5 months ago (2014-07-12 13:14:39 UTC) #7
please use gerrit instead
The CQ bit was unchecked by rouslan@chromium.org
6 years, 5 months ago (2014-07-12 13:15:20 UTC) #8
please use gerrit instead
The CQ bit was checked by rouslan@chromium.org
6 years, 5 months ago (2014-07-12 13:17:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/389733002/1
6 years, 5 months ago (2014-07-12 13:18:30 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_gn_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-12 15:05:47 UTC) #11
please use gerrit instead
The CQ bit was unchecked by rouslan@chromium.org
6 years, 5 months ago (2014-07-12 15:58:28 UTC) #12
please use gerrit instead
The CQ bit was checked by rouslan@chromium.org
6 years, 5 months ago (2014-07-12 18:40:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/389733002/30001
6 years, 5 months ago (2014-07-12 18:40:39 UTC) #14
please use gerrit instead
The CQ bit was unchecked by rouslan@chromium.org
6 years, 5 months ago (2014-07-12 19:01:52 UTC) #15
please use gerrit instead
The CQ bit was checked by rouslan@chromium.org
6 years, 5 months ago (2014-07-12 19:10:21 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/389733002/30001
6 years, 5 months ago (2014-07-12 19:10:53 UTC) #17
commit-bot: I haz the power
6 years, 5 months ago (2014-07-12 23:02:27 UTC) #18
Message was sent while issue was closed.
Change committed as 282842

Powered by Google App Engine
This is Rietveld 408576698