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

Issue 10800078: Remove wchar_t versions of StringPrintf from Android (Closed)

Created:
8 years, 5 months ago by Iain Merrick
Modified:
8 years, 4 months ago
CC:
chromium-reviews, erikwright (departed), jshin+watch_chromium.org, brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove wchar_t versions of StringPrintf from Android BUG=137864 TEST=StringPrintfTest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149397

Patch Set 1 : First cut, compiles on Android #

Total comments: 6

Patch Set 2 : No longer consolidating #ifdefs #

Patch Set 3 : Comment added #

Total comments: 2

Patch Set 4 : Removed #ifdef from experiments_helper.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -9 lines) Patch
M base/stringprintf.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M base/stringprintf.cc View 6 chunks +10 lines, -0 lines 0 comments Download
M base/stringprintf_unittest.cc View 5 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/diagnostics/diagnostics_main.cc View 5 chunks +10 lines, -6 lines 0 comments Download
M chrome/common/metrics/experiments_helper.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Iain Merrick
8 years, 5 months ago (2012-07-24 16:04:10 UTC) #1
jar (doing other things)
http://codereview.chromium.org/10800078/diff/6001/base/stringprintf.h File base/stringprintf.h (left): http://codereview.chromium.org/10800078/diff/6001/base/stringprintf.h#oldcode36 base/stringprintf.h:36: BASE_EXPORT void StringAppendF(std::string* dst, const char* format, ...) This ...
8 years, 5 months ago (2012-07-24 18:15:34 UTC) #2
Iain Merrick
http://codereview.chromium.org/10800078/diff/6001/base/stringprintf.h File base/stringprintf.h (left): http://codereview.chromium.org/10800078/diff/6001/base/stringprintf.h#oldcode36 base/stringprintf.h:36: BASE_EXPORT void StringAppendF(std::string* dst, const char* format, ...) On ...
8 years, 5 months ago (2012-07-25 10:57:23 UTC) #3
jar (doing other things)
with nit (to add comment such as suggested below)... LGTM http://codereview.chromium.org/10800078/diff/6001/base/stringprintf.h File base/stringprintf.h (right): http://codereview.chromium.org/10800078/diff/6001/base/stringprintf.h#newcode39 ...
8 years, 5 months ago (2012-07-25 18:54:04 UTC) #4
Iain Merrick
http://codereview.chromium.org/10800078/diff/6001/base/stringprintf.h File base/stringprintf.h (right): http://codereview.chromium.org/10800078/diff/6001/base/stringprintf.h#newcode39 base/stringprintf.h:39: #if !defined(OS_ANDROID) On 2012/07/25 18:54:04, jar wrote: > Mixed ...
8 years, 5 months ago (2012-07-26 11:15:56 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/husky@chromium.org/10800078/22001
8 years, 5 months ago (2012-07-26 11:18:29 UTC) #6
commit-bot: I haz the power
Presubmit check for 10800078-22001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-26 11:18:41 UTC) #7
Iain Merrick
+sky for chrome/OWNERS review
8 years, 5 months ago (2012-07-26 11:31:04 UTC) #8
sky
http://codereview.chromium.org/10800078/diff/22001/chrome/common/metrics/experiments_helper.cc File chrome/common/metrics/experiments_helper.cc (right): http://codereview.chromium.org/10800078/diff/22001/chrome/common/metrics/experiments_helper.cc#newcode161 chrome/common/metrics/experiments_helper.cc:161: experiment_strings[i] = UTF8ToUTF16(base::StringPrintf( Why the ifdef here? Can't we ...
8 years, 4 months ago (2012-07-28 02:11:24 UTC) #9
Iain Merrick
http://codereview.chromium.org/10800078/diff/22001/chrome/common/metrics/experiments_helper.cc File chrome/common/metrics/experiments_helper.cc (right): http://codereview.chromium.org/10800078/diff/22001/chrome/common/metrics/experiments_helper.cc#newcode161 chrome/common/metrics/experiments_helper.cc:161: experiment_strings[i] = UTF8ToUTF16(base::StringPrintf( On 2012/07/28 02:11:24, sky wrote: > ...
8 years, 4 months ago (2012-07-30 08:33:32 UTC) #10
sky
LGTM
8 years, 4 months ago (2012-08-01 03:56:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/husky@chromium.org/10800078/26001
8 years, 4 months ago (2012-08-01 09:07:21 UTC) #12
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 10:30:03 UTC) #13
Change committed as 149397

Powered by Google App Engine
This is Rietveld 408576698