summaryrefslogtreecommitdiffstats
path: root/chrome/service/service_process.cc
Commit message (Expand)AuthorAgeFilesLines
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ...erg@chromium.org2012-01-281-1/+1
* Cloud Print Connector Policy, Service-side enforcement.scottbyer@chromium.org2012-01-141-1/+24
* Revert 117531 - Convert use of int ms to TimeDelta in files owned by ajwong.lambroslambrou@google.com2012-01-121-2/+2
* Convert use of int ms to TimeDelta in files owned by ajwong.tedvessenes@gmail.com2012-01-121-2/+2
* Delete meabodenha@chromium.org2011-12-211-1/+2
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* NewRunnable* conversion to base::Bindscottbyer@chromium.org2011-11-121-2/+3
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-2/+0
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-271-2/+2
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Fix Linux Views build breakage.willchan@chromium.org2011-09-131-1/+1
* Move URLFetcher from content/common to content/common/net.willchan@chromium.org2011-09-131-1/+1
* Make the mac service process handling code clean itself up properly as far as...dmaclach@chromium.org2011-08-251-3/+20
* Virtual Cloud Print Driver for Mac.abeera@google.com2011-08-151-0/+24
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-011-1/+1
* Remove the Remoting Host component from Chrome.wez@chromium.org2011-05-101-43/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Submitting Jamie's quick fix to run headless service (see issue 6722025).gene@google.com2011-03-241-1/+14
* Getting service process on Mac to handle having things moved/changed undernea...dmaclach@chromium.org2011-03-221-6/+14
* Move media library path resolution into Chrome path provider.wez@chromium.org2011-03-171-20/+7
* Service process fixes for Linux.scottbyer@chromium.org2011-03-031-0/+9
* Revert 76612 - Service process fixes for Linux.scottbyer@chromium.org2011-03-021-9/+0
* Service process fixes for Linux.scottbyer@chromium.org2011-03-021-0/+9
* Fixes service_process.cc when not using ENABLE_REMOTING flag.bulach@chromium.org2011-02-281-0/+2
* Added a command-line option to disable adding the service process to autorun....sanjeevr@chromium.org2011-02-261-1/+3
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-251-3/+1
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-5/+7
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-1/+8
* Initialize media library on service process startup.wez@chromium.org2011-02-181-3/+23
* Added code to restart the service process in the event of a crash.sanjeevr@chromium.org2011-02-151-1/+44
* Fix service process crash when chromoting is enabled and browser shuts down.hclam@chromium.org2011-02-081-7/+17
* Make changes sanjeev suggesteddmaclach@chromium.org2011-02-031-1/+1
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-2/+5
* Fix bustage by updating header includes.ben@chromium.org2011-01-201-2/+2
* Code to send diagnostic messages about cloud print proxy. Currently diagnosti...sanjeevr@chromium.org2011-01-201-8/+31
* Remove chromoting host registration from service process. More IPCs to controlsergeyu@chromium.org2010-12-231-155/+14
* Stop the chromoting_contextdmaclach@chromium.org2010-12-211-0/+4
* HostConfig interface updates.sergeyu@chromium.org2010-12-161-19/+5
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-091-10/+10
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-4/+4
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-2/+2
* Move creation of capturer, input stub into ChromotingHosthclam@chromium.org2010-11-171-36/+1
* Inject MessageLoop into Capturerhclam@chromium.org2010-11-171-3/+6
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-161-5/+8
* Fix build failure with -Dremoting=0phajdan.jr@chromium.org2010-11-051-0/+2
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-5/+1
* Make sure the service process kills all URLFetcher::Cores on shutdown.willchan@chromium.org2010-10-221-2/+30
* Implement basic X11 screen capture on linux.ajwong@chromium.org2010-10-211-5/+12
* Convert LOG(INFO) to VLOG(1) - chrome/service/.pkasting@chromium.org2010-10-201-4/+3
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-181-2/+6