summaryrefslogtreecommitdiffstats
path: root/base/base_paths_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Added check of returned value of GetModuleFileName functionaranovskii2015-06-241-2/+4
* Add DIR_PROGRAM_FILES6432 to PathService to return "Program Files" on both 64...wfh2015-03-131-0/+23
* remove DIR_LOCAL_APP_DATA_LOW from base.cpu2014-10-271-10/+0
* Fix shortcut tests and remove legacy shortcut code for the Default-usergab@chromium.org2014-08-081-38/+11
* Support DirectWrite with sandbox onscottmg@chromium.org2014-03-261-0/+7
* Add support for GetHomeDir for Mac and Windows.brettw@chromium.org2014-02-191-6/+0
* Cleanup: Remove unneeded base/file_util.h includes in base.thestig@chromium.org2013-05-141-3/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-0/+2
* Re-commit: Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-t...gab@chromium.org2012-11-061-0/+6
* Revert 165505 - Introduce RemoveChromeTaskbarShortcuts() to delete all pinned...gab@chromium.org2012-11-011-6/+0
* Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-taskbar shor...gab@chromium.org2012-11-011-0/+6
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-3/+57
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-57/+3
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-3/+57
* Delete Chrome's secondary tiles on Windows 8 when uninstalling.benwells@chromium.org2012-08-301-0/+13
* Moved the Chromoting host configuration under %SystemDrive%\ProgramData and A...alexeypa@chromium.org2012-04-041-0/+6
* Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative...jochen@chromium.org2012-02-031-9/+1
* Extend PathService::Get to be able to return the X86 program files path.abodenha@chromium.org2011-04-251-1/+11
* Revert 82686 - Extend PathService::Get to be able to return the X86 program f...abodenha@google.com2011-04-221-7/+1
* Extend PathService::Get to be able to return the X86 program files path.abodenha@chromium.org2011-04-221-1/+7
* Revert 82567 - Extend PathService::Get to be able to return the X86 program f...arv@chromium.org2011-04-211-7/+1
* Extend PathService::Get to be able to return the X86 program files path.abodenha@google.com2011-04-211-1/+7
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-3/+3
* file_util: Get rid of most uses of UpOneDirectory.tfarina@chromium.org2010-07-091-5/+1
* Support for DIR_SOURCE_ROOT in a case of WebKit-only checkout.tkent@chromium.org2010-06-151-3/+13
* Make acrobat work with --safe-plugins by giving it write accessnsylvain@chromium.org2010-02-011-0/+6
* Deprecate PathService::Get(..., wstring*) and use FilePath instead.evan@chromium.org2009-10-191-4/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Move more code to using FilePath.evanm@google.com2008-11-191-19/+23
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Use __ImageBase linker variable instead of VirtualQuery on a global variable.deanm@google.com2008-08-191-7/+4
* fix build bustageerikkay@google.com2008-08-151-1/+1
* Part two of file_util porting. Almost all of the functionality has been port...erikkay@google.com2008-08-151-0/+7
* Remove a NOTREACHED() that was causing a dialog box during unit tests, hencemaruel@google.com2008-08-071-2/+0
* Improve PathServiceTest test by verifying that the returned path exists.maruel@google.com2008-08-071-0/+6
* refactor base_paths so that windows-specific paths are pulled out into their ...erikkay@google.com2008-08-051-0/+131