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

Issue 8013001: Remove the \servers build output directory and place Chrome Frame parts into the root output fold... (Closed)

Created:
9 years, 3 months ago by robertshield
Modified:
9 years, 2 months ago
Reviewers:
grt (UTC plus 2)
CC:
chromium-reviews, amit
Visibility:
Public.

Description

Remove the \servers build output directory and place Chrome Frame parts into the root output folder next to chrome.exe et al. Also add a more helpful error message when failing to register the Chrome Frame dll. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102780

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -108 lines) Patch
M chrome/installer/mini_installer/chrome.release View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome_frame/cfproxy_proxy.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/cfproxy_support.cc View 1 1 chunk +28 lines, -25 lines 0 comments Download
M chrome_frame/chrome_frame.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome_frame/chrome_frame_automation.cc View 1 1 chunk +38 lines, -35 lines 0 comments Download
M chrome_frame/chrome_frame_launcher.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome_frame/chrome_launcher_utils.h View 1 2 chunks +10 lines, -5 lines 0 comments Download
M chrome_frame/chrome_launcher_utils.cc View 1 3 chunks +34 lines, -26 lines 2 comments Download
M chrome_frame/ready_mode/internal/registry_ready_mode_state.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M chrome_frame/test/perf/chrome_frame_perftest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome_frame/test/test_with_web_server.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome_frame/test_utils.cc View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
robertshield
9 years, 3 months ago (2011-09-23 02:00:34 UTC) #1
grt (UTC plus 2)
sweet, man. i think the bike in this case is quite small, so painting the ...
9 years, 3 months ago (2011-09-23 13:40:04 UTC) #2
robertshield
http://codereview.chromium.org/8013001/diff/1/chrome_frame/chrome_launcher_utils.cc File chrome_frame/chrome_launcher_utils.cc (right): http://codereview.chromium.org/8013001/diff/1/chrome_frame/chrome_launcher_utils.cc#newcode22 chrome_frame/chrome_launcher_utils.cc:22: CommandLine* CreateChromeLauncherCommandLine() { On 2011/09/23 13:40:05, grt wrote: > ...
9 years, 3 months ago (2011-09-23 20:31:13 UTC) #3
grt (UTC plus 2)
LGTM with a tiny nit. cartwheels on monday. http://codereview.chromium.org/8013001/diff/7001/chrome_frame/chrome_launcher_utils.cc File chrome_frame/chrome_launcher_utils.cc (right): http://codereview.chromium.org/8013001/diff/7001/chrome_frame/chrome_launcher_utils.cc#newcode58 chrome_frame/chrome_launcher_utils.cc:58: scoped_ptr<CommandLine> ...
9 years, 3 months ago (2011-09-23 21:18:11 UTC) #4
robertshield
9 years, 2 months ago (2011-09-26 16:35:24 UTC) #5
http://codereview.chromium.org/8013001/diff/7001/chrome_frame/chrome_launcher...
File chrome_frame/chrome_launcher_utils.cc (right):

http://codereview.chromium.org/8013001/diff/7001/chrome_frame/chrome_launcher...
chrome_frame/chrome_launcher_utils.cc:58: scoped_ptr<CommandLine>
chrome_launcher_cmd;
On 2011/09/23 21:18:11, grt wrote:
> i don't see a problem with using |command_line| rather than making a new one. 
> are you doing this to be defensive in some way?

Not meaningfully, removed.

Powered by Google App Engine
This is Rietveld 408576698