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

Issue 7888024: Move handle dumpage to the renderer process (so that it works correctly) and factor out redundant... (Closed)

Created:
9 years, 3 months ago by Cris Neckar
Modified:
9 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, dpranke+watch-content_chromium.org, jam
Visibility:
Public.

Description

Move handle dumpage to the renderer process (so that it works correctly) and move handle enumerator into common. BUG=96488 TEST=N/A Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102004

Patch Set 1 : '' #

Patch Set 2 : '' #

Total comments: 12

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -699 lines) Patch
M content/browser/child_process_launcher.cc View 1 2 2 chunks +0 lines, -15 lines 0 comments Download
D content/browser/handle_enumerator_win.h View 1 2 1 chunk +0 lines, -79 lines 0 comments Download
D content/browser/handle_enumerator_win.cc View 1 2 1 chunk +0 lines, -439 lines 0 comments Download
M content/browser/renderer_host/browser_render_process_host.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/browser_render_process_host.cc View 1 2 4 chunks +17 lines, -0 lines 0 comments Download
M content/browser/renderer_host/mock_render_process_host.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/mock_render_process_host.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host.cc View 1 2 2 chunks +19 lines, -0 lines 0 comments Download
M content/common/child_process_messages.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M content/common/child_thread.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/child_thread.cc View 1 2 3 3 chunks +19 lines, -0 lines 0 comments Download
M content/common/content_switches.h View 1 2 2 chunks +2 lines, -5 lines 0 comments Download
M content/common/content_switches.cc View 1 2 2 chunks +7 lines, -9 lines 0 comments Download
A + content/common/handle_enumerator_win.h View 1 2 3 3 chunks +6 lines, -31 lines 0 comments Download
A + content/common/handle_enumerator_win.cc View 1 2 3 3 chunks +9 lines, -119 lines 0 comments Download
M content/content_browser.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/content_common.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Cris Neckar
The trybots seem to be jacked up so I will try them again later.
9 years, 3 months ago (2011-09-13 21:31:34 UTC) #1
Cris Neckar
On 2011/09/13 21:31:34, Cris Neckar wrote: > The trybots seem to be jacked up so ...
9 years, 3 months ago (2011-09-14 21:53:41 UTC) #2
cpu_(ooo_6.6-7.5)
looking... please stay on the line.
9 years, 3 months ago (2011-09-16 00:02:19 UTC) #3
cpu_(ooo_6.6-7.5)
I think to add files to content you need an owner of such.
9 years, 3 months ago (2011-09-16 00:12:47 UTC) #4
Cris Neckar
On 2011/09/16 00:12:47, cpu wrote: > I think to add files to content you need ...
9 years, 3 months ago (2011-09-16 17:25:59 UTC) #5
jam
http://codereview.chromium.org/7888024/diff/8001/content/browser/renderer_host/browser_render_process_host.cc File content/browser/renderer_host/browser_render_process_host.cc (right): http://codereview.chromium.org/7888024/diff/8001/content/browser/renderer_host/browser_render_process_host.cc#newcode567 content/browser/renderer_host/browser_render_process_host.cc:567: #if defined(OS_WIN) nit: this really isn't needed, no? http://codereview.chromium.org/7888024/diff/8001/content/browser/renderer_host/browser_render_process_host.cc#newcode889 ...
9 years, 3 months ago (2011-09-19 17:10:48 UTC) #6
Cris Neckar
Thanks! http://codereview.chromium.org/7888024/diff/8001/content/browser/renderer_host/browser_render_process_host.cc File content/browser/renderer_host/browser_render_process_host.cc (right): http://codereview.chromium.org/7888024/diff/8001/content/browser/renderer_host/browser_render_process_host.cc#newcode567 content/browser/renderer_host/browser_render_process_host.cc:567: #if defined(OS_WIN) On 2011/09/19 17:10:48, John Abd-El-Malek wrote: ...
9 years, 3 months ago (2011-09-20 01:22:15 UTC) #7
jam
it's time-consuming to see how you addressed the comments when you sync+address them in the ...
9 years, 3 months ago (2011-09-20 02:49:48 UTC) #8
jam
ok nm about rebasing, but please keep that in mind for the future. lgtm with ...
9 years, 3 months ago (2011-09-20 02:59:05 UTC) #9
Cris Neckar
Sorry about the rebasing, I completely forgot I had synced. Thank you for the review! ...
9 years, 3 months ago (2011-09-20 17:32:59 UTC) #10
cpu_(ooo_6.6-7.5)
9 years, 3 months ago (2011-09-20 18:04:17 UTC) #11
lgtm on the enumerator code. I defer to John for the rest.

Powered by Google App Engine
This is Rietveld 408576698