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

Issue 140823005: [rac] Download country code data in a single HTTP request. (Closed)

Created:
6 years, 11 months ago by please use gerrit instead
Modified:
6 years, 11 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews, roubert
Visibility:
Public.

Description

[rac] Download country code data in a single HTTP request. BUG=327046 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246414

Patch Set 1 : Add comment. #

Total comments: 10

Patch Set 2 : Address comments. #

Total comments: 4

Patch Set 3 : Fix indent, remove assert. #

Patch Set 4 : Temporarily switch to staging URL. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -209 lines) Patch
M third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_validator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libaddressinput/chromium/cpp/libaddressinput.gyp View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.h View 1 3 chunks +19 lines, -24 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc View 1 2 2 chunks +70 lines, -126 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/src/retriever.h View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/src/rule.h View 2 chunks +5 lines, -0 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/src/rule.cc View 1 chunk +12 lines, -10 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/src/util/json.h View 1 1 chunk +11 lines, -3 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/src/util/json.cc View 1 3 chunks +44 lines, -10 lines 0 comments Download
A third_party/libaddressinput/chromium/cpp/test/country_rules_aggregator_test.cc View 1 1 chunk +109 lines, -0 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/test/fake_downloader.cc View 3 chunks +40 lines, -9 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/test/fake_downloader_test.cc View 2 chunks +5 lines, -16 lines 0 comments Download
M third_party/libaddressinput/chromium/cpp/test/retriever_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libaddressinput/chromium/cpp/test/util/json_test.cc View 1 1 chunk +26 lines, -0 lines 0 comments Download
M third_party/libaddressinput/chromium/json.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M third_party/libaddressinput/libaddressinput.gyp View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
please use gerrit instead
Evan: PTAL.
6 years, 11 months ago (2014-01-18 00:09:08 UTC) #1
Evan Stade
https://codereview.chromium.org/140823005/diff/310001/third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc File third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc (right): https://codereview.chromium.org/140823005/diff/310001/third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc#newcode68 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc:68: for (std::vector<std::string>::const_iterator lang_it = languages_.begin(); please add short comments ...
6 years, 11 months ago (2014-01-18 19:14:31 UTC) #2
please use gerrit instead
Evan: PTAL Patch Set 2. https://codereview.chromium.org/140823005/diff/310001/third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc File third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc (right): https://codereview.chromium.org/140823005/diff/310001/third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc#newcode68 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc:68: for (std::vector<std::string>::const_iterator lang_it = ...
6 years, 11 months ago (2014-01-21 18:43:53 UTC) #3
Evan Stade
lgtm https://codereview.chromium.org/140823005/diff/460001/third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc File third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc (right): https://codereview.chromium.org/140823005/diff/460001/third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc#newcode116 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc:116: assert(field != DEPENDENT_LOCALITY || ruleset->rule().GetSubKeys().empty()); even this seems ...
6 years, 11 months ago (2014-01-22 01:22:03 UTC) #4
please use gerrit instead
Will commit. https://codereview.chromium.org/140823005/diff/460001/third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc File third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc (right): https://codereview.chromium.org/140823005/diff/460001/third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc#newcode116 third_party/libaddressinput/chromium/cpp/src/country_rules_aggregator.cc:116: assert(field != DEPENDENT_LOCALITY || ruleset->rule().GetSubKeys().empty()); On 2014/01/22 ...
6 years, 11 months ago (2014-01-22 01:46:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/140823005/720001
6 years, 11 months ago (2014-01-22 01:55:39 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests, unit_tests_swarm http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=249606
6 years, 11 months ago (2014-01-22 05:03:25 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/140823005/720001
6 years, 11 months ago (2014-01-22 18:30:01 UTC) #8
commit-bot: I haz the power
6 years, 11 months ago (2014-01-22 21:30:05 UTC) #9
Message was sent while issue was closed.
Change committed as 246414

Powered by Google App Engine
This is Rietveld 408576698