summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Media Galleries: Prune uninteresting folders when scanning.thestig@chromium.org2014-02-261-0/+8
* Convert scoped_ptr_malloc -> scoped_ptr, part 1.viettrungluu@chromium.org2014-02-161-1/+2
* [mac] Make app shims look in the correct user data dir on Canary.jeremya@chromium.org2013-04-051-19/+37
* Use base namespace for FilePath in chrome/common and content/common.brettw@chromium.org2013-02-071-18/+19
* Get a minimal unit_tests target building and running for iOSstuartmorgan@chromium.org2012-11-161-6/+18
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-4/+0
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-0/+4
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-4/+0
* Add Add PathService::Get(chrome::DIR_USER_MUSIC) and PathService::Get(chrome:...thestig@chromium.org2012-09-141-0/+8
* Remove all the OS X 10.6 SDK forward declarations.rsesek@chromium.org2012-07-181-6/+0
* Add PathService::Get(chrome::DIR_USER_PICTURES).thestig@chromium.org2012-05-171-0/+10
* Make sure only the main browser process and service processes are allowed to ...pastarmovj@chromium.org2012-05-091-1/+7
* Revert 135321 - Make sure only the main browser process and service proceses ...pastarmovj@chromium.org2012-05-041-7/+1
* Make sure only the main browser process and service proceses are allowed to c...pastarmovj@chromium.org2012-05-041-1/+7
* Transition to base/mac/bundle_locations.h step 2jeremy@chromium.org2012-01-191-1/+1
* Add external extensions json source in proper mac location.skerner@google.com2011-09-221-0/+4
* Add some ScopedNSAutoreleasePools to things that can happen during earlymark@chromium.org2011-04-251-4/+10
* Use the real Mac browser app's bundle identifier everywhere that a basemark@chromium.org2011-04-221-2/+8
* Fix potential memory errors in ProductDirName.mark@chromium.org2011-04-191-1/+9
* Allow the product directory name to vary based on a setting in the outermark@chromium.org2011-04-191-18/+62
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-6/+6
* Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache direc...viettrungluu@chromium.org2010-11-241-0/+22
* Revert 67191 - chrome_paths: refactor and sanitize cache directory handlingviettrungluu@chromium.org2010-11-241-22/+0
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-241-0/+22
* Revert "chrome_paths: refactor and sanitize cache directory handling"evan@chromium.org2010-11-231-22/+0
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-231-0/+22
* Dynamic policy refresh support for the Mac.mnissler@chromium.org2010-10-291-0/+4
* Mac: app mode loader (shim).viettrungluu@chromium.org2010-05-181-0/+14
* Moved GetUserDirectory() into mac_util.mm.akalin@chromium.org2010-01-271-30/+3
* Remove the Chrome Frame preprocessor define in chrome_constants.cc and deal w...robertshield@chromium.org2009-10-281-0/+13
* Provide better diagnostics when launching with a silly executable path.mark@chromium.org2009-10-191-0/+2
* Don't use NSBundle when unsure of thread safety.mark@chromium.org2009-10-151-10/+14
* Eliminate char/wchar_t conversions, probably-unsafe statics, and disk accessmark@chromium.org2009-10-141-27/+11
* Move the framework and helper application into a versioned directory in supportmark@chromium.org2009-10-141-14/+36
* Get rid of mac_app_names.h. Replace it with real constants frommark@chromium.org2009-10-081-2/+2
* Fix 10% Mac startup time regression. Use +[NSBundle bundleWithPath:] insteadmark@chromium.org2009-10-071-19/+22
* Move all resources into the framework.mark@chromium.org2009-10-071-24/+24
* Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] mark@chromium.org2009-09-161-10/+3
* Tweak the comment in the lproj fixup script to explain why we need an "en" fo...thomasvl@chromium.org2009-08-241-1/+26
* Fix branding problemjrg@chromium.org2009-03-251-1/+1
* Some upstream code assumes that the executable path from the path service isthomasvl@chromium.org2009-03-171-3/+17
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-3/+3
* Implement some chrome path getters for Mac OS and un-comment their uses in th...pinkerton@chromium.org2009-03-031-0/+61