summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Mac: Scaffolding for sandboxing GPU process.thakis@chromium.org2010-12-021-4/+4
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-171-0/+8
* Set the title for wait-for-debugger dialog to be "Chromium". We were fetching...alokp@chromium.org2010-08-171-23/+26
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* Random bits of header and whitespace cleanup.thestig@chromium.org2010-07-231-3/+6
* Added support for --worker-startup-dialog command line flag.atwilson@chromium.org2009-11-061-0/+38
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-14/+15
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-15/+14
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-14/+15
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-12/+15
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-15/+12
* Headers cleanup in chrome/commonphajdan.jr@chromium.org2009-05-291-2/+1
* Fix assertion that was firing in unit tests.jam@chromium.org2009-03-271-3/+6
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-18/+8
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Keeping track of whether WebKit is in the callstack using RenderThread doesn'...jam@chromium.org2009-02-241-4/+0
* Tenative fix to see if the reliability crashes go away.jam@chromium.org2009-02-241-0/+4
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-77/+31
* Reverting 10080.jam@chromium.org2009-02-201-31/+77
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-77/+31
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+1
* POSIX: Get IPCSyncChannel unittests workingagl@chromium.org2009-01-201-2/+4
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-5/+6
* Add a command-line switch to change the user agent.BUG=757345pkasting@chromium.org2008-09-241-0/+12
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-1/+1
* Move away from the deprecated atomic.h interface to AtomicRefCount and Atomic...deanm@google.com2008-08-071-4/+11
* Add chrome to the repository.initial.commit2008-07-261-0/+114