summaryrefslogtreecommitdiffstats
path: root/content/browser/utility_process_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix linter errors in UtilityProcessHostImpl.amistry2015-02-251-6/+5
* Enable --renderer-cmd-prefix and --utility-cmd-prefix on Windows. Needed for ...inferno2015-01-231-4/+0
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-8/+4
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-3/+3
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-5/+5
* content/ fixups for scoped_refptr operator T* removal.dcheng2014-09-031-4/+4
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-08-261-3/+3
* Experimentally isolate OpenItemViaShell in a utility process.erikwright@chromium.org2014-08-211-2/+13
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-2/+3
* Move some methods related to single-process out of content/public, since they...jam@chromium.org2014-04-171-1/+1
* Refactor configuration of sandboxes - first stepsaberent@chromium.org2014-03-131-28/+46
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-111-0/+24
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Clear SingleProcess and InProcessGPU logic.dongseong.hwang@intel.com2013-11-241-3/+2
* Remove EnableZygote API.jorgelo@chromium.org2013-11-051-11/+8
* Fix two 80c violations.jorgelo@chromium.org2013-09-201-3/+4
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-1/+1
* Set up content in-process main threads via factoryscottmg@chromium.org2013-08-161-54/+10
* Get rid of webkit/plugins/plugin_switches.* and move them to content/public/c...jam@chromium.org2013-08-091-1/+0
* Cut some more dependencies from browser to child for multiple_dll modescottmg@chromium.org2013-07-231-1/+8
* Enable sandbox in local discovery utility process.vitalybuka@chromium.org2013-07-201-1/+10
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-49/+111
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Get rid of chrome frame flag in sandbox_policy.cc which is a layering violati...jam@chromium.org2013-03-201-2/+0
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-1/+24
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-2/+2
* Cleanup: Remove unneeded browser_thread.h includes in contents.thestig@chromium.org2013-01-031-0/+1
* Expose ChildProcessData for the utility processcpu@chromium.org2012-12-191-0/+4
* Moved extension installation from FILE thread. CrxInstaller and friends are n...zelidrag@chromium.org2012-11-151-9/+9
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-10/+4
* [OSX] Pass --enable-sandbox-logging to more sub-processes.shess@chromium.org2012-10-031-0/+4
* Posix: Fix --utility-cmd-prefix to not run /proc/self/exe.thestig@chromium.org2012-09-131-4/+17
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-2/+2
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-0/+183