1. bf68f4d5b Support 32-bit subversion fields in base::Version. by wfh · 10 years ago
  2. 035e1a96 Allow --force-uninstall for SxS Chrome and disallow --self-destruct. by grt · 11 years ago
  3. b9f50be Remove the inconsistent group policy check in the installer. by grt · 11 years ago
  4. 06b99a6 Repair per-user Chromes broken by a bad canary update. by grt · 11 years ago
  5. 8153627 Don't touch regular Chrome when operating on SxS. by grt · 11 years ago
  6. c0107ee Revert "Enable positional parameters for base::vsnprintf and base::vswprintf on Windows." by thakis · 11 years ago
  7. 944c28c Rewriting patch logic without the comma operator. by brucedawson · 11 years ago
  8. 8f1179e Support migrating multi-install Chrome to single-install. by grt · 11 years ago
  9. 45817557 [Installer] Cleaning up dead code for App Launcher / App Host installs. by huangs · 11 years ago
  10. da9d12a Revert of replace COMPILE_ASSERT with static_assert in chrome/installer/ (patchset #1 id:1 of https://codereview.chromium.org/821673004/) by pennymac · 11 years ago
  11. b4aadc3 replace COMPILE_ASSERT with static_assert in chrome/installer/ by mostynb · 11 years ago
  12. 79bf913 Make callers of CommandLine use it via the base:: namespace, and remove the global alias. by avi · 11 years ago
  13. 4ccde747 [Installer] Moving GetRegistrationDataCommandKey() to setup_util. by huangs · 11 years ago
  14. 47c7523f Update installer to use the new version of LaunchProcess. by rvargas · 11 years ago
  15. e76ca285 Use FilePath in favor of string16 and wchar_t* in some Windows installer code. by grt · 11 years ago
  16. dbcc4741 Detect and repair inconsistent group policy settings. by grt · 11 years ago
  17. be940e9 Enable MSVC warning for unused locals. by Peter Kasting · 11 years ago
  18. 1d679ea Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16 in chrome/installer. by thestig · 11 years ago
  19. 2b010a6 Cleanup: Remove unneeded path_service.h includes in base and chrome. by thestig · 11 years ago
  20. 31cd14f Replacing the OVERRIDE with override in chrome/installer by mohan.reddy · 11 years ago
  21. d42a8f8 Rewrite line endings from CRLF to LF for a bunch of files. by Daniel Cheng · 11 years ago
  22. c7a808cb [Installer] Make recent install_worker.cc changes use AppRegistrationData by huangs · 11 years ago
  23. aa895c2b Remove kCmdInstallExtension and kCmdInstallApp from Installer code by rdevlin.cronin · 11 years ago
  24. d7743ba Remove implicit HANDLE conversions from chrome. by rvargas · 11 years ago
  25. 6f7c83b Clean up unused param in RegistryOverrideManager by gab · 11 years ago
  26. d19a1692e Change base/file_utils.h includes to base/files/file_utils.h in chrome/, part 2. by thestig · 11 years ago
  27. df80704 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by [email protected] · 11 years ago
  28. eee3522 Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by [email protected] · 11 years ago
  29. da4d4fb Fix shortcut tests and remove legacy shortcut code for the Default-user by [email protected] · 11 years ago
  30. 4392bb4e Making AddVersionKeyWorkItems() take version_key and product_name instead of a BrowserDistribution by [email protected] · 11 years ago
  31. 6e692dc Reland: Remove some dead app host code. by [email protected] · 11 years ago
  32. efde268 Revert 285661 "Remove some dead app host code." by [email protected] · 11 years ago
  33. 53a6c1e Remove some dead app host code. by [email protected] · 11 years ago
  34. ef2b06d Fix installer variable name bugaboo. by [email protected] · 11 years ago
  35. 9fc5ea7 Fixes for re-enabling more MSVC level 4 warnings: chrome/ edition by [email protected] · 11 years ago
  36. 84583c41 Remove per-user browser blacklist state from the registry on uninstall. by [email protected] · 11 years ago
  37. d4982e8 Split UNPACKING_FAILED exit code out from UNCOMPRESSION_FAILED. by [email protected] · 11 years ago
  38. fbfb130a Fixed mistake in logical check for rollback. by [email protected] · 11 years ago
  39. ef92dbef Make various string_util functions take StringPieces instead of char[]. by [email protected] · 11 years ago
  40. f7c566f Omaha configuration parameters now use Wow6432Node (32-bit registry) on 64-bit installs. GCAPI configuration parameters also use these same accesses since they read/write the same data. by [email protected] · 11 years ago
  41. a0ba7d7a Add a flag to all of the registry related work items to specify whether to operate on the 64-bit or 32-bit hive on a WOW64 system. by [email protected] · 11 years ago
  42. 86d590c Remove stray platform_file.h from chrome and components by [email protected] · 11 years ago
  43. 551a556 installer: Remove dependency on extensions' constant. by [email protected] · 11 years ago
  44. e29fe69 Fix auto-uninstall of legacy multi-install Chrome Frame. by [email protected] · 11 years ago
  45. bb18551 Remove installer::GetChromeUserDataPath helper. by [email protected] · 11 years ago
  46. 549093f2 Add mDns firewall rules during chrome install or autoupdate. by [email protected] · 11 years ago
  47. ee376eb Fix the EULA sentinel file path determination. by [email protected] · 11 years ago
  48. 54383cb Add RLZ Access points for the app launcher. by [email protected] · 11 years ago
  49. e034a2e Remove stale code to delete the metro user data dir. It never shipped. by [email protected] · 11 years ago
  50. ef14a6d Register Chrome's path provider in the installer. by [email protected] · 11 years ago
  51. 4600324 Invoke setup.exe to reenable updates when the update bubble is clicked. by [email protected] · 11 years ago
  52. 3a4309fe Fix the new First Run sentinel file path determination. by [email protected] · 11 years ago
  53. 2f3b1cc Move CommandLine to base namespace. by [email protected] · 11 years ago
  54. 74f778e Move UTF16ToASCII, remove WideToASCII. by [email protected] · 11 years ago
  55. 337bcbb Remove cruft from Chrome's installer for Windows. by [email protected] · 11 years ago
  56. 718e922 Exit the installer gracefully if the processor doesn't support SSE2. by [email protected] · 11 years ago
  57. 1ae6f6e0 Use "Chromium Installer" for mini_installer and setup version resource. by [email protected] · 11 years ago
  58. 37b3c199 Move AppendFile and *CurrentDirectory to the base namespace. by [email protected] · 11 years ago
  59. e5c2a22e Move WriteFile and WriteFileDescriptor from file_util to base namespace. by [email protected] · 11 years ago
  60. 1763a9bf Always drop the First Run sentinel in the User Data directory. by [email protected] · 12 years ago
  61. 2b52f99 Always embed manifests, even in component builds! by [email protected] · 12 years ago
  62. bfa38b7 Make uninstall actually work on component builds. by [email protected] · 12 years ago
  63. 40d8624 Determine the path to setup.exe via PathService rather than the parsed by [email protected] · 12 years ago
  64. 5ba268e5 chrome/installer: Make InitializeCrashReporting() return a scoped_ptr. by [email protected] · 12 years ago
  65. 35b4727d Fix linking of stale resources in setup.exe. by [email protected] · 12 years ago
  66. cb15406 Refactor base/safe_numerics.h by [email protected] · 12 years ago
  67. c723419 Installer string cleaning following Chrome Frame removal. by [email protected] · 12 years ago
  68. d844960 During the self-destruct flow (user-level Chrome being replaced by system-level Chrome), existing code to retarget shortcuts failed to update icon executables. This CL fixes this. The heuristics are summarized below: by [email protected] · 12 years ago
  69. c4b63a91 Stop building Chrome Frame. by [email protected] · 12 years ago
  70. c5e4a222 Revert "Update all users of base::Version to explicitly specify the namespace, and clean up the header." by [email protected] · 12 years ago
  71. c91b9d4 Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/service, chrome/test, chrome/third_party, chrome/tools, chrome/utility to use the base:: namespace. by [email protected] · 12 years ago
  72. 140905c Update all users of base::Version to explicitly specify the namespace, and clean up the header. by [email protected] · 12 years ago
  73. 732ccd2 Remove installation of Chrome Frame. by [email protected] · 12 years ago
  74. 05aab99c Add base:: to string16s in chrome/. by [email protected] · 12 years ago
  75. d7e1efb Disable InstallShortcutTest.CreateAllShortcutsSystemLevel. by [email protected] · 12 years ago
  76. 1401157e6 Update expected manifest in unittest. by [email protected] · 12 years ago
  77. 51850b8 Fix crash in InstallWorkerTest.TestInstallChromeSingleSystem. by [email protected] · 12 years ago
  78. 194b074 Remove Chrome Frame quick-enable. by [email protected] · 12 years ago
  79. adb8b22d Remove Chrome Frame ready-mode. by [email protected] · 12 years ago
  80. 2f5bc32 We want the Applications Menu shortcut paths to be managed by shell_util.cc as by [email protected] · 12 years ago
  81. fe0e6e1 Uninstall multi-install Chrome Frame when updated. by [email protected] · 12 years ago
  82. 466c986 Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to base namespace. by [email protected] · 12 years ago
  83. 426d1c9 Move directory creation functions to base namespace. by [email protected] · 12 years ago
  84. 03d9afc0 Move temp file functions to base namespace. by [email protected] · 12 years ago
  85. fb4bcfa3 Move some more file utils to the base namespace. by [email protected] · 12 years ago
  86. 5be06e40 Base: Remove Receive() from ScopedHandle. by [email protected] · 12 years ago
  87. ecb10fa Revert of https://codereview.chromium.org/71013004/ by [email protected] · 12 years ago
  88. 166a865e Base: Remove Receive() from ScopedHandle. by [email protected] · 12 years ago
  89. 19b5cc2 Revert "Revert 234367 "Base: Make RegistryOverrideManager support sharde..."" by [email protected] · 12 years ago
  90. 7a7c167 Have the component build use the same manifest tricks for the installer archive that are now used by chrome_elf.dll on trunk. by [email protected] · 12 years ago
  91. 98ee7dd Revert 234367 "Base: Make RegistryOverrideManager support sharde..." by [email protected] · 12 years ago
  92. eb37837 Base: Make RegistryOverrideManager support sharded/parallel tests. by [email protected] · 12 years ago
  93. bbc79d36 Revert 232825 "Adds the concept of a 'safe mode' hotkey start" by [email protected] · 12 years ago
  94. 4cec1734 Adds the concept of a 'safe mode' hotkey start by [email protected] · 12 years ago
  95. ee5396f60 Automatically register canary GUIDs on install, but don't expose in-browser UI for registration. by [email protected] · 12 years ago
  96. fe586e3e Report success to Omaha when binaries are uninstalled. by [email protected] · 12 years ago
  97. a13bb0b Uninstall chrome binaries that are no longer in use. by [email protected] · 12 years ago
  98. e316521d Removing shortcut deletion code in uninstall for legacy App Launcher. by [email protected] · 12 years ago
  99. ca581116 Don't request the browser progid suffix unless |product.is_chrome()|. by [email protected] · 12 years ago
  100. 9565e96 Cleanup: Remove some FromWStringHack() calls in chrome/installer. by [email protected] · 12 years ago