summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/shell_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+1
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-4/+4
* Make delegate_execute GetLaunchMode() check for default browser.zturner@chromium.org2014-03-071-23/+31
* Reland again the patch "Manual profile reset: shortcuts on Windows" (https://...vasilii@chromium.org2014-01-271-7/+66
* Revert 246705 "This is a modified https://codereview.chromium.or..."akalin@chromium.org2014-01-241-50/+0
* This is a modified https://codereview.chromium.org/116143003/. The original p...vasilii@chromium.org2014-01-231-0/+50
* Revert 244708 "Manual profile reset: reset shortcuts on Windows."pauljensen@chromium.org2014-01-141-50/+0
* Manual profile reset: reset shortcuts on Windows.vasilii@chromium.org2014-01-141-0/+50
* During the self-destruct flow (user-level Chrome being replaced by system-lev...huangs@chromium.org2014-01-081-11/+28
* Remove kChromeFrame checks in the browser process.jam@chromium.org2014-01-021-5/+0
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-251-3/+6
* Add base:: to string16s in chrome/.dbeam@chromium.org2013-12-201-171/+186
* We want the Applications Menu shortcut paths to be managed by shell_util.cc ascalamity@chromium.org2013-12-041-15/+28
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* Revert 232825 "Adds the concept of a 'safe mode' hotkey start"zturner@chromium.org2013-11-081-3/+0
* Adds the concept of a 'safe mode' hotkey startcpu@chromium.org2013-11-041-0/+3
* Automatically register canary GUIDs on install, but don't expose in-browser U...zturner@chromium.org2013-10-231-8/+28
* Cleanup: Remove some FromWStringHack() calls in chrome/installer.thestig@chromium.org2013-09-261-2/+1
* Fix GCF crash on Windows 8.grt@chromium.org2013-09-241-0/+4
* Restricting scope of ShellUtil's shortcut update feature for its specific usa...huangs@chromium.org2013-09-131-3/+2
* Give SxS distribution its own registration GUIDs.zturner@chromium.org2013-09-131-19/+5
* On user-level Chrome self-destruct, make user-created shortcuts target system...huangs@chromium.org2013-09-051-8/+19
* Redo: On uninstall, delete shortcuts first, and then remove directory only if...huangs@chromium.org2013-08-161-33/+26
* Refactor of BrowserDistribution.calamity@chromium.org2013-08-141-14/+26
* Revert 217130 "On uninstall, delete shortcuts first, and then re..."nick@chromium.org2013-08-131-15/+7
* On uninstall, delete shortcuts first, and then remove directory only if empty.huangs@chromium.org2013-08-131-7/+15
* Adding filter callback to BatchShortcutAction().huangs@chromium.org2013-08-121-17/+66
* Fix variable naming style in ShellUtil's RegistryEntry class.gab@chromium.org2013-08-101-28/+28
* Making ShortcutOpUpdate() in chrome\installer\util\shell_util.cc use SHORTCUT...huangs@chromium.org2013-08-061-1/+1
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-3/+3
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* Use a direct include of strings headers in chrome/installer/, part 2.avi@chromium.org2013-06-111-2/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-2/+3
* Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...avi@chromium.org2013-06-071-1/+1
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-3/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-2/+3
* Refactoring installer shortcut deletion; adding dedicated shortcut update fea...gab@chromium.org2013-05-061-116/+175
* Add file association for .webp to Chrome.skonig@chromium.org2013-04-301-11/+14
* Only ask IsChromeRegistered() to look in HKLM for system-level installs.gab@chromium.org2013-03-081-14/+32
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Revert 184352brettw@chromium.org2013-02-241-4/+3
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-3/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-38/+40
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-2/+2
* Fix shortcut creation when running as SYSTEM.grt@chromium.org2013-01-301-4/+7