summaryrefslogtreecommitdiffstats
path: root/chrome/common/auto_start_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-2/+2
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in chrome/common and content/common.brettw@chromium.org2013-02-071-11/+15
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-2/+2
* Cleanup: Consolidate declarations of XDG variables.thestig@chromium.org2012-06-131-5/+4
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-251-0/+26
* Fixed regression in the Linux AutoStart code caused by my previous CL.sanjeevr@chromium.org2011-02-251-1/+2
* Moved common parts of Linux autostart code to chrome/common so it can be reus...sanjeevr@chromium.org2011-02-231-0/+61