summaryrefslogtreecommitdiffstats
path: root/content/common/child_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-142/+0
* base: Cleanup setting thread priorities (no functional changes).epenner@chromium.org2013-05-241-15/+1
* Remving global statics from the headers, so we can split-link.cpu@chromium.org2013-05-211-10/+14
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-3/+3
* Add Shutdown() helper to ChildThread and move all destructor logic.dcheng@chromium.org2013-04-221-1/+4
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Doc: SIGUSR1 needed when paused for debugger.teravest@chromium.org2013-03-081-1/+2
* cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.epenner@chromium.org2013-01-241-0/+18
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-0/+4
* Initialize StatisticsRecorder in Child Process to holdrtenneti@chromium.org2012-07-191-0/+3
* posix: Print renderer PID with --renderer-startup-dialog in Release too.thakis@chromium.org2012-05-291-4/+4
* Fixing Android compile warnings.felipeg@google.com2012-05-291-2/+12
* Crash if the render process fails to create its IO thread.eroman@chromium.org2012-01-061-2/+4
* Convert some non-debug logging on content/common to debug logging.brettw@chromium.org2011-10-291-4/+4
* Revert 107815 - Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-281-4/+4
* Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-281-4/+4
* Revert 87712 checked in by mistake- Allow multiple ChildProcess objects in on...jam@chromium.org2011-06-021-16/+9
* Allow multiple ChildProcess objects in one process for the --single-process c...jam@chromium.org2011-06-021-9/+16
* Fix wstrings in content/common.avi@chromium.org2011-03-081-8/+8
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-0/+111