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

Issue 2278003: Rewrite of chrome_launcher.exe. ETW-based perf tests suggest that this is on ... (Closed)

Created:
10 years, 7 months ago by robertshield
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Rewrite of chrome_launcher.exe. ETW-based perf tests suggest that this is on average about 50% faster than the previous version. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48500

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 38

Patch Set 4 : '' #

Total comments: 20

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+511 lines, -256 lines) Patch
M chrome_frame/chrome_frame.gyp View 1 2 3 4 5 6 5 chunks +6 lines, -38 lines 0 comments Download
M chrome_frame/chrome_frame_automation.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A chrome_frame/chrome_frame_launcher.gyp View 1 chunk +84 lines, -0 lines 0 comments Download
M chrome_frame/chrome_launcher.h View 1 2 3 4 5 6 1 chunk +24 lines, -19 lines 0 comments Download
M chrome_frame/chrome_launcher.cc View 1 2 3 4 5 6 1 chunk +163 lines, -103 lines 0 comments Download
M chrome_frame/chrome_launcher_main.cc View 1 2 3 4 5 6 1 chunk +78 lines, -64 lines 0 comments Download
M chrome_frame/chrome_launcher_unittest.cc View 1 2 3 4 5 6 1 chunk +54 lines, -29 lines 0 comments Download
A chrome_frame/chrome_launcher_utils.h View 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A chrome_frame/chrome_launcher_utils.cc View 2 3 1 chunk +68 lines, -0 lines 0 comments Download
M chrome_frame/chrome_tab.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome_frame/chrome_tab.def View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
robertshield
10 years, 7 months ago (2010-05-26 15:50:48 UTC) #1
tommi (sloooow) - chröme
can you run lint on these file and in particular make sure that files have ...
10 years, 7 months ago (2010-05-26 17:23:07 UTC) #2
amit
Haven't gone into the details yet but a few drive by comments... - please check ...
10 years, 7 months ago (2010-05-26 17:41:59 UTC) #3
robertshield
Thanks Tommi, please take another look. FWIW, all the files that rietveld is complaining don't ...
10 years, 7 months ago (2010-05-26 19:56:57 UTC) #4
robertshield
On 2010/05/26 17:41:59, amit wrote: > Haven't gone into the details yet but a few ...
10 years, 7 months ago (2010-05-26 20:06:37 UTC) #5
tommi (sloooow) - chröme
lgtm. Btw, about the \n thing. Was it ritvield or the merge process itself that ...
10 years, 7 months ago (2010-05-26 20:14:29 UTC) #6
amit
Looks awesome. LGTM with a few nits. http://codereview.chromium.org/2278003/diff/24001/25004 File chrome_frame/chrome_launcher.cc (right): http://codereview.chromium.org/2278003/diff/24001/25004#newcode101 chrome_frame/chrome_launcher.cc:101: if (arg.find(kAllowedSwitches[i], ...
10 years, 7 months ago (2010-05-26 20:54:41 UTC) #7
robertshield
Thanks for your comments! Please take another look. @tommi: the files do appear to have ...
10 years, 7 months ago (2010-05-26 21:51:44 UTC) #8
tommi (sloooow) - chröme
"lgtm" On Wed, May 26, 2010 at 5:51 PM, <robertshield@chromium.org> wrote: > Thanks for your ...
10 years, 7 months ago (2010-05-27 02:41:04 UTC) #9
amit
http://codereview.chromium.org/2278003/diff/24001/25004 File chrome_frame/chrome_launcher.cc (right): http://codereview.chromium.org/2278003/diff/24001/25004#newcode170 chrome_frame/chrome_launcher.cc:170: wchar_t cur_path[MAX_PATH * 2] = {0}; On 2010/05/26 21:51:44, ...
10 years, 7 months ago (2010-05-27 18:31:47 UTC) #10
robertshield
Thanks! http://codereview.chromium.org/2278003/diff/24001/25004 File chrome_frame/chrome_launcher.cc (right): http://codereview.chromium.org/2278003/diff/24001/25004#newcode170 chrome_frame/chrome_launcher.cc:170: wchar_t cur_path[MAX_PATH * 2] = {0}; On 2010/05/27 ...
10 years, 7 months ago (2010-05-27 19:03:28 UTC) #11
amit
LGTM On Thu, May 27, 2010 at 12:03 PM, <robertshield@chromium.org> wrote: > Thanks! > > ...
10 years, 7 months ago (2010-05-27 19:04:09 UTC) #12
xiyuan
10 years, 7 months ago (2010-05-28 20:40:32 UTC) #13
chrome_frame_launcher.gyp uses CRLF line-ending and breaks gyp on my dev machine
(cygwin on Windows).

Powered by Google App Engine
This is Rietveld 408576698