summaryrefslogtreecommitdiffstats
path: root/chrome/common/service_process_util_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Update include paths in chrome/common/ for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-8/+7
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-12/+10
* Use a direct include of strings headers in chrome/common/, part 2.avi@chromium.org2013-06-111-2/+2
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Use base namespace for FilePath in chrome/common and content/common.brettw@chromium.org2013-02-071-6/+7
* Remove the base::files:: namespace.darin@chromium.org2013-01-151-1/+1
* Switch to using FilePathWatcher::Callback instead of FilePathWatcher::Delegate.darin@chromium.org2013-01-111-11/+21
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-111-8/+7
* RefCounted types should not have public destructors, chrome/ editionrsleevi@chromium.org2012-04-251-2/+3
* Make sure that scoped_ptr<> cannot be used with ref-counted objects.sergeyu@chromium.org2012-04-051-2/+2
* Cloud Print Policy - service side enforcement, Mac browser tests.scottbyer@chromium.org2012-01-231-10/+10
* Transition to base/mac/bundle_locations.h step 2jeremy@chromium.org2012-01-191-1/+2
* Convert chrome/common non-debug logs to debug logs.brettw@chromium.org2011-10-281-19/+19
* Get rid of ChildProcessHost usage from chrome/common. The service process cod...jam@chromium.org2011-10-211-1/+0
* Remove TODOscottbyer@chromium.org2011-08-261-3/+0
* Make the mac service process handling code clean itself up properly as far as...dmaclach@chromium.org2011-08-251-3/+4
* Move Mac-specific files in chrome/common to chrome/common/mac.mark@chromium.org2011-08-191-1/+1
* Mac only: Change launchd type of service process.scottbyer@chromium.org2011-07-121-1/+4
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-141-0/+2
* kqueue implementation of FilePathWatcher on Mac.dmaclach@chromium.org2011-04-011-4/+1
* Revert 80101 - kqueue implementation of FilePathWatcher on Mac.dmaclach@chromium.org2011-04-011-1/+4
* kqueue implementation of FilePathWatcher on Mac.dmaclach@chromium.org2011-03-311-4/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* ServiceProcess clean updmaclach@chromium.org2011-03-231-27/+23
* Getting service process on Mac to handle having things moved/changed undernea...dmaclach@chromium.org2011-03-221-52/+197
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-111-1/+1
* Move ChildProcessHost and ChildProcessInfo to content.jam@chromium.org2011-03-091-1/+1
* Fix up problems when bundle doesn't exist for service process on Mac.dmaclach@chromium.org2011-03-031-22/+25
* Mac proxy auto-launch.scottbyer@chromium.org2011-02-251-13/+86
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-251-1/+1
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-0/+228