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