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

Issue 110533002: [rac] Temporarily copy libaddressinput to Chrome. (Closed)

Created:
7 years ago by please use gerrit instead
Modified:
7 years ago
Reviewers:
Evan Stade
CC:
chromium-reviews
Visibility:
Public.

Description

[rac] Temporarily copy libaddressinput to Chrome. This patch copies libaddressinput to Chrome to enable local development of the library. After Chrome-specific changes are in, we will upstream the library back to https://libaddressinput.googlecode.com. BUG=327046 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239705

Patch Set 1 : #

Total comments: 9

Patch Set 2 : Link to the bug. #

Patch Set 3 : Remove extra d in libaddressinput. #

Patch Set 4 : Explain subdirectories in the readme. #

Total comments: 2

Patch Set 5 : chromium/util/ is not a copy of libaddressinput code. #

Patch Set 6 : Avoid redefinition of basictypes.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6797 lines, -132 lines) Patch
M third_party/libaddressinput/README.chromium View 1 2 3 4 5 1 chunk +8 lines, -4 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/LICENSE.chromium View 1 2 3 4 5 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/README View 1 2 3 4 5 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/grit.gyp View 1 2 3 4 5 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/gtest.gyp View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_field.h View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h View 1 2 3 4 5 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui_component.h View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/callback.h View 1 2 3 4 5 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/downloader.h View 1 2 3 4 5 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/localization.h View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/storage.h View 1 2 3 4 5 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/basictypes.h View 1 2 3 4 5 1 chunk +201 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/scoped_ptr.h View 1 2 3 4 5 1 chunk +445 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/template_util.h View 1 2 3 4 5 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/libaddressinput.gyp View 1 2 3 4 5 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/rapidjson.gyp View 1 2 3 4 5 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/res/messages.grd View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/res/messages.grdp View 1 2 3 4 5 1 chunk +196 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/address_field.cc View 1 2 3 4 5 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/address_field_util.h View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/address_field_util.cc View 1 2 3 4 5 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/address_ui.cc View 1 2 3 4 5 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/grit.h View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/localization.cc View 1 2 3 4 5 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/lookup_key_util.h View 1 2 3 4 5 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/lookup_key_util.cc View 1 2 3 4 5 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/region_data_constants.h View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/region_data_constants.cc View 1 2 3 4 5 1 chunk +1041 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/retriever.h View 1 2 3 4 5 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/retriever.cc View 1 2 3 4 5 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/rule.h View 1 2 3 4 5 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/rule.cc View 1 2 3 4 5 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/rule_retriever.h View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/rule_retriever.cc View 1 2 3 4 5 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/util/json.h View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/util/json.cc View 1 2 3 4 5 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/util/md5.h View 1 2 3 4 5 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/util/md5.cc View 1 2 3 4 5 1 chunk +299 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/validating_storage.h View 1 2 3 4 5 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/validating_storage.cc View 1 2 3 4 5 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/validating_util.h View 1 2 3 4 5 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/src/validating_util.cc View 1 2 3 4 5 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/address_field_util_test.cc View 1 2 3 4 5 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/address_ui_test.cc View 1 2 3 4 5 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/fake_downloader.h View 1 2 3 4 5 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc View 1 2 3 4 5 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/fake_downloader_test.cc View 1 2 3 4 5 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/fake_storage.h View 1 2 3 4 5 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/fake_storage.cc View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/fake_storage_test.cc View 1 2 3 4 5 1 chunk +89 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/localization_test.cc View 1 2 3 4 5 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/lookup_key_util_test.cc View 1 2 3 4 5 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/region_data_constants_test.cc View 1 2 3 4 5 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/retriever_test.cc View 1 2 3 4 5 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/rule_retriever_test.cc View 1 2 3 4 5 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/rule_test.cc View 1 2 3 4 5 1 chunk +186 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/util/json_test.cc View 1 2 3 4 5 1 chunk +112 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/util/md5_unittest.cc View 1 2 3 4 5 1 chunk +218 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/util/scoped_ptr_unittest.cc View 1 2 3 4 5 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/validating_storage_test.cc View 1 2 3 4 5 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/validating_util_test.cc View 1 2 3 4 5 1 chunk +153 lines, -0 lines 0 comments Download
A + third_party/libaddressinput/chromium/json.cc View 1 2 3 4 5 1 chunk +44 lines, -19 lines 0 comments Download
D third_party/libaddressinput/chromium/util/json.h View 1 2 3 4 5 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/libaddressinput/chromium/util/json.cc View 1 2 3 4 5 1 chunk +0 lines, -41 lines 0 comments Download
M third_party/libaddressinput/libaddressinput.gyp View 1 2 3 4 5 5 chunks +29 lines, -26 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
please use gerrit instead
Evan: PTAL. I've moved the latest libaddressinput from src/third_party/libaddressinput/src/ to src/third_party/libaddressinput/chromium/. I've described the required ...
7 years ago (2013-12-09 18:31:01 UTC) #1
Evan Stade
LG, but could you also file a bug titled roughly "Remove Chrome's copy of libaddressinput", ...
7 years ago (2013-12-09 18:42:26 UTC) #2
please use gerrit instead
Evan: PTAL Patch Set 2 and the updated patch description.
7 years ago (2013-12-09 19:06:12 UTC) #3
please use gerrit instead
Evan: PTAL Patch Set 4. I've addressed the rest of your comments. https://codereview.chromium.org/110533002/diff/20001/third_party/libaddressinput/README.chromium File third_party/libaddressinput/README.chromium ...
7 years ago (2013-12-09 19:11:22 UTC) #4
Evan Stade
lgtm https://codereview.chromium.org/110533002/diff/50001/third_party/libaddressinput/README.chromium File third_party/libaddressinput/README.chromium (right): https://codereview.chromium.org/110533002/diff/50001/third_party/libaddressinput/README.chromium#newcode20 third_party/libaddressinput/README.chromium:20: (http://crbug.com/327046). The Chrome-specific version is in chromium/ nit: ...
7 years ago (2013-12-09 19:16:56 UTC) #5
please use gerrit instead
Sending to CQ. https://codereview.chromium.org/110533002/diff/50001/third_party/libaddressinput/README.chromium File third_party/libaddressinput/README.chromium (right): https://codereview.chromium.org/110533002/diff/50001/third_party/libaddressinput/README.chromium#newcode20 third_party/libaddressinput/README.chromium:20: (http://crbug.com/327046). The Chrome-specific version is in ...
7 years ago (2013-12-09 19:20:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/110533002/60001
7 years ago (2013-12-09 19:41:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/110533002/80001
7 years ago (2013-12-09 22:40:56 UTC) #8
commit-bot: I haz the power
7 years ago (2013-12-10 07:45:31 UTC) #9
Message was sent while issue was closed.
Change committed as 239705

Powered by Google App Engine
This is Rietveld 408576698