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

Issue 266053002: Implement alternative string conversion functions in net/ on Android, (Closed)

Created:
6 years, 7 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

Implement alternative string conversion functions in net/ on Android, using Java conversion functions. This is part of making it possible to build net/ without ICU, to get binary size down when building net/ as a library BUG=362608 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269595

Patch Set 1 #

Total comments: 10

Patch Set 2 : Response to comments, update GN #

Patch Set 3 : Merge #

Patch Set 4 : Fix stuff #

Patch Set 5 : Fix GN #

Patch Set 6 : merge #

Patch Set 7 : Fix stuff #

Total comments: 2

Patch Set 8 : Fix mac #

Patch Set 9 : Remove GN changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -31 lines) Patch
M net/DEPS View 1 1 chunk +0 lines, -4 lines 0 comments Download
A net/android/java/src/org/chromium/net/NetStringUtil.java View 1 1 chunk +89 lines, -0 lines 0 comments Download
M net/android/net_jni_registrar.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M net/base/net_string_util.h View 1 2 chunks +7 lines, -8 lines 0 comments Download
M net/base/net_string_util_icu.cc View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
A net/base/net_string_util_icu_alternatives_android.h View 1 chunk +18 lines, -0 lines 0 comments Download
A net/base/net_string_util_icu_alternatives_android.cc View 1 1 chunk +115 lines, -0 lines 0 comments Download
M net/cert/x509_cert_types_mac.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_auth_handler_basic.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M net/http/http_auth_handler_digest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/net.gyp View 1 2 3 4 5 2 chunks +18 lines, -0 lines 0 comments Download
M net/proxy/proxy_script_fetcher_impl.cc View 1 3 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
mmenke
This depends on USE_ICU_ALTERNATIVES from the CL currently out for review. Could get started on ...
6 years, 7 months ago (2014-05-05 15:07:06 UTC) #1
mef
https://codereview.chromium.org/266053002/diff/1/net/DEPS File net/DEPS (right): https://codereview.chromium.org/266053002/diff/1/net/DEPS#newcode47 net/DEPS:47: # Only use icu for string conversions. is this ...
6 years, 7 months ago (2014-05-06 15:40:57 UTC) #2
mmenke
Thanks for the feedback! https://codereview.chromium.org/266053002/diff/1/net/DEPS File net/DEPS (right): https://codereview.chromium.org/266053002/diff/1/net/DEPS#newcode47 net/DEPS:47: # Only use icu for ...
6 years, 7 months ago (2014-05-06 18:57:20 UTC) #3
mmenke
[+brettw]: Please review the url/ changes. mef: Please re-review when you get a chance.
6 years, 7 months ago (2014-05-08 16:40:49 UTC) #4
mef
lgtm https://codereview.chromium.org/266053002/diff/290001/net/cert/x509_cert_types_mac.cc File net/cert/x509_cert_types_mac.cc (right): https://codereview.chromium.org/266053002/diff/290001/net/cert/x509_cert_types_mac.cc#newcode118 net/cert/x509_cert_types_mac.cc:118: if (!ConvertToUTF16(DataToString(data), kLatin1, &utf16)) Hmm, I think kLatin1 ...
6 years, 7 months ago (2014-05-08 17:09:04 UTC) #5
mmenke
https://codereview.chromium.org/266053002/diff/290001/net/cert/x509_cert_types_mac.cc File net/cert/x509_cert_types_mac.cc (right): https://codereview.chromium.org/266053002/diff/290001/net/cert/x509_cert_types_mac.cc#newcode118 net/cert/x509_cert_types_mac.cc:118: if (!ConvertToUTF16(DataToString(data), kLatin1, &utf16)) On 2014/05/08 17:09:04, mef wrote: ...
6 years, 7 months ago (2014-05-08 18:58:42 UTC) #6
mmenke
On 2014/05/08 18:58:42, mmenke wrote: > https://codereview.chromium.org/266053002/diff/290001/net/cert/x509_cert_types_mac.cc > File net/cert/x509_cert_types_mac.cc (right): > > https://codereview.chromium.org/266053002/diff/290001/net/cert/x509_cert_types_mac.cc#newcode118 > ...
6 years, 7 months ago (2014-05-09 15:33:45 UTC) #7
mmenke
On 2014/05/09 15:33:45, mmenke wrote: > On 2014/05/08 18:58:42, mmenke wrote: > > > https://codereview.chromium.org/266053002/diff/290001/net/cert/x509_cert_types_mac.cc ...
6 years, 7 months ago (2014-05-09 15:34:02 UTC) #8
mmenke
The CQ bit was checked by mmenke@chromium.org
6 years, 7 months ago (2014-05-09 15:49:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mmenke@chromium.org/266053002/390001
6 years, 7 months ago (2014-05-09 15:53:39 UTC) #10
commit-bot: I haz the power
6 years, 7 months ago (2014-05-10 18:32:50 UTC) #11
Message was sent while issue was closed.
Change committed as 269595

Powered by Google App Engine
This is Rietveld 408576698