summaryrefslogtreecommitdiffstats
path: root/content/common/child_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Move tracing component to src/componentskaiwang@chromium.org2012-12-281-2/+2
* Add tracing support to NaCljbauman@chromium.org2012-12-081-2/+3
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-4/+6
* Ensure we don't have zombie child processes that get started but never get a ...jam@chromium.org2012-08-071-6/+23
* Add more logging to ChildThread.jam@chromium.org2012-08-061-0/+5
* Try to get more information to track down 140054, specifically to see whether...jam@chromium.org2012-08-061-0/+2
* On Posix, make all child processes quit when the browser dies, not just the r...jam@chromium.org2012-07-301-0/+48
* Histograms - Support histograms for Plugins, GPUrtenneti@google.com2012-07-121-0/+5
* Remove the code to wait on disconnected child processes to get the exit code....jam@chromium.org2012-07-091-5/+0
* content/common/ shouldn't extend the webkit_glue namespace. Move contents of...darin@chromium.org2012-07-041-0/+1
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-021-1/+1
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-2/+2
* Route calls to tcmalloc MallocExtension through allocator agnostic interfacejamesr@chromium.org2012-04-281-5/+2
* Show gpu process stats in about:tcmallocjamesr@chromium.org2012-04-251-0/+17
* [UMA] Use proper C++ objects to serialize tracked_objects across process boun...isherman@chromium.org2012-04-131-13/+9
* Rename content/{common,browser}/file_system to fileapi and move blob stuff in...tzik@chromium.org2012-03-011-2/+2
* ChildThread::current()->Send() should DCHECK that it's only used on the main ...dgrogan@chromium.org2012-02-241-0/+1
* Move indexed db files from content/renderer to content/common.dgrogan@chromium.org2012-02-121-0/+5
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-101-3/+4
* Revert 120789 - Propogate status setting for profiler to track parentsjar@chromium.org2012-02-071-4/+3
* Propogate status setting for profiler to track parentsjar@chromium.org2012-02-071-3/+4
* Remove the ChildProcessMsg_AskBeforeShutdown message since it's now always se...jam@chromium.org2012-01-241-8/+4
* Support incremental-max and sample in Profiler datajar@chromium.org2011-12-041-1/+1
* Collect profiler stats from all browser child processes.rtenneti@chromium.org2011-12-011-1/+24
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-6/+0
* Make shared memory allocation possible for all child process types.michaeln@google.com2011-10-151-0/+33
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Revert 104832 - Move ResourceDispatcherHostDelegate to content\public\common....jam@chromium.org2011-10-111-5/+0
* Move ResourceDispatcherHostDelegate to content\public\common. I've added a se...jam@chromium.org2011-10-111-0/+5
* Re-land r102336 (remove webkit_glue::BuildUserAgent) w/ fix.dpranke@chromium.org2011-09-261-6/+0
* Revert "Remove webkit_glue::BuildUserAgent(), change the contract in webkit_g...dpranke@chromium.org2011-09-221-0/+6
* Remove webkit_glue::BuildUserAgent(), change the contract in webkit_glue so t...dpranke@chromium.org2011-09-221-6/+0
* Move handle dumpage to the renderer process (so that it works correctly) and ...cdn@chromium.org2011-09-201-0/+19
* Make the NaCl windows 64 bit binaries not depend on chrome targets. These tar...jam@chromium.org2011-09-121-5/+0
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-1/+1
* Add IPC plumbing code for Quota APIkinuko@chromium.org2011-04-131-0/+4
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-3/+2
* event trace plumbing for multi-process supportjbates@chromium.org2011-03-181-0/+8
* Remove Gears from Chrome.aa@chromium.org2011-03-111-5/+2
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-0/+206