summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_child_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos...jam@chromium.org2012-01-231-317/+0
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-71/+74
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-72/+69
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-69/+72
* Group BrowserChildProcesshost methods that will be part of the interface toge...jam@chromium.org2012-01-171-4/+13
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-4/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+4
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-12/+13
* Coverity Fix: PASS_BY_VALUEscr@chromium.org2011-12-221-2/+2
* Make sure that ChildProcessData.type always gets initializedtbreisacher@chromium.org2011-12-211-2/+2
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-4/+6
* Simplify BrowserChildProcessHost in preparation for refactoring it so that co...jam@chromium.org2011-12-031-2/+2
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-9/+23
* Fix use-after-free. OnChildDied deletes the current object, so we shouldn't c...jam@chromium.org2011-12-021-2/+4
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-25/+20
* Collect profiler stats from all browser child processes.rtenneti@chromium.org2011-12-011-0/+2
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-9/+15
* Move the ProcessWatcher methods out of content/common/process_watcher into ba...jam@chromium.org2011-11-231-1/+0
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* On non-Windows platforms, wait for some time for an exit code.petkov@chromium.org2011-11-021-10/+31
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* Switch ChildProcess.* enum histograms from COUNTS to ENUMERATION.petkov@chromium.org2011-10-241-4/+8
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Count all abnormal child process exits in a ChildProcess.Disconnected histogram.petkov@chromium.org2011-10-191-0/+2
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-1/+1
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+5
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-1/+1
* Trying to reland r101435 : Better account crashes for the BrowserChildProcess...cpu@chromium.org2011-09-161-28/+67
* Revert 101435 - Better account crashes for the BrowserChildProcessHost (and d...hbono@chromium.org2011-09-161-65/+28
* Better account crashes for the BrowserChildProcessHost (and derived) for wind...cpu@chromium.org2011-09-161-28/+65
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-11/+2
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-2/+11
* Fix bug that caused Task Manager to display defunct GPU processes after they ...jbates@chromium.org2011-07-251-4/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Check the child_process_ ptr before access on shutdown, is causing browser cr...elijahtaylor@google.com2011-07-151-1/+1
* Keep cached handle better in sync with that in process launcher.kbr@chromium.org2011-07-121-0/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-6/+6
* Revert 91924. ui_tests started crashing on several bots (e.g. Linux Tests (db...thakis@chromium.org2011-07-101-5/+0
* Work around assertion failure when child process crashes by updatingkbr@chromium.org2011-07-091-0/+5
* Get rid of the following dependencies from content:jam@chromium.org2011-06-141-1/+0
* Remove content dependency on chrome/browser/accessibility/browser_accessibili...jam@chromium.org2011-06-131-1/+1
* Revert 86532 - Revert 86517 - Don't terminate plugin processes from the brows...ananta@chromium.org2011-05-251-0/+5
* Revert 86517 - Don't terminate plugin processes from the browser during brows...nsylvain@chromium.org2011-05-251-5/+0
* Don't terminate plugin processes from the browser during browser shutdown. Th...ananta@chromium.org2011-05-241-0/+5
* Treat TERMINATION_STATUS_ABNORMAL_TERMINATION in browser child processes asmark@chromium.org2011-05-111-1/+2
* Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r...jam@chromium.org2011-05-021-23/+5