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

Issue 23258005: Give SxS distribution its own registration GUIDs. (Closed)

Created:
7 years, 4 months ago by zturner
Modified:
7 years, 3 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, grt+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Give SxS distribution its own registration GUIDs. See the linked bug for more information about this change. BUG=273248 gab: chrome/installer/* ananta, cpu: win8/ Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222987

Patch Set 1 #

Patch Set 2 : Fix misaligned brace #

Total comments: 2

Patch Set 3 : Make DelegateExecute create object with a dynamic guid. #

Total comments: 12

Patch Set 4 : Address review issues. #

Total comments: 7

Patch Set 5 : Remove registry code since we don't need to support /RegServer #

Total comments: 7

Patch Set 6 : Remove the word 'we' from comment. #

Total comments: 20

Patch Set 7 : More installer changes so that default Canary doesn't trash a regular chrome install. #

Total comments: 1

Patch Set 8 : Add linker dependency from metro_driver to installer_util #

Total comments: 28

Patch Set 9 : Refactoring and cleanup, and fixed some bugs related to registration #

Patch Set 10 : Fixed a few more issues. #

Patch Set 11 : Remove startup SxS registration, and fix various bugs. #

Patch Set 12 : Remove magic key combo from browser_options_handler.cc #

Total comments: 26

Patch Set 13 : Removed IsSetAsDefaultSupported() and GetCommandExecuteImplClsid(), and other minor cleanup. #

Total comments: 10

Patch Set 14 : More code cleanup, and remove DebugEnableSetAsDefault #

Total comments: 27

Patch Set 15 : More cleanup #

Total comments: 5

Patch Set 16 : More fixes. #

Patch Set 17 : Move typedef #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -189 lines) Patch
M chrome/installer/setup/uninstall.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/installer/util/browser_distribution.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/installer/util/browser_distribution.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/installer/util/chrome_app_host_distribution.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/installer/util/chrome_app_host_distribution.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/installer/util/chrome_frame_distribution.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/installer/util/chrome_frame_distribution.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/installer/util/chromium_binaries_distribution.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/installer/util/chromium_binaries_distribution.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/installer/util/google_chrome_distribution.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/installer/util/google_chrome_distribution.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/installer/util/google_chrome_distribution_dummy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/installer/util/google_chrome_sxs_distribution.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/google_chrome_sxs_distribution.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +15 lines, -1 line 0 comments Download
M chrome/installer/util/install_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +20 lines, -4 lines 4 comments Download
M chrome/installer/util/shell_util.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/installer/util/shell_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +5 lines, -19 lines 0 comments Download
M win8/delegate_execute/chrome_util.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -3 lines 0 comments Download
M win8/delegate_execute/chrome_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +14 lines, -119 lines 0 comments Download
M win8/delegate_execute/command_execute_impl.h View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -6 lines 0 comments Download
M win8/delegate_execute/command_execute_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -1 line 0 comments Download
M win8/delegate_execute/delegate_execute.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +45 lines, -14 lines 0 comments Download
M win8/metro_driver/metro_driver.gyp View 1 2 3 4 5 6 7 8 3 chunks +2 lines, -2 lines 0 comments Download
M win8/metro_driver/toast_notification_handler.cc View 1 2 3 4 5 6 7 8 2 chunks +9 lines, -6 lines 0 comments Download
M win8/metro_driver/winrt_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 77 (0 generated)
zturner
7 years, 4 months ago (2013-08-21 00:31:18 UTC) #1
grt (UTC plus 2)
Drive-by: I love, love, love the idea of this. I think you'll need to do ...
7 years, 4 months ago (2013-08-21 03:13:34 UTC) #2
gab
As Greg said, you will need to make sure that none of the GUIDs Canary ...
7 years, 4 months ago (2013-08-21 15:27:45 UTC) #3
zturner
7 years, 3 months ago (2013-08-22 21:41:04 UTC) #4
cpu_(ooo_6.6-7.5)
https://codereview.chromium.org/23258005/diff/10001/win8/delegate_execute/delegate_execute.cc File win8/delegate_execute/delegate_execute.cc (right): https://codereview.chromium.org/23258005/diff/10001/win8/delegate_execute/delegate_execute.cc#newcode41 win8/delegate_execute/delegate_execute.cc:41: } btw please update http://www.chromium.org/developers/installer https://codereview.chromium.org/23258005/diff/10001/win8/delegate_execute/delegate_execute.cc#newcode60 win8/delegate_execute/delegate_execute.cc:60: gab, greg ...
7 years, 3 months ago (2013-08-23 00:45:20 UTC) #5
gab
Awesome :)!!! Great work! https://codereview.chromium.org/23258005/diff/4001/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/23258005/diff/4001/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode769 chrome/browser/ui/webui/options/browser_options_handler.cc:769: if (GetAsyncKeyState(VK_SHIFT) && GetAsyncKeyState(VK_F12)) { ...
7 years, 3 months ago (2013-08-23 14:18:08 UTC) #6
zturner
https://codereview.chromium.org/23258005/diff/10001/chrome/installer/util/browser_distribution.cc File chrome/installer/util/browser_distribution.cc (right): https://codereview.chromium.org/23258005/diff/10001/chrome/installer/util/browser_distribution.cc#newcode261 chrome/installer/util/browser_distribution.cc:261: On 2013/08/23 14:18:09, gab wrote: > Should this be ...
7 years, 3 months ago (2013-08-23 16:43:13 UTC) #7
gab
I might just be missing a couple levels of Windows guru-ness, but I have questions ...
7 years, 3 months ago (2013-08-23 17:44:01 UTC) #8
zturner
https://codereview.chromium.org/23258005/diff/12001/win8/delegate_execute/delegate_execute.cc File win8/delegate_execute/delegate_execute.cc (right): https://codereview.chromium.org/23258005/diff/12001/win8/delegate_execute/delegate_execute.cc#newcode92 win8/delegate_execute/delegate_execute.cc:92: // _ATL_OBJMAP_ENTRY110::RegisterClassObject() in atlbase.h On 2013/08/23 17:44:02, gab wrote: ...
7 years, 3 months ago (2013-08-23 18:12:33 UTC) #9
gab
lgtm, thanks for the detailed explanations! https://codereview.chromium.org/23258005/diff/12001/win8/delegate_execute/delegate_execute.cc File win8/delegate_execute/delegate_execute.cc (right): https://codereview.chromium.org/23258005/diff/12001/win8/delegate_execute/delegate_execute.cc#newcode92 win8/delegate_execute/delegate_execute.cc:92: // _ATL_OBJMAP_ENTRY110::RegisterClassObject() in ...
7 years, 3 months ago (2013-08-23 18:16:20 UTC) #10
James Hawkins
https://codereview.chromium.org/23258005/diff/32001/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/23258005/diff/32001/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode767 chrome/browser/ui/webui/options/browser_options_handler.cc:767: // On Windows, we allow a magic key combination ...
7 years, 3 months ago (2013-08-23 22:42:46 UTC) #11
zturner
On 2013/08/23 22:42:46, James Hawkins wrote: > https://codereview.chromium.org/23258005/diff/32001/chrome/browser/ui/webui/options/browser_options_handler.cc > File chrome/browser/ui/webui/options/browser_options_handler.cc (right): > > https://codereview.chromium.org/23258005/diff/32001/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode767 ...
7 years, 3 months ago (2013-08-23 22:51:24 UTC) #12
cpu_(ooo_6.6-7.5)
lgtm https://codereview.chromium.org/23258005/diff/32001/win8/delegate_execute/delegate_execute.cc File win8/delegate_execute/delegate_execute.cc (right): https://codereview.chromium.org/23258005/diff/32001/win8/delegate_execute/delegate_execute.cc#newcode44 win8/delegate_execute/delegate_execute.cc:44: please put a comment here about what you ...
7 years, 3 months ago (2013-08-25 23:27:10 UTC) #13
zturner
Fixed comment in browser_options_handler
7 years, 3 months ago (2013-08-26 17:39:09 UTC) #14
James Hawkins
https://codereview.chromium.org/23258005/diff/36001/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/23258005/diff/36001/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode771 chrome/browser/ui/webui/options/browser_options_handler.cc:771: BrowserDistribution* dist = BrowserDistribution::GetDistribution(); Why does this need to ...
7 years, 3 months ago (2013-08-26 21:19:09 UTC) #15
zturner
https://codereview.chromium.org/23258005/diff/36001/chrome/browser/ui/webui/options/browser_options_handler.cc File chrome/browser/ui/webui/options/browser_options_handler.cc (right): https://codereview.chromium.org/23258005/diff/36001/chrome/browser/ui/webui/options/browser_options_handler.cc#newcode771 chrome/browser/ui/webui/options/browser_options_handler.cc:771: BrowserDistribution* dist = BrowserDistribution::GetDistribution(); On 2013/08/26 21:19:09, James Hawkins ...
7 years, 3 months ago (2013-08-26 21:31:17 UTC) #16
cpu_(ooo_6.6-7.5)
ping james...
7 years, 3 months ago (2013-08-29 02:29:59 UTC) #17
grt (UTC plus 2)
other things that will likely need to change for this to work without trashing a ...
7 years, 3 months ago (2013-08-30 03:28:18 UTC) #18
gab
On 2013/08/30 03:28:18, grt wrote: > other things that will likely need to change for ...
7 years, 3 months ago (2013-08-30 16:13:29 UTC) #19
zturner
Some probably dumb questions, but since I don't know anything about the installer, bear with ...
7 years, 3 months ago (2013-08-30 16:54:23 UTC) #20
gab
On 2013/08/30 16:54:23, zturner wrote: > Some probably dumb questions, but since I don't know ...
7 years, 3 months ago (2013-08-30 17:22:40 UTC) #21
zturner
On 2013/08/30 17:22:40, gab wrote: > On 2013/08/30 16:54:23, zturner wrote: > > Some probably ...
7 years, 3 months ago (2013-08-30 19:50:12 UTC) #22
zturner
I had to do a slight refactor because metro_driver was directly compiling 1 of the ...
7 years, 3 months ago (2013-08-30 22:56:21 UTC) #23
zturner
Added a linker dependency from metro_driver to installer_util. I tried to accomplish this by doing ...
7 years, 3 months ago (2013-09-03 18:18:06 UTC) #24
gab
Looking good; installer stuff below. Cheers! Gab https://codereview.chromium.org/23258005/diff/78001/chrome/installer/util/install_util.cc File chrome/installer/util/install_util.cc (right): https://codereview.chromium.org/23258005/diff/78001/chrome/installer/util/install_util.cc#newcode132 chrome/installer/util/install_util.cc:132: string16 InstallUtil::GetAppUserModelId() ...
7 years, 3 months ago (2013-09-03 21:05:19 UTC) #25
grt (UTC plus 2)
https://codereview.chromium.org/23258005/diff/36001/chrome/installer/util/browser_distribution.cc File chrome/installer/util/browser_distribution.cc (right): https://codereview.chromium.org/23258005/diff/36001/chrome/installer/util/browser_distribution.cc#newcode261 chrome/installer/util/browser_distribution.cc:261: NOTREACHED(); On 2013/08/30 03:28:18, grt wrote: > why NOTREACHED ...
7 years, 3 months ago (2013-09-04 03:33:35 UTC) #26
zturner
A bit of refactoring. The only big behavioral change was that prior to this patch, ...
7 years, 3 months ago (2013-09-05 01:35:29 UTC) #27
zturner
https://codereview.chromium.org/23258005/diff/32001/win8/delegate_execute/delegate_execute.cc File win8/delegate_execute/delegate_execute.cc (right): https://codereview.chromium.org/23258005/diff/32001/win8/delegate_execute/delegate_execute.cc#newcode44 win8/delegate_execute/delegate_execute.cc:44: On 2013/08/25 23:27:11, cpu wrote: > please put a ...
7 years, 3 months ago (2013-09-05 01:42:24 UTC) #28
grt (UTC plus 2)
On 2013/09/05 01:35:29, zturner wrote: > A bit of refactoring. The only big behavioral change ...
7 years, 3 months ago (2013-09-05 02:37:39 UTC) #29
grt (UTC plus 2)
On 2013/09/05 02:37:39, grt wrote: > On 2013/09/05 01:35:29, zturner wrote: > > A bit ...
7 years, 3 months ago (2013-09-05 02:48:35 UTC) #30
zturner1
On 2013/09/05 02:48:35, grt wrote: > On 2013/09/05 02:37:39, grt wrote: > > On 2013/09/05 ...
7 years, 3 months ago (2013-09-05 03:51:12 UTC) #31
zturner1
On 2013/09/05 03:51:12, zturner1 wrote: > On 2013/09/05 02:48:35, grt wrote: > > On 2013/09/05 ...
7 years, 3 months ago (2013-09-05 15:32:45 UTC) #32
zturner
* Fixed bug where CheckIsChromeSxSProcess was returning false when run from executables under the application ...
7 years, 3 months ago (2013-09-05 23:03:29 UTC) #33
grt (UTC plus 2)
how does this work now that DebugEnableSetAsDefault is never called? https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.h File chrome/installer/util/browser_distribution.h (right): https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.h#newcode128 ...
7 years, 3 months ago (2013-09-06 02:53:38 UTC) #34
zturner1
On 2013/09/06 02:53:38, grt wrote: > how does this work now that DebugEnableSetAsDefault is never ...
7 years, 3 months ago (2013-09-06 04:45:43 UTC) #35
gab
Preliminary review before I get on the plane... will take a deeper look on Monday. ...
7 years, 3 months ago (2013-09-06 18:40:08 UTC) #36
zturner
Latest set of fixes based on review comments. https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.cc File chrome/installer/util/browser_distribution.cc (right): https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.cc#newcode212 chrome/installer/util/browser_distribution.cc:212: // ...
7 years, 3 months ago (2013-09-06 20:53:15 UTC) #37
grt (UTC plus 2)
https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.h File chrome/installer/util/browser_distribution.h (right): https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.h#newcode128 chrome/installer/util/browser_distribution.h:128: // Returns true if setting the default browser is ...
7 years, 3 months ago (2013-09-09 18:39:14 UTC) #38
zturner
On 2013/09/09 18:39:14, grt wrote: > https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/install_util.cc > File chrome/installer/util/install_util.cc (right): > > https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/install_util.cc#newcode373 > ...
7 years, 3 months ago (2013-09-09 19:04:14 UTC) #39
gab
On 2013/09/09 19:04:14, zturner wrote: > On 2013/09/09 18:39:14, grt wrote: > > > > ...
7 years, 3 months ago (2013-09-09 19:14:28 UTC) #40
zturner
On 2013/09/09 19:14:28, gab wrote: > On 2013/09/09 19:04:14, zturner wrote: > > On 2013/09/09 ...
7 years, 3 months ago (2013-09-09 19:17:21 UTC) #41
gab
https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/google_chrome_sxs_distribution.cc File chrome/installer/util/google_chrome_sxs_distribution.cc (right): https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/google_chrome_sxs_distribution.cc#newcode80 chrome/installer/util/google_chrome_sxs_distribution.cc:80: return enable_set_as_default_; I just talked about this with grt@; ...
7 years, 3 months ago (2013-09-09 19:18:20 UTC) #42
gab
On 2013/09/09 19:17:21, zturner wrote: > On 2013/09/09 19:14:28, gab wrote: > > On 2013/09/09 ...
7 years, 3 months ago (2013-09-09 19:19:57 UTC) #43
grt (UTC plus 2)
On 2013/09/09 19:04:14, zturner wrote: > On 2013/09/09 18:39:14, grt wrote: > > > > ...
7 years, 3 months ago (2013-09-09 19:20:30 UTC) #44
zturner
On 2013/09/09 19:18:20, gab wrote: > https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/google_chrome_sxs_distribution.cc > File chrome/installer/util/google_chrome_sxs_distribution.cc (right): > > https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/google_chrome_sxs_distribution.cc#newcode80 > ...
7 years, 3 months ago (2013-09-09 19:22:08 UTC) #45
grt (UTC plus 2)
https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/google_chrome_sxs_distribution.cc File chrome/installer/util/google_chrome_sxs_distribution.cc (right): https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/google_chrome_sxs_distribution.cc#newcode80 chrome/installer/util/google_chrome_sxs_distribution.cc:80: return enable_set_as_default_; On 2013/09/09 19:18:21, gab wrote: > I ...
7 years, 3 months ago (2013-09-09 19:22:56 UTC) #46
zturner
On 2013/09/09 19:22:08, zturner wrote: > On 2013/09/09 19:18:20, gab wrote: > > > https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/google_chrome_sxs_distribution.cc ...
7 years, 3 months ago (2013-09-09 19:22:58 UTC) #47
zturner
On 2013/09/09 19:22:56, grt wrote: > https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/google_chrome_sxs_distribution.cc > File chrome/installer/util/google_chrome_sxs_distribution.cc (right): > > https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/google_chrome_sxs_distribution.cc#newcode80 > ...
7 years, 3 months ago (2013-09-09 19:30:21 UTC) #48
gab
On 2013/09/09 19:22:58, zturner wrote: > On 2013/09/09 19:22:08, zturner wrote: > > On 2013/09/09 ...
7 years, 3 months ago (2013-09-09 19:31:05 UTC) #49
zturner
On 2013/09/09 19:31:05, gab wrote: > On 2013/09/09 19:22:58, zturner wrote: > > On 2013/09/09 ...
7 years, 3 months ago (2013-09-09 19:33:01 UTC) #50
gab
https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.cc File chrome/installer/util/browser_distribution.cc (right): https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.cc#newcode276 chrome/installer/util/browser_distribution.cc:276: return true; On 2013/09/06 20:53:16, zturner wrote: > On ...
7 years, 3 months ago (2013-09-09 19:34:16 UTC) #51
zturner
On 2013/09/09 19:34:16, gab wrote: > https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.cc > File chrome/installer/util/browser_distribution.cc (right): > > https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.cc#newcode276 > ...
7 years, 3 months ago (2013-09-09 19:37:33 UTC) #52
grt (UTC plus 2)
On 2013/09/09 19:37:33, zturner wrote: > On 2013/09/09 19:34:16, gab wrote: > > > https://codereview.chromium.org/23258005/diff/63029/chrome/installer/util/browser_distribution.cc ...
7 years, 3 months ago (2013-09-09 19:40:06 UTC) #53
zturner
On 2013/09/09 19:40:06, grt wrote: > On 2013/09/09 19:37:33, zturner wrote: > > On 2013/09/09 ...
7 years, 3 months ago (2013-09-09 19:45:52 UTC) #54
gab
On 2013/09/09 19:45:52, zturner wrote: > On 2013/09/09 19:40:06, grt wrote: > > On 2013/09/09 ...
7 years, 3 months ago (2013-09-09 19:50:06 UTC) #55
zturner
On 2013/09/09 19:50:06, gab wrote: > On 2013/09/09 19:45:52, zturner wrote: > > On 2013/09/09 ...
7 years, 3 months ago (2013-09-09 19:54:39 UTC) #56
gab
On 2013/09/09 19:54:39, zturner wrote: > On 2013/09/09 19:50:06, gab wrote: > > On 2013/09/09 ...
7 years, 3 months ago (2013-09-09 20:04:33 UTC) #57
zturner
Changed the title of the issue to be more descriptive. Cleaned up the API a ...
7 years, 3 months ago (2013-09-09 21:09:26 UTC) #58
gab
lg, comments below. https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/chromium_binaries_distribution.cc File chrome/installer/util/chromium_binaries_distribution.cc (right): https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/chromium_binaries_distribution.cc#newcode33 chrome/installer/util/chromium_binaries_distribution.cc:33: return string16(); + NOTREACHED() https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/chromium_binaries_distribution.cc#newcode35 chrome/installer/util/chromium_binaries_distribution.cc:35: ...
7 years, 3 months ago (2013-09-10 19:08:55 UTC) #59
grt (UTC plus 2)
https://codereview.chromium.org/23258005/diff/154001/chrome/installer/util/browser_distribution.h File chrome/installer/util/browser_distribution.h (right): https://codereview.chromium.org/23258005/diff/154001/chrome/installer/util/browser_distribution.h#newcode97 chrome/installer/util/browser_distribution.h:97: // the return value of this function should have ...
7 years, 3 months ago (2013-09-11 03:52:31 UTC) #60
zturner
https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/chromium_binaries_distribution.cc File chrome/installer/util/chromium_binaries_distribution.cc (right): https://codereview.chromium.org/23258005/diff/138001/chrome/installer/util/chromium_binaries_distribution.cc#newcode33 chrome/installer/util/chromium_binaries_distribution.cc:33: return string16(); On 2013/09/10 19:08:56, gab wrote: > + ...
7 years, 3 months ago (2013-09-11 20:19:52 UTC) #61
grt (UTC plus 2)
https://codereview.chromium.org/23258005/diff/154001/chrome/installer/util/install_util.cc File chrome/installer/util/install_util.cc (right): https://codereview.chromium.org/23258005/diff/154001/chrome/installer/util/install_util.cc#newcode371 chrome/installer/util/install_util.cc:371: typedef std::vector<base::FilePath::StringType> ComponentsType; On 2013/09/11 20:19:53, zturner wrote: > ...
7 years, 3 months ago (2013-09-11 20:41:51 UTC) #62
gab
https://codereview.chromium.org/23258005/diff/154001/chrome/installer/util/install_util.cc File chrome/installer/util/install_util.cc (right): https://codereview.chromium.org/23258005/diff/154001/chrome/installer/util/install_util.cc#newcode371 chrome/installer/util/install_util.cc:371: typedef std::vector<base::FilePath::StringType> ComponentsType; On 2013/09/11 20:19:53, zturner wrote: > ...
7 years, 3 months ago (2013-09-11 20:53:48 UTC) #63
zturner
https://codereview.chromium.org/23258005/diff/154001/chrome/installer/setup/uninstall.cc File chrome/installer/setup/uninstall.cc (right): https://codereview.chromium.org/23258005/diff/154001/chrome/installer/setup/uninstall.cc#newcode741 chrome/installer/setup/uninstall.cc:741: browser_entry_suffix); On 2013/09/10 19:08:57, gab wrote: > nit: Align ...
7 years, 3 months ago (2013-09-11 21:16:58 UTC) #64
gab
Thanks, few last comments. Cheers! Gab https://codereview.chromium.org/23258005/diff/154001/chrome/installer/setup/uninstall.cc File chrome/installer/setup/uninstall.cc (right): https://codereview.chromium.org/23258005/diff/154001/chrome/installer/setup/uninstall.cc#newcode741 chrome/installer/setup/uninstall.cc:741: browser_entry_suffix); On 2013/09/11 ...
7 years, 3 months ago (2013-09-11 21:26:28 UTC) #65
grt (UTC plus 2)
lgtm on my side with nit below. https://codereview.chromium.org/23258005/diff/148001/chrome/installer/util/install_util.cc File chrome/installer/util/install_util.cc (right): https://codereview.chromium.org/23258005/diff/148001/chrome/installer/util/install_util.cc#newcode377 chrome/installer/util/install_util.cc:377: if (base::FilePath::CompareEqualIgnoreCase(*current, ...
7 years, 3 months ago (2013-09-11 21:39:33 UTC) #66
zturner
On 2013/09/11 21:26:28, gab wrote: > Thanks, few last comments. > > Cheers! > Gab ...
7 years, 3 months ago (2013-09-11 21:43:00 UTC) #67
zturner
On 2013/09/11 21:43:00, zturner wrote: > On 2013/09/11 21:26:28, gab wrote: > > Thanks, few ...
7 years, 3 months ago (2013-09-11 21:46:27 UTC) #68
gab
On 2013/09/11 21:46:27, zturner wrote: > On 2013/09/11 21:43:00, zturner wrote: > > On 2013/09/11 ...
7 years, 3 months ago (2013-09-11 21:56:05 UTC) #69
zturner
7 years, 3 months ago (2013-09-11 22:10:58 UTC) #70
zturner
I sent an email out with the last patch, but I think the email didn't ...
7 years, 3 months ago (2013-09-11 23:55:27 UTC) #71
grt (UTC plus 2)
https://codereview.chromium.org/23258005/diff/187001/chrome/installer/util/install_util.cc File chrome/installer/util/install_util.cc (right): https://codereview.chromium.org/23258005/diff/187001/chrome/installer/util/install_util.cc#newcode375 chrome/installer/util/install_util.cc:375: // path to our executable. this is splitting the ...
7 years, 3 months ago (2013-09-12 14:04:52 UTC) #72
zturner1
On 2013/09/12 14:04:52, grt wrote: > https://codereview.chromium.org/23258005/diff/187001/chrome/installer/util/install_util.cc > File chrome/installer/util/install_util.cc (right): > > https://codereview.chromium.org/23258005/diff/187001/chrome/installer/util/install_util.cc#newcode375 > ...
7 years, 3 months ago (2013-09-12 15:14:55 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zturner@chromium.org/23258005/187001
7 years, 3 months ago (2013-09-12 21:52:32 UTC) #74
gab
lgtm w/ comments below. Cheers! Gab https://codereview.chromium.org/23258005/diff/187001/chrome/installer/util/install_util.cc File chrome/installer/util/install_util.cc (right): https://codereview.chromium.org/23258005/diff/187001/chrome/installer/util/install_util.cc#newcode375 chrome/installer/util/install_util.cc:375: // path to ...
7 years, 3 months ago (2013-09-13 02:02:35 UTC) #75
commit-bot: I haz the power
Change committed as 222987
7 years, 3 months ago (2013-09-13 06:54:30 UTC) #76
gab
7 years, 3 months ago (2013-09-13 14:34:22 UTC) #77
Message was sent while issue was closed.
On 2013/09/13 06:54:30, I haz the power (commit-bot) wrote:
> Change committed as 222987

Please address remaining nits in a follow-up CL and TBR me.

Thanks,
Gab

Powered by Google App Engine
This is Rietveld 408576698