summaryrefslogtreecommitdiffstats
path: root/base/path_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add DIR_PROGRAM_FILES6432 to PathService to return "Program Files" on both 64...wfh2015-03-131-0/+52
* remove DIR_LOCAL_APP_DATA_LOW from base.cpu2014-10-271-12/+2
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Fix shortcut tests and remove legacy shortcut code for the Default-usergab@chromium.org2014-08-081-15/+1
* Enable Enterprise enrollment on desktop builds.joaodasilva@chromium.org2014-05-021-1/+30
* Revert of Enable Enterprise enrollment on desktop builds. (https://codereview...falken@chromium.org2014-05-021-26/+1
* Enable Enterprise enrollment on desktop builds.joaodasilva@chromium.org2014-05-011-1/+26
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-2/+2
* Add support for GetHomeDir for Mac and Windows.brettw@chromium.org2014-02-191-2/+3
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-8/+8
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Fix OS_MACOS typos. Should be OS_MACOSX.dalecurtis@google.com2013-03-191-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-9/+9
* Enforce no path service has improper path.maruel@chromium.org2013-01-251-0/+11
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-6/+6
* Fix style typo (missing space) in base/path_service_unittest.ccgab@chromium.org2012-11-151-1/+1
* Re-commit: Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-t...gab@chromium.org2012-11-061-13/+22
* Add PathService::RemoveOverride to clear path overrides.pastarmovj@chromium.org2012-09-261-0/+45
* Fix PathServiceTest.Get on iOS.rohitrao@chromium.org2012-09-251-0/+3
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-9/+44
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-27/+9
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-9/+27
* Delete Chrome's secondary tiles on Windows 8 when uninstalling.benwells@chromium.org2012-08-301-9/+21
* Add new method OverrideAndCreateIfNeeded to PathService.pastarmovj@chromium.org2012-05-091-1/+26
* Upstream misc changes for android.michaelbai@google.com2011-08-261-1/+5
* Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache direc...viettrungluu@chromium.org2010-11-241-2/+2
* Revert 67191 - chrome_paths: refactor and sanitize cache directory handlingviettrungluu@chromium.org2010-11-241-2/+2
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-241-2/+2
* Revert "chrome_paths: refactor and sanitize cache directory handling"evan@chromium.org2010-11-231-0/+6
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-231-6/+0
* If chromium has not been started yet, the cache path will not exist.maruel@chromium.org2010-10-231-0/+6
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-3/+3
* Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] mark@chromium.org2009-09-161-1/+5
* Fix to use FilePath in more unittests.phajdan.jr@chromium.org2009-09-141-1/+1
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-301-3/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Create a gtest test fixture subclass that allows for platform specific setup ...erikkay@google.com2008-08-201-1/+6
* recursive_mutexerikkay@google.com2008-08-111-0/+4
* Remove a NOTREACHED() that was causing a dialog box during unit tests, hencemaruel@google.com2008-08-071-10/+4
* Improve PathServiceTest test by verifying that the returned path exists.maruel@google.com2008-08-071-5/+26
* Refactoring file_util into file_util and file_util_win. Also fix windows dep...erikkay@google.com2008-08-061-0/+5
* Add base to the repository.initial.commit2008-07-261-0/+57