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

Issue 137563004: libaddressinput: Add fallback data for US address validation. (Closed)

Created:
6 years, 11 months ago by Evan Stade
Modified:
6 years, 11 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

libaddressinput: Add fallback data for US address validation. Useful in case the network is unavailable. BUG=333399 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245455

Patch Set 1 #

Patch Set 2 : formatting #

Patch Set 3 : sync #

Patch Set 4 : fix fmt #

Total comments: 10

Patch Set 5 : git cl try #

Total comments: 2

Patch Set 6 : no find copies, stupid git #

Patch Set 7 : retry upload #

Patch Set 8 : similarity=90 #

Patch Set 9 : fix merge conflict #

Patch Set 10 : fix bad merge #

Patch Set 11 : another merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+316 lines, -8 lines) Patch
M third_party/libaddressinput/chromium/cpp/libaddressinput.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/fallback_data_store.cc View 1 2 3 4 1 chunk +212 lines, -0 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/src/retriever.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/src/retriever.cc View 1 2 3 4 5 6 7 8 9 3 chunks +11 lines, -5 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/fallback_data_store_test.cc View 1 2 3 4 5 1 chunk +39 lines, -0 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/test/retriever_test.cc View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/libaddressinput/libaddressinput.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Evan Stade
6 years, 11 months ago (2014-01-14 03:23:41 UTC) #1
Dan Beam
lgtm
6 years, 11 months ago (2014-01-14 03:38:23 UTC) #2
Evan Stade
ping rouslan
6 years, 11 months ago (2014-01-15 23:45:43 UTC) #3
please use gerrit instead
Please re-upload with 'git cl upload --no-find-copies'. This will make it clear that we're not ...
6 years, 11 months ago (2014-01-16 00:50:14 UTC) #4
Evan Stade
https://codereview.chromium.org/137563004/diff/320001/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp File third_party/libaddressinput/chromium/cpp/libaddressinput.gyp (right): https://codereview.chromium.org/137563004/diff/320001/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp#newcode62 third_party/libaddressinput/chromium/cpp/libaddressinput.gyp:62: 'target_name': 'unit_tests', On 2014/01/16 00:50:15, Rouslan Solomakhin wrote: > ...
6 years, 11 months ago (2014-01-16 01:09:10 UTC) #5
please use gerrit instead
Please run 'git cl upload --no-find-copies'. https://codereview.chromium.org/137563004/diff/480002/third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h File third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h (left): https://codereview.chromium.org/137563004/diff/480002/third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h#oldcode15 third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h:15: #ifndef I18N_ADDRESSINPUT_REGION_DATA_CONSTANTS_H_ Don't ...
6 years, 11 months ago (2014-01-16 01:25:45 UTC) #6
please use gerrit instead
Last review was nits. Other than that: lgtm.
6 years, 11 months ago (2014-01-16 01:26:10 UTC) #7
Evan Stade
https://codereview.chromium.org/137563004/diff/480002/third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h File third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h (left): https://codereview.chromium.org/137563004/diff/480002/third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h#oldcode15 third_party/libaddressinput/chromium/cpp/src/fallback_data_store.h:15: #ifndef I18N_ADDRESSINPUT_REGION_DATA_CONSTANTS_H_ On 2014/01/16 01:25:46, Rouslan Solomakhin wrote: > ...
6 years, 11 months ago (2014-01-16 01:53:54 UTC) #8
Evan Stade
git cl upload --similarity=90 worked better.
6 years, 11 months ago (2014-01-16 02:00:18 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/137563004/550002
6 years, 11 months ago (2014-01-16 02:10:58 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=247044
6 years, 11 months ago (2014-01-16 03:22:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/137563004/550002
6 years, 11 months ago (2014-01-16 04:00:10 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=247140
6 years, 11 months ago (2014-01-16 05:49:54 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/137563004/380005
6 years, 11 months ago (2014-01-16 17:42:58 UTC) #14
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) app_list_unittests, cacheinvalidation_unittests, cc_unittests, check_deps, check_deps2git, chromedriver_unittests, ...
6 years, 11 months ago (2014-01-16 18:07:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/137563004/990002
6 years, 11 months ago (2014-01-16 20:00:31 UTC) #16
commit-bot: I haz the power
Failed to apply patch for third_party/libaddressinput/chromium/cpp/libaddressinput.gyp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-16 20:00:37 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/137563004/1080001
6 years, 11 months ago (2014-01-16 21:49:11 UTC) #18
commit-bot: I haz the power
6 years, 11 months ago (2014-01-17 07:00:51 UTC) #19
Message was sent while issue was closed.
Change committed as 245455

Powered by Google App Engine
This is Rietveld 408576698