summaryrefslogtreecommitdiffstats
path: root/base/base_paths_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* [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