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

Issue 164177: Provide a separate app bundle for subprocesses like the renderer on the Mac.... (Closed)

Created:
11 years, 4 months ago by Mark Mentovai
Modified:
9 years, 7 months ago
Reviewers:
TVL
CC:
chromium-reviews_googlegroups.com, darin (slow to review), brettw, jam, Ben Goodger (Google)
Visibility:
Public.

Description

Provide a separate app bundle for subprocesses like the renderer on the Mac. Remove LSUIElement and related hacks from the browser's app bundle. BUG=8044 TEST=Observe one Chromium and one or more Chromium Helper processes in Activity Monitor Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22981

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -288 lines) Patch
M build/mac/dump_app_syms View 4 5 2 chunks +50 lines, -27 lines 1 comment Download
M build/mac/tweak_app_infoplist View 6 9 chunks +47 lines, -18 lines 0 comments Download
M chrome/app/app-Info.plist View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
A + chrome/app/helper-Info.plist View 2 chunks +2 lines, -174 lines 0 comments Download
A chrome/app/make_mac_app_symlinks View 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/browser/plugin_process_host.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 2 3 chunks +6 lines, -18 lines 0 comments Download
M chrome/browser/utility_process_host.cc View 2 1 chunk +1 line, -6 lines 0 comments Download
M chrome/browser/worker_host/worker_process_host.cc View 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 chunks +100 lines, -37 lines 0 comments Download
M chrome/common/child_process_host.h View 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/common/child_process_host.cc View 2 2 chunks +65 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Mark Mentovai
The app portion of this is complete, but there are still a couple of build ...
11 years, 4 months ago (2009-08-07 21:43:42 UTC) #1
TVL
having really looked yet, but while I think of it. base/process_util? and something within app ...
11 years, 4 months ago (2009-08-07 22:45:42 UTC) #2
TVL
http://codereview.chromium.org/164177/diff/16/21 File chrome/chrome.gyp (right): http://codereview.chromium.org/164177/diff/16/21#newcode4506 Line 4506: ['exclude', ''], would .* as the exclude pattern ...
11 years, 4 months ago (2009-08-08 17:04:16 UTC) #3
Mark Mentovai
thomasvl@chromium.org wrote: > base/process_util? and something within app (and maybe the custom code I > ...
11 years, 4 months ago (2009-08-10 18:03:33 UTC) #4
Mark Mentovai
I've rolled in the changes to dump_app_syms and tweak_app_infoplist. Ready for another look.
11 years, 4 months ago (2009-08-10 20:43:00 UTC) #5
TVL
lgtm http://codereview.chromium.org/164177/diff/1067/1078 File build/mac/dump_app_syms (right): http://codereview.chromium.org/164177/diff/1067/1078#newcode48 Line 48: DSYM_TAR_PATH="${BUILT_PRODUCTS_DIR}/${SRC_APP_NAME}.dSYM.tar.bz2" should this is dSYMs now since ...
11 years, 4 months ago (2009-08-10 21:03:10 UTC) #6
ladiesman13_gmx.com
11 years, 4 months ago (2009-08-11 16:54:35 UTC) #7
Yes. What that mean??? Lgtm

Sent from my iTouch!!

On Aug 10, 2009, at 2:03 PM, thomasvl@chromium.org wrote:

>
> lgtm
>
>
> http://codereview.chromium.org/164177/diff/1067/1078
> File build/mac/dump_app_syms (right):
>
> http://codereview.chromium.org/164177/diff/1067/1078#newcode48
> Line 48:
> DSYM_TAR_PATH="${BUILT_PRODUCTS_DIR}/${SRC_APP_NAME}.dSYM.tar.bz2"
> should this is dSYMs now since it is more then one dsym in the  
> archive?
>
> http://codereview.chromium.org/164177

Powered by Google App Engine
This is Rietveld 408576698