1. c527ac7 If possible, use the PathService instead of the --user-data-dir flag directly by noms · 10 years ago
  2. 1e9f61ce Reland of: Profile_Metrics integration with Keystone by mlerman · 10 years ago
  3. 8095bc45 base: Remove operator& from ScopedVariant and ScopedPropVariant. by danakj · 10 years ago
  4. 54a99450 Split ValueSerializer into separate Serializer and Deserializer classes. by prashhir · 10 years ago
  5. 41c1eeb Revert of Profile_Metrics integration with Keystone (patchset #20 id:530001 of https://codereview.chromium.org/593243002/) by mlerman · 10 years ago
  6. 0bcaa8e Profile_Metrics integration with Keystone by mlerman · 10 years ago
  7. d1c719a Update existing uses of /wd4267 to use the GN config by brettw · 11 years ago
  8. fdad0761 Remove uses of WaitForExitCodeWithTimeout by rvargas · 11 years ago
  9. b9f50be Remove the inconsistent group policy check in the installer. by grt · 11 years ago
  10. 6c690f1 Move GetProcessIntegrityLevel to file_info.h and remove the handle argument. by rvargas · 11 years ago
  11. 06b99a6 Repair per-user Chromes broken by a bad canary update. by grt · 11 years ago
  12. 5ea32c5 Compress variations_seed pref in Local State. by asvitkine · 11 years ago
  13. 8f1179e Support migrating multi-install Chrome to single-install. by grt · 11 years ago
  14. 45817557 [Installer] Cleaning up dead code for App Launcher / App Host installs. by huangs · 11 years ago
  15. 53f5ed7f Changes in chrome installer util target for Windows GN build. by vchigrin · 11 years ago
  16. e649f57 base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON(). by danakj · 11 years ago
  17. 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
  18. b4aadc3 replace COMPILE_ASSERT with static_assert in chrome/installer/ by mostynb · 11 years ago
  19. 79bf913 Make callers of CommandLine use it via the base:: namespace, and remove the global alias. by avi · 11 years ago
  20. 47c7523f Update installer to use the new version of LaunchProcess. by rvargas · 11 years ago
  21. e76ca285 Use FilePath in favor of string16 and wchar_t* in some Windows installer code. by grt · 11 years ago
  22. 6181277 Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 11 years ago
  23. 44b0c75 Revert of Upgrade the windows specific version of LaunchProcess to avoid raw handles. (patchset #3 id:40001 of https://codereview.chromium.org/759903002/) by rfevang · 11 years ago
  24. 6b687a5e Upgrade the windows specific version of LaunchProcess to avoid raw handles. by rvargas · 11 years ago
  25. a266f95 gn format //chrome by scottmg · 11 years ago
  26. 6293e5b Update base::LaunchElevatedProcess to return a Process instead of a handle. by rvargas · 11 years ago
  27. 41ef8870 Use the path service rather than Win32 API in IsPerUserInstall. by grt · 11 years ago
  28. bfb5234b Aggregated profile metrics should be written as DWORDs to the registry. by mlerman · 11 years ago
  29. dbcc4741 Detect and repair inconsistent group policy settings. by grt · 11 years ago
  30. be940e9 Enable MSVC warning for unused locals. by Peter Kasting · 11 years ago
  31. bf5ba14 Quote the path to IE when launching it for the uninstall survey. by grt · 11 years ago
  32. fb77f1e Remove implicit conversions from scoped_refptr to T* in chrome/installer by dcheng · 11 years ago
  33. 1d679ea Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16 in chrome/installer. by thestig · 11 years ago
  34. 2b010a6 Cleanup: Remove unneeded path_service.h includes in base and chrome. by thestig · 11 years ago
  35. b45fe1f shell_util: AddFileAssociations now correctly quotes "%1" arguments. by mgiuca · 11 years ago
  36. 84fcd2a Cleanup: Better constify some strings in chrome. by thestig · 11 years ago
  37. cbbca64 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 11 years ago
  38. 7bc277b Misc. cleanup, primarily removing unused locals. by pkasting · 11 years ago
  39. 9353beb9 Allow Registry Iterator functions to use a specified WOW64 mode when iterating. by wfh · 11 years ago
  40. 31cd14f Replacing the OVERRIDE with override in chrome/installer by mohan.reddy · 11 years ago
  41. 33dfd20 ShellUtil: Add generic methods to add/delete Windows file associations. by mgiuca · 11 years ago
  42. aa895c2b Remove kCmdInstallExtension and kCmdInstallApp from Installer code by rdevlin.cronin · 11 years ago
  43. d7743ba Remove implicit HANDLE conversions from chrome. by rvargas · 11 years ago
  44. 6f7c83b Clean up unused param in RegistryOverrideManager by gab · 11 years ago
  45. 144067d Installer: Do not write "URL Protocol" to the ChromeHTML registry entry. by mgiuca · 11 years ago
  46. 06983b3 Silence logging at uninstall if the ClientState key doesn't exist. by grt · 11 years ago
  47. 4b1d16a9 Fix ProductTest.ProductInstallBasic and InstallerStateTest.InitializeTwice flakes. by grt · 11 years ago
  48. 43160106 Revert of Fix ProductTest.ProductInstallBasic and InstallerStateTest.InitializeTwice flakes. (patchset #4 id:80001 of https://codereview.chromium.org/521703002/) by ckocagil · 11 years ago
  49. a12d613 Fix ProductTest.ProductInstallBasic and InstallerStateTest.InitializeTwice flakes. by grt · 11 years ago
  50. 7ebc2c47 Make 64-bit Chrome stable report as CHANNEL_STABLE by wfh · 11 years ago
  51. d19a1692e Change base/file_utils.h includes to base/files/file_utils.h in chrome/, part 2. by thestig · 11 years ago
  52. 55699f39 Add chrome, installer_util targets to GN build. by [email protected] · 11 years ago
  53. d4d772e Don't pass const strings to CreateProcess. by [email protected] · 11 years ago
  54. df80704 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by [email protected] · 11 years ago
  55. eee3522 Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by [email protected] · 11 years ago
  56. da4d4fb Fix shortcut tests and remove legacy shortcut code for the Default-user by [email protected] · 11 years ago
  57. 058dd15 Fix typo in comment. by [email protected] · 11 years ago
  58. cb1f4ac Move StringToLowerASCII to base namespace by [email protected] · 11 years ago
  59. 6e692dc Reland: Remove some dead app host code. by [email protected] · 11 years ago
  60. be81945 Fix google chrome build break from r285661. by [email protected] · 11 years ago
  61. efde268 Revert 285661 "Remove some dead app host code." by [email protected] · 11 years ago
  62. 53a6c1e Remove some dead app host code. by [email protected] · 11 years ago
  63. 14d8a3e Migrate WorkItemListTest to use RegistryOverrideManager instead of rolling its own attempt at temp registry keys. by [email protected] · 11 years ago
  64. de22b85 Disable all the tests that are flaking more than 5% on Windows builders. by [email protected] · 11 years ago
  65. 8e885de Retrieve client_id from GoogleUpdateSettings when its missing from Local State. by [email protected] · 11 years ago
  66. 9fc5ea7 Fixes for re-enabling more MSVC level 4 warnings: chrome/ edition by [email protected] · 11 years ago
  67. 9d1b015 Refactor SetClientID such that metrics rather than crash backs up the client id by [email protected] · 11 years ago
  68. ecce528b Installer refactoring: using string16 instead of wstring for GoogleUpdateSettings. by [email protected] · 11 years ago
  69. b4c53154 reinterpret_cast is not allowed to cast away const. by [email protected] · 11 years ago
  70. 7fe06117 clang wants an initializer for a static const struct. Humor it. by [email protected] · 11 years ago
  71. e863a82 Add missing Pass() calls for passing scoped_ptrs on Windows. by [email protected] · 11 years ago
  72. 02ed28a Fixed i#389250: Uninit error at RegistryEntry::StatusInRegistryUnderRoot by [email protected] · 11 years ago
  73. d4982e8 Split UNPACKING_FAILED exit code out from UNCOMPRESSION_FAILED. by [email protected] · 11 years ago
  74. a387f77 Revert of Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/314173005/) by [email protected] · 11 years ago
  75. 3e619e5 Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/315403006/) by [email protected] · 11 years ago
  76. 4797181a Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to new test launcher by [email protected] · 11 years ago
  77. dd3e528a Move branding information out of google_util by [email protected] · 11 years ago
  78. ac9e9f1 Read multi-install chrome's channel from the binaries. by [email protected] · 11 years ago
  79. 94610a49 Always read and write Google Update registry values from the 32-bit hive, even on 64-bit systems. by [email protected] · 11 years ago
  80. ef92dbef Make various string_util functions take StringPieces instead of char[]. by [email protected] · 11 years ago
  81. f8df93d2 Refactor: Extracting base interface from BrowserDistribution to simplify Google Update registry writes. by [email protected] · 11 years ago
  82. 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
  83. cf4cae3 Remove HTTP pipelining support. by [email protected] · 11 years ago
  84. 056a1a4 Cleanup, mostly replacing uses of SplitStringUsingSubstr() with SplitString(), by [email protected] · 11 years ago
  85. 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
  86. 924426a Cleanup various Windows installer/breakpad bits. by [email protected] · 11 years ago
  87. 86d590c Remove stray platform_file.h from chrome and components by [email protected] · 11 years ago
  88. 52796541 Move IsStringUTF8/ASCII to base namespace by [email protected] · 11 years ago
  89. bb18551 Remove installer::GetChromeUserDataPath helper. by [email protected] · 11 years ago
  90. b19d9712 Windows Installer: Remove unused resources or mark them as win-only. by [email protected] · 11 years ago
  91. 549093f2 Add mDns firewall rules during chrome install or autoupdate. by [email protected] · 11 years ago
  92. 1c6040a3 UDP firewall rules for Windows. by [email protected] · 11 years ago
  93. ee376eb Fix the EULA sentinel file path determination. by [email protected] · 11 years ago
  94. e034a2e Remove stale code to delete the metro user data dir. It never shipped. by [email protected] · 11 years ago
  95. c454ef7 Implement HTMLDialog::GetExtraResult. by [email protected] · 11 years ago
  96. 4600324 Invoke setup.exe to reenable updates when the update bubble is clicked. by [email protected] · 11 years ago
  97. 3a4309fe Fix the new First Run sentinel file path determination. by [email protected] · 11 years ago
  98. ae760345 Add ReenableAutoupdatesForApp and AreAutoupdatesEnabled methods to GoogleUpdateSettings. by [email protected] · 11 years ago
  99. bd6fc2f Revert 257524 "Move IsStringASCII/UTF8 to base namespace." by [email protected] · 11 years ago
  100. b75d4ba Move IsStringASCII/UTF8 to base namespace. by [email protected] · 11 years ago