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

Issue 252733002: Consolidate most of net/'s icu_string_conversions.h dependencies. (Closed)

Created:
6 years, 8 months ago by mmenke
Modified:
6 years, 7 months ago
Reviewers:
mef
CC:
chromium-reviews, cbentzel+watch_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

Consolidate most of net/'s icu_string+conversions dependencies. TBR=brettw@chromium.org BUG=362608 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266957

Patch Set 1 #

Patch Set 2 : Forgot a file #

Patch Set 3 : Remove bonus file #

Patch Set 4 : Add include guards #

Patch Set 5 : Add include guards, fix mac #

Patch Set 6 : Fix mac #

Total comments: 8

Patch Set 7 : Response to comments #

Patch Set 8 : Response to comments (x2) #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -56 lines) Patch
M net/DEPS View 2 chunks +7 lines, -16 lines 0 comments Download
M net/base/escape_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M net/base/filename_util.cc View 3 chunks +4 lines, -5 lines 0 comments Download
A net/base/net_string_util.h View 1 2 3 4 5 1 chunk +43 lines, -0 lines 0 comments Download
A net/base/net_string_util_icu.cc View 1 2 3 4 5 6 7 1 chunk +62 lines, -0 lines 0 comments Download
M net/cert/x509_cert_types_mac.cc View 1 2 3 4 3 chunks +3 lines, -4 lines 0 comments Download
M net/http/http_auth_handler_basic.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M net/http/http_auth_handler_digest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_content_disposition.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -25 lines 2 comments Download
M net/net.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
mmenke
The Windows trybot failures are bogus. Think the Android ones are, too. https://codereview.chromium.org/252733002/diff/100001/net/DEPS File net/DEPS ...
6 years, 7 months ago (2014-04-28 19:01:37 UTC) #1
mef
looks pretty good. https://codereview.chromium.org/252733002/diff/100001/net/base/net_string_util_icu.cc File net/base/net_string_util_icu.cc (right): https://codereview.chromium.org/252733002/diff/100001/net/base/net_string_util_icu.cc#newcode27 net/base/net_string_util_icu.cc:27: char* buf = WriteInto(output, output_length); could ...
6 years, 7 months ago (2014-04-28 19:19:50 UTC) #2
mmenke
https://codereview.chromium.org/252733002/diff/100001/net/base/net_string_util_icu.cc File net/base/net_string_util_icu.cc (right): https://codereview.chromium.org/252733002/diff/100001/net/base/net_string_util_icu.cc#newcode27 net/base/net_string_util_icu.cc:27: char* buf = WriteInto(output, output_length); On 2014/04/28 19:19:51, mef ...
6 years, 7 months ago (2014-04-28 19:29:18 UTC) #3
mmenke
https://codereview.chromium.org/252733002/diff/100001/net/http/http_content_disposition.cc File net/http/http_content_disposition.cc (left): https://codereview.chromium.org/252733002/diff/100001/net/http/http_content_disposition.cc#oldcode71 net/http/http_content_disposition.cc:71: if (decoded.empty()) { On 2014/04/28 19:29:18, mmenke wrote: > ...
6 years, 7 months ago (2014-04-28 19:31:37 UTC) #4
mef
lgtm https://codereview.chromium.org/252733002/diff/140001/net/http/http_content_disposition.cc File net/http/http_content_disposition.cc (right): https://codereview.chromium.org/252733002/diff/140001/net/http/http_content_disposition.cc#newcode69 net/http/http_content_disposition.cc:69: } is it better with braces?
6 years, 7 months ago (2014-04-28 20:27:41 UTC) #5
mmenke
Thanks for the feedback! https://codereview.chromium.org/252733002/diff/140001/net/http/http_content_disposition.cc File net/http/http_content_disposition.cc (right): https://codereview.chromium.org/252733002/diff/140001/net/http/http_content_disposition.cc#newcode69 net/http/http_content_disposition.cc:69: } On 2014/04/28 20:27:42, mef ...
6 years, 7 months ago (2014-04-28 20:45:03 UTC) #6
mmenke
The CQ bit was checked by mmenke@chromium.org
6 years, 7 months ago (2014-04-28 20:45:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/252733002/140001
6 years, 7 months ago (2014-04-28 20:46:05 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 21:30:30 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 21:30:31 UTC) #10
mmenke
The CQ bit was checked by mmenke@chromium.org
6 years, 7 months ago (2014-04-29 14:49:42 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/252733002/140001
6 years, 7 months ago (2014-04-29 14:50:28 UTC) #12
commit-bot: I haz the power
6 years, 7 months ago (2014-04-29 20:58:14 UTC) #13
Message was sent while issue was closed.
Change committed as 266957

Powered by Google App Engine
This is Rietveld 408576698