summaryrefslogtreecommitdiffstats
path: root/chrome/common/service_process_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Use fixed socket name instead of SecureSocketWithKeyvitalybuka2015-03-161-15/+16
* Simplify VersionInfo code, avoid hitting sandbox IPC constantly on Windowsscottmg2014-10-071-11/+0
* Use the same set of switches for service process autorun and for launching pr...vitalybuka@chromium.org2014-06-201-20/+38
* Deprecate named base::SharedMemory.viettrungluu@chromium.org2014-03-051-2/+3
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-2/+2
* Update uses of UTF conversions in chrome/common to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-2/+2
* Update include paths in chrome/common/ for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Use a direct include of strings headers in chrome/common/, part 2.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...avi@chromium.org2013-06-071-1/+1
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* Revert 184352brettw@chromium.org2013-02-241-1/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Use base namespace for FilePath in chrome/common and content/common.brettw@chromium.org2013-02-071-3/+3
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-111-8/+7
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-1/+0
* Move content_paths.h to content/public/common.jam@chromium.org2011-10-211-1/+1
* Get rid of ChildProcessHost usage from chrome/common. The service process cod...jam@chromium.org2011-10-211-6/+4
* Give plug-in processes an executable heap and disable PIE/ASLR for Nativemark@chromium.org2011-08-241-1/+2
* Fix to bug 75303abeera@google.com2011-06-241-5/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* ServiceProcess clean updmaclach@chromium.org2011-03-231-3/+1
* Getting service process on Mac to handle having things moved/changed undernea...dmaclach@chromium.org2011-03-221-6/+1
* Committing on behalf of asharif1@chromium.org.sanjeevr@chromium.org2011-03-171-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-111-1/+1
* Move ChildProcessHost and ChildProcessInfo to content.jam@chromium.org2011-03-091-1/+1
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-251-0/+23
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-17/+25
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-51/+62
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-1/+2
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-0/+11
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-11/+0
* Installer cleanupamit@chromium.org2010-12-161-9/+6
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-0/+6
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-2/+2
* Spilt code in service_process_utils.cc into separate files for Windows and Po...sanjeevr@chromium.org2010-10-131-196/+61
* Another clang build fix.thakis@chromium.org2010-10-121-0/+2
* Fix service for CUPS CP proxy.gene@google.com2010-10-121-0/+7
* Added the service process pid to the shared memory data. This will be used fo...sanjeevr@chromium.org2010-10-121-35/+69
* Fixed a bug in the implementation of GetServiceProcessLockFileName which caus...sanjeevr@chromium.org2010-10-101-14/+9
* The IPC channel names and event names used by the service process now append ...sanjeevr@chromium.org2010-10-091-33/+255
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-051-15/+30
* Registered the service process to AutoRun (for Windows) if any service (Cloud...sanjeevr@chromium.org2010-09-011-3/+1
* Use named events instead of lock files for service processhclam@chromium.org2010-08-311-6/+50
* ServiceProcessControl to launch a service process and communicate through IPC.hclam@chromium.org2010-08-121-0/+55