summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Clamp down various chrome/ DEPS files.thestig@chromium.org2014-06-241-6/+1
* Removed code related to Mac virtual printer.vitalybuka@chromium.org2014-03-121-6/+0
* Collect metrics data from service process.vitalybuka@chromium.org2013-10-241-0/+2
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-171-1/+1
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-2/+2
* [Mac] Convert ServiceApplication to not need a custom NSApp class.shess@chromium.org2013-04-261-1/+1
* Move the Windows sandbox to sandbox/winjln@chromium.org2012-07-181-1/+1
* Emergency revert; rietveld broke; tree brokeerg@google.com2012-07-131-1/+1
* sandbox/src -> sandbox/win/srcjln@chromium.org2012-07-131-1/+1
* Restored missing broker initialization.vitalybuka@chromium.org2012-07-031-4/+0
* Get rid of internal content includes for sandbox code from chrome.jam@chromium.org2012-06-041-5/+2
* Reland 130578 - Enable cookies per default in net. Add an API to disable them...jochen@chromium.org2012-04-301-1/+6
* Revert 130578 - Enable cookies per default in net. Add an API to disable them...jochen@chromium.org2012-04-041-6/+1
* Enable cookies per default in net. Add an API to disable them by default, and...jochen@chromium.org2012-04-041-1/+6
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-061-4/+4
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-311-2/+2
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-4/+5
* Virtual Cloud Print Driver for Mac.abeera@google.com2011-08-151-2/+2
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Move sandbox_policy to content.jam@chromium.org2011-05-281-1/+1
* Getting service process on Mac to handle having things moved/changed undernea...dmaclach@chromium.org2011-03-221-3/+5
* Move some chrome\common code to content in preparation for moving chrome\gpu.jam@chromium.org2011-03-111-2/+2
* Make changes sanjeev suggesteddmaclach@chromium.org2011-02-031-2/+0
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-18/+19
* Initialized CrApplication for the service process.sanjeevr@chromium.org2011-01-291-0/+8
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-1/+1
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* Spilt code in service_process_utils.cc into separate files for Windows and Po...sanjeevr@chromium.org2010-10-131-1/+2
* Removed the ServiceProcessType enum because a single service process should h...sanjeevr@chromium.org2010-10-051-0/+5
* The service process now enables a timebomb on startup to check if its service...sanjeevr@chromium.org2010-10-041-1/+5
* The LSID for Cloud Print can now be supplied on the command line even if Clou...sanjeevr@chromium.org2010-09-141-9/+1
* Resubmit r56600 - Start/stop service process when browser starts and stophclam@chromium.org2010-08-231-0/+5
* Resubmit "Start chromoting host in the service process though a method call"hclam@chromium.org2010-08-101-57/+1
* Revert 55507 - Start chromoting host in the service process though a method ...glen@chromium.org2010-08-101-1/+57
* Start chromoting host in the service process though a method callhclam@chromium.org2010-08-101-57/+1
* Rename --enable-chromoting to --enable-remotinghclam@chromium.org2010-08-051-2/+1
* Added an IPC server in the service process to listen to commands. This is not...sanjeevr@chromium.org2010-07-311-21/+3
* Created a host for running the utility process as a child of the service proc...sanjeevr@chromium.org2010-07-201-0/+8
* Start Chromoting Host Process in Chrome Servicehclam@chromium.org2010-07-011-0/+55
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-2/+1
* Added the ability in the service process to save and read state from a prefs ...sanjeevr@chromium.org2010-05-211-4/+23
* Created a new process type called the service process to host background task...sanjeevr@chromium.org2010-05-121-0/+34