| Commit message (Expand) | Author | Age | Files | Lines |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -8/+8 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Fix OS_MACOS typos. Should be OS_MACOSX. | dalecurtis@google.com | 2013-03-19 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Replace FilePath with base::FilePath. | brettw@chromium.org | 2013-02-17 | 1 | -9/+9 |
* | Enforce no path service has improper path. | maruel@chromium.org | 2013-01-25 | 1 | -0/+11 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -6/+6 |
* | Fix style typo (missing space) in base/path_service_unittest.cc | gab@chromium.org | 2012-11-15 | 1 | -1/+1 |
* | Re-commit: Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-t... | gab@chromium.org | 2012-11-06 | 1 | -13/+22 |
* | Add PathService::RemoveOverride to clear path overrides. | pastarmovj@chromium.org | 2012-09-26 | 1 | -0/+45 |
* | Fix PathServiceTest.Get on iOS. | rohitrao@chromium.org | 2012-09-25 | 1 | -0/+3 |
* | Add new PathService paths for Windows' All Users Desktop and Quick Launch fol... | gab@chromium.org | 2012-09-20 | 1 | -9/+44 |
* | Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ... | wjia@chromium.org | 2012-09-20 | 1 | -27/+9 |
* | Add new PathService paths for Windows' All Users Desktop and Quick Launch fol... | gab@chromium.org | 2012-09-20 | 1 | -9/+27 |
* | Delete Chrome's secondary tiles on Windows 8 when uninstalling. | benwells@chromium.org | 2012-08-30 | 1 | -9/+21 |
* | Add new method OverrideAndCreateIfNeeded to PathService. | pastarmovj@chromium.org | 2012-05-09 | 1 | -1/+26 |
* | Upstream misc changes for android. | michaelbai@google.com | 2011-08-26 | 1 | -1/+5 |
* | Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache direc... | viettrungluu@chromium.org | 2010-11-24 | 1 | -2/+2 |
* | Revert 67191 - chrome_paths: refactor and sanitize cache directory handling | viettrungluu@chromium.org | 2010-11-24 | 1 | -2/+2 |
* | chrome_paths: refactor and sanitize cache directory handling | evan@chromium.org | 2010-11-24 | 1 | -2/+2 |
* | Revert "chrome_paths: refactor and sanitize cache directory handling" | evan@chromium.org | 2010-11-23 | 1 | -0/+6 |
* | chrome_paths: refactor and sanitize cache directory handling | evan@chromium.org | 2010-11-23 | 1 | -6/+0 |
* | If chromium has not been started yet, the cache path will not exist. | maruel@chromium.org | 2010-10-23 | 1 | -0/+6 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 1 | -3/+3 |
* | Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] | mark@chromium.org | 2009-09-16 | 1 | -1/+5 |
* | Fix to use FilePath in more unittests. | phajdan.jr@chromium.org | 2009-09-14 | 1 | -1/+1 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 1 | -1/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 1 | -1/+1 |
* | Begin the first small step towards using FilePath everywhere: | evanm@google.com | 2008-10-30 | 1 | -3/+5 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Create a gtest test fixture subclass that allows for platform specific setup ... | erikkay@google.com | 2008-08-20 | 1 | -1/+6 |
* | recursive_mutex | erikkay@google.com | 2008-08-11 | 1 | -0/+4 |
* | Remove a NOTREACHED() that was causing a dialog box during unit tests, hence | maruel@google.com | 2008-08-07 | 1 | -10/+4 |
* | Improve PathServiceTest test by verifying that the returned path exists. | maruel@google.com | 2008-08-07 | 1 | -5/+26 |
* | Refactoring file_util into file_util and file_util_win. Also fix windows dep... | erikkay@google.com | 2008-08-06 | 1 | -0/+5 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+57 |