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

Issue 8229039: Make shared memory allocation possible for all child process types. (Closed)

Created:
9 years, 2 months ago by michaeln
Modified:
9 years, 2 months ago
Reviewers:
jam, apatrick_chromium
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, dpranke+watch-content_chromium.org, jam
Visibility:
Public.

Description

Make shared memory allocation possible for all child process types. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105621

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -67 lines) Patch
M content/browser/renderer_host/render_message_filter.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -14 lines 0 comments Download
M content/common/child_process_host.h View 1 2 3 4 5 6 7 4 chunks +14 lines, -0 lines 0 comments Download
M content/common/child_process_host.cc View 1 2 3 4 5 6 7 7 chunks +50 lines, -9 lines 0 comments Download
M content/common/child_process_messages.h View 1 2 3 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M content/common/child_thread.h View 1 2 3 4 5 6 7 2 chunks +7 lines, -0 lines 0 comments Download
M content/common/child_thread.cc View 1 2 3 4 5 6 7 1 chunk +33 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -6 lines 0 comments Download
M content/renderer/gpu/command_buffer_proxy.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/renderer_glue.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -28 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
michaeln
ptal
9 years, 2 months ago (2011-10-12 01:50:37 UTC) #1
michaeln
http://codereview.chromium.org/8229039/diff/2003/content/renderer/renderer_webkitplatformsupport_impl.cc File content/renderer/renderer_webkitplatformsupport_impl.cc (right): http://codereview.chromium.org/8229039/diff/2003/content/renderer/renderer_webkitplatformsupport_impl.cc#newcode608 content/renderer/renderer_webkitplatformsupport_impl.cc:608: blob_registry_.reset(new WebBlobRegistryImpl(ChildThread::current())); i'll take this file out of this ...
9 years, 2 months ago (2011-10-12 01:52:54 UTC) #2
jam
thanks for the cleanup. lgtm with changing size_t back to uint32 http://codereview.chromium.org/8229039/diff/6007/content/common/child_process_host.h File content/common/child_process_host.h (right): ...
9 years, 2 months ago (2011-10-12 03:01:30 UTC) #3
michaeln
On 2011/10/12 03:01:30, John Abd-El-Malek wrote: > thanks for the cleanup. lgtm with changing size_t ...
9 years, 2 months ago (2011-10-12 06:40:09 UTC) #4
apatrick_chromium
9 years, 2 months ago (2011-10-12 19:26:23 UTC) #5
LGTM for content/renderer/gpu

Powered by Google App Engine
This is Rietveld 408576698