summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_child_process_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Create crash dump if a bad IPC message is received.wfh2015-04-071-0/+6
* Introducing phased profiling framework.vadimt2015-04-011-2/+2
* Simplify ChildProcessLaunchersievers2015-03-281-8/+4
* Add UMA histograms and logging for bad IPC message handlingjamescook2015-03-201-0/+2
* Remove uses of KillProcess()rvargas2015-03-181-2/+1
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[a-d]*mostynb2015-03-131-14/+14
* Add profiling to Context::Notify.erikchen2015-03-111-0/+6
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Don't pass ProcessHandle through ChildProcessHostDelegate.rvargas2014-11-181-3/+4
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Delete bogus assertion about child process handle.kbr2014-10-301-1/+0
* Stop early exit watcher in BrowserChildProcessHostImpl::OnChildDisconnectedjbauman2014-10-211-0/+5
* Enforce handle ownership in base::Process.rvargas2014-10-171-33/+9
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-2/+3
* Use HighResNow whenever possible on Windows.fmeawad@chromium.org2014-08-011-3/+0
* Initialize PowerMonitor on_power_battery initial value for newly created proc...fmeawad@chromium.org2014-07-221-0/+2
* Increase the child process connection timeout for browser tests.jam@chromium.org2014-06-201-0/+1
* Remove knowledge of nacl from content.bradnelson@google.com2014-05-171-5/+0
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-0/+4
* Revert 270907 "Remove knowledge of nacl from content."benwells@chromium.org2014-05-161-0/+5
* Remove knowledge of nacl from content.bradnelson@google.com2014-05-161-5/+0
* Ensure that any IPC sent from a child process that couldn't be deserialized c...jam@chromium.org2014-05-151-0/+12
* Remove kChildCleanExit since it's not used anymore.jam@chromium.org2014-03-281-3/+0
* Refactor configuration of sandboxes - first stepsaberent@chromium.org2014-03-131-13/+0
* Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 onlywangxianzhu@chromium.org2014-03-101-1/+0
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-111-0/+7
* Allow multiple NaCl modules to be debugged.bradnelson@google.com2014-01-101-0/+5
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-1/+1
* Revert 230968 "Use HighResNow whenever possible on Windows."scottmg@chromium.org2013-10-251-0/+3
* Use HighResNow whenever possible on Windows.simonjam@chromium.org2013-10-251-3/+0
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-3/+7
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-09-101-0/+3
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-1/+1
* Fix getting exit status for browser child process.jln@chromium.org2013-08-271-3/+4
* Revert 217172 "Enable high resolution time for TimeTicks::Now on..."nhiroki@chromium.org2013-08-131-3/+0
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-08-131-0/+3
* Created multi-process-friendly PowerMonitor interface.bajones@chromium.org2013-08-021-1/+2
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Allow tracing to console everywhere.vollick@chromium.org2013-07-111-0/+1
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-31/+33
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-311-0/+4
* Move child-common classes to content/common_childjamesr@chromium.org2013-05-211-1/+0
* Revert 200932 "Lower the priority of shared workers that aren't ..."simonhatch@chromium.org2013-05-201-4/+0
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-181-0/+4
* Revert 199840 "Lower the priority of shared workers that aren't ..."simonhatch@chromium.org2013-05-131-4/+0
* Lower the priority of shared workers that aren't associated with the foregrou...simonhatch@chromium.org2013-05-131-0/+4
* Cleanup various bits of BrowserThreadImpl and PluginServiceImpl.thestig@chromium.org2013-04-241-3/+4
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Split the ProcessType enum into process types that content knows about (which...jam@chromium.org2013-03-221-13/+14