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

Issue 10446111: Abstract suffixing logic away from GetApplicationName (Closed)

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

Description

Abstract suffixing logic away from GetApplicationName BUG=124013, 125362, 133173 TEST=http://goo.gl/ZZ7gE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142641

Patch Set 1 #

Total comments: 2

Patch Set 2 : new way through ShellUtil #

Patch Set 3 : merge with updated chromehtml suffix patch #

Patch Set 4 : 2012 #

Total comments: 4

Patch Set 5 : use GetAppShortCutName() in logs #

Total comments: 2

Patch Set 6 : nit #

Patch Set 7 : rebase on suffix@r142136 #

Patch Set 8 : rebase on suffix@r142211 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -52 lines) Patch
M chrome/browser/shell_integration_win.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M chrome/installer/setup/setup_main.cc View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/installer/setup/uninstall.cc View 1 2 3 4 5 6 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/installer/util/browser_distribution.h View 1 2 3 4 1 chunk +6 lines, -3 lines 0 comments Download
M chrome/installer/util/browser_distribution.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/installer/util/browser_distribution_unittest.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/installer/util/chrome_frame_distribution.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/chrome_frame_distribution.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/chromium_binaries_distribution.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/chromium_binaries_distribution.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/google_chrome_distribution.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/google_chrome_distribution.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/google_chrome_distribution_dummy.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/google_chrome_sxs_distribution.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/google_chrome_sxs_distribution.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/install_util.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/installer/util/installer_state.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/installer/util/shell_util.h View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/installer/util/shell_util.cc View 1 2 3 4 5 6 10 chunks +18 lines, -14 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
gab
This will go on top of http://codereview.chromium.org/10451074/ The idea is to always suffix GetAppName() unless ...
8 years, 6 months ago (2012-06-01 00:12:58 UTC) #1
grt (UTC plus 2)
http://codereview.chromium.org/10446111/diff/1/chrome/installer/util/browser_distribution.cc File chrome/installer/util/browser_distribution.cc (right): http://codereview.chromium.org/10446111/diff/1/chrome/installer/util/browser_distribution.cc#newcode155 chrome/installer/util/browser_distribution.cc:155: app_name += ShellUtil::GetCurrentInstallationSuffix(); Please move this functionality into ShellUtil ...
8 years, 6 months ago (2012-06-01 14:11:29 UTC) #2
gab
Done, same logic as before was kept for the new mapping. http://codereview.chromium.org/10446111/diff/1/chrome/installer/util/browser_distribution.cc File chrome/installer/util/browser_distribution.cc (right): ...
8 years, 6 months ago (2012-06-01 16:29:18 UTC) #3
grt (UTC plus 2)
lg http://codereview.chromium.org/10446111/diff/20004/chrome/installer/setup/setup_main.cc File chrome/installer/setup/setup_main.cc (right): http://codereview.chromium.org/10446111/diff/20004/chrome/installer/setup/setup_main.cc#newcode162 chrome/installer/setup/setup_main.cc:162: type)->GetBaseAppName(); At some point I had started using ...
8 years, 6 months ago (2012-06-08 19:54:21 UTC) #4
gab
Done. Cheers, Gab http://codereview.chromium.org/10446111/diff/20004/chrome/installer/setup/setup_main.cc File chrome/installer/setup/setup_main.cc (right): http://codereview.chromium.org/10446111/diff/20004/chrome/installer/setup/setup_main.cc#newcode162 chrome/installer/setup/setup_main.cc:162: type)->GetBaseAppName(); On 2012/06/08 19:54:21, grt wrote: ...
8 years, 6 months ago (2012-06-11 16:04:40 UTC) #5
grt (UTC plus 2)
lgtm w/ a nit http://codereview.chromium.org/10446111/diff/18002/chrome/installer/util/shell_util.cc File chrome/installer/util/shell_util.cc (right): http://codereview.chromium.org/10446111/diff/18002/chrome/installer/util/shell_util.cc#newcode1115 chrome/installer/util/shell_util.cc:1115: RegistryEntry::GetUserEntries(dist, nit: compress args for ...
8 years, 6 months ago (2012-06-11 17:51:50 UTC) #6
gab
Thanks, done. Cheers, Gab http://codereview.chromium.org/10446111/diff/18002/chrome/installer/util/shell_util.cc File chrome/installer/util/shell_util.cc (right): http://codereview.chromium.org/10446111/diff/18002/chrome/installer/util/shell_util.cc#newcode1115 chrome/installer/util/shell_util.cc:1115: RegistryEntry::GetUserEntries(dist, On 2012/06/11 17:51:50, grt ...
8 years, 6 months ago (2012-06-11 19:33:27 UTC) #7
grt (UTC plus 2)
lgtm++
8 years, 6 months ago (2012-06-13 17:42:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gab@chromium.org/10446111/26001
8 years, 6 months ago (2012-06-17 13:55:54 UTC) #9
commit-bot: I haz the power
8 years, 6 months ago (2012-06-17 15:23:39 UTC) #10
Change committed as 142641

Powered by Google App Engine
This is Rietveld 408576698