summaryrefslogtreecommitdiffstats
path: root/base/base_paths_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+1
* Move WriteInto to base namespace.Brett Wilson2015-07-071-2/+3
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Add support for GetHomeDir for Mac and Windows.brettw@chromium.org2014-02-191-3/+0
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Fix GetNSExecutablePath for running tests with relative pathjiangj@opera.com2013-08-061-1/+6
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-111-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Disable "using base::FilePath" on Linux since it now compiles.brettw@chromium.org2013-02-171-6/+6
* Remove ".." from PathService take #2.maruel@chromium.org2013-01-261-3/+0
* Fix many test case failures when run isolated on OSX.maruel@chromium.org2013-01-241-0/+3
* Fix PathServiceTest.Get on iOS.rohitrao@chromium.org2012-09-251-0/+6
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-7/+10
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-10/+7
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-7/+10
* Add an iOS implementation for base::PathService::Get() with path key DIR_APP_...chenyu@chromium.org2012-08-011-2/+10
* Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile direc...thorogood@chromium.org2012-07-231-0/+4
* Adds a way to specify test data files for unittests.rohitrao@chromium.org2012-07-171-1/+4
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-11/+6
* Change the files in base and net to include foundation_util.hwtc@chromium.org2011-06-141-1/+1
* Fix up PathProvider on the Mac for FILE_MODULE.dmaclach@chromium.org2011-05-261-3/+18
* Revert 86631 - Fix up PathProvider on the Mac for FILE_MODULE.vandebo@chromium.org2011-05-251-18/+3
* Fix up PathProvider on the Mac for FILE_MODULE.dmaclach@chromium.org2011-05-251-3/+18
* Fix problems in src/base:phajdan.jr@chromium.org2011-04-121-13/+14
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-4/+4
* Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache direc...viettrungluu@chromium.org2010-11-241-1/+1
* Revert 67191 - chrome_paths: refactor and sanitize cache directory handlingviettrungluu@chromium.org2010-11-241-1/+1
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-241-1/+1
* Revert "chrome_paths: refactor and sanitize cache directory handling"evan@chromium.org2010-11-231-1/+1
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-231-1/+1
* Only need to depend on Foundation here, not Cocoa.thomasvl@chromium.org2010-11-161-1/+1
* Mac: Let out-of-process tests run in bundled mode for their whole lifetime.thakis@chromium.org2010-11-151-1/+2
* [Mac] if someone overrides FILE_EXE/DIR_EXE in the path service, it can cause...thomasvl@chromium.org2010-08-241-24/+39
* Moved GetUserDirectory() into mac_util.mm.akalin@chromium.org2010-01-271-22/+2
* Mac: Rename DIR_CACHE to DIR_USER_CACHE, which is already used on Linux.thestig@chromium.org2009-12-031-1/+1
* Don't use NSBundle when unsure of thread safety.mark@chromium.org2009-10-151-12/+11
* Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] mark@chromium.org2009-09-161-0/+24
* Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d...pinkerton@chromium.org2009-04-221-1/+1
* Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...pinkerton@chromium.org2009-04-221-4/+16
* Some upstream code assumes that the executable path from the path service isthomasvl@chromium.org2009-03-171-15/+4
* Cleanup of the path service. (With some extra utilities to be used later.)avi@google.com2008-12-091-11/+11
* Fix mac build.evanm@google.com2008-11-191-0/+1
* Move more code to using FilePath.evanm@google.com2008-11-191-2/+2
* On .mm files in net and base:mmentovai@google.com2008-08-271-28/+3
* Use a common directory for all build output on the Mac.mmentovai@google.com2008-08-181-3/+2
* Part two of file_util porting. Almost all of the functionality has been port...erikkay@google.com2008-08-151-0/+10
* I suspect this comment was not intended...ericroman@google.com2008-08-101-1/+0
* * add base_paths_mac.mm to mac porterikkay@google.com2008-08-081-0/+73