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

Issue 10246007: Fix GetAppShortcutName to return a localized name for Chrome (Closed)

Created:
8 years, 8 months ago by gab
Modified:
8 years, 7 months ago
Reviewers:
grt (UTC plus 2)
CC:
chromium-reviews, grt+watch_chromium.org
Visibility:
Public.

Description

Fix GetAppShortcutName to return a localized name for Chrome. Fixes a regression introduced in r108297. std::wstring --> string16 in chrome/installer/util/browser_distribution.h and all of its descendants. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134543

Patch Set 1 #

Total comments: 2

Patch Set 2 : hi greg ;) #

Patch Set 3 : string16 madness #

Total comments: 32

Patch Set 4 : nits #

Total comments: 2

Patch Set 5 : last nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -268 lines) Patch
M chrome/installer/util/browser_distribution.h View 1 2 3 5 chunks +21 lines, -21 lines 0 comments Download
M chrome/installer/util/browser_distribution.cc View 1 2 5 chunks +20 lines, -20 lines 0 comments Download
M chrome/installer/util/chrome_frame_distribution.h View 1 2 3 1 chunk +17 lines, -20 lines 0 comments Download
M chrome/installer/util/chrome_frame_distribution.cc View 1 2 4 chunks +20 lines, -22 lines 0 comments Download
M chrome/installer/util/chromium_binaries_distribution.h View 1 2 3 2 chunks +16 lines, -16 lines 0 comments Download
M chrome/installer/util/chromium_binaries_distribution.cc View 1 2 3 4 chunks +28 lines, -28 lines 0 comments Download
M chrome/installer/util/google_chrome_binaries_distribution.h View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/installer/util/google_chrome_binaries_distribution.cc View 1 2 3 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/installer/util/google_chrome_distribution.h View 1 2 3 5 chunks +25 lines, -24 lines 0 comments Download
M chrome/installer/util/google_chrome_distribution.cc View 1 2 3 4 22 chunks +61 lines, -53 lines 0 comments Download
M chrome/installer/util/google_chrome_distribution_dummy.cc View 1 2 4 chunks +38 lines, -33 lines 0 comments Download
M chrome/installer/util/google_chrome_sxs_distribution.h View 1 2 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/installer/util/google_chrome_sxs_distribution.cc View 1 2 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
gab
Made it a separate CL, PTAL, and feel free to CQ if ok.
8 years, 8 months ago (2012-04-27 01:33:19 UTC) #1
grt (UTC plus 2)
Thanks for taking care of this. Looks good. Just one style nit; see below. https://chromiumcodereview.appspot.com/10246007/diff/1/chrome/installer/util/google_chrome_distribution.cc ...
8 years, 8 months ago (2012-04-27 13:00:25 UTC) #2
gab
Fixed + addded to dummy implementation of GoogleChromeDistribution + string16 madness to make presubmit happy... ...
8 years, 8 months ago (2012-04-27 17:48:33 UTC) #3
grt (UTC plus 2)
Some nits. Please run a tryjob that hits the default set of bots. I can't ...
8 years, 8 months ago (2012-04-27 18:23:07 UTC) #4
gab
Addressed all nits. See below. Tries on the way. https://chromiumcodereview.appspot.com/10246007/diff/7001/chrome/installer/util/browser_distribution.h File chrome/installer/util/browser_distribution.h (right): https://chromiumcodereview.appspot.com/10246007/diff/7001/chrome/installer/util/browser_distribution.h#newcode12 chrome/installer/util/browser_distribution.h:12: ...
8 years, 8 months ago (2012-04-27 20:58:45 UTC) #5
grt (UTC plus 2)
Two final nits below. Also, please add a note about the std::wstring -> string16 change ...
8 years, 7 months ago (2012-04-29 02:08:49 UTC) #6
grt (UTC plus 2)
On 2012/04/29 02:08:49, grt wrote: > Also, please add a note about the std::wstring -> ...
8 years, 7 months ago (2012-04-29 02:13:10 UTC) #7
gab
Ready to go :)! https://chromiumcodereview.appspot.com/10246007/diff/7001/chrome/installer/util/google_chrome_binaries_distribution.h File chrome/installer/util/google_chrome_binaries_distribution.h (right): https://chromiumcodereview.appspot.com/10246007/diff/7001/chrome/installer/util/google_chrome_binaries_distribution.h#newcode5 chrome/installer/util/google_chrome_binaries_distribution.h:5: // This file declares a ...
8 years, 7 months ago (2012-04-30 12:37:24 UTC) #8
grt (UTC plus 2)
On 2012/04/30 12:37:24, gab wrote: > Ready to go :)! LGTM with one final CL ...
8 years, 7 months ago (2012-04-30 13:54:44 UTC) #9
gab
On 2012/04/30 13:54:44, grt wrote: > On 2012/04/30 12:37:24, gab wrote: > > Ready to ...
8 years, 7 months ago (2012-04-30 14:04:51 UTC) #10
grt (UTC plus 2)
On 2012/04/30 14:04:51, gab wrote: > On 2012/04/30 13:54:44, grt wrote: > > On 2012/04/30 ...
8 years, 7 months ago (2012-04-30 14:06:22 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gab@chromium.org/10246007/19004
8 years, 7 months ago (2012-04-30 14:13:37 UTC) #12
commit-bot: I haz the power
8 years, 7 months ago (2012-04-30 16:54:51 UTC) #13
Change committed as 134543

Powered by Google App Engine
This is Rietveld 408576698