summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
Commit message (Expand)AuthorAgeFilesLines
...
* win: Work on reducing number of style plugin warnings.thakis2015-05-014-0/+9
* Revert of Add a GN flag for the Windows multi-dll build. (patchset #3 id:4000...rickyz2015-05-011-2/+0
* Add a GN flag for the Windows multi-dll build.brettw2015-05-011-0/+2
* Revert of Add installer_util_unittests to the GN windows build (patchset #5 i...rickyz2015-04-3013-108/+33
* Add installer_util_unittests to the GN windows buildbrettw2015-04-3013-33/+108
* vs2015: avoid narrowing warnings in chrome/installer/scottmg2015-04-302-3/+5
* tiny cleanup: Remove unneeded include.thakis2015-04-301-2/+0
* Fix line endings on installer_util_unittests.rcBrett Wilson2015-04-301-72/+72
* win: wstring->string16 in chrome/installer/util/html_dialogthakis2015-04-292-13/+14
* Apply automated fixits for Chrome clang plugin to chrome.dcheng2015-04-2930-84/+74
* chrome/installer/util: Fix warnings found by clang chromium-style plugin on W...tfarina2015-04-284-7/+23
* base: Remove using declaration from test_suite.h header.tfarina2015-04-271-1/+1
* Update {virtual,override} to follow C++11 style in chrome.nick2015-04-2419-199/+189
* Test app launcher registration in test_installer rather than InstallationVali...grt2015-04-081-28/+0
* If possible, use the PathService instead of the --user-data-dir flag directlynoms2015-03-281-2/+9
* Reland of: Profile_Metrics integration with Keystonemlerman2015-03-232-7/+13
* base: Remove operator& from ScopedVariant and ScopedPropVariant.danakj2015-03-102-3/+3
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-053-4/+4
* Revert of Profile_Metrics integration with Keystone (patchset #20 id:530001 o...mlerman2015-03-042-13/+7
* Profile_Metrics integration with Keystonemlerman2015-03-022-7/+13
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-1/+1
* Remove uses of WaitForExitCodeWithTimeoutrvargas2015-02-191-2/+1
* Remove the inconsistent group policy check in the installer.grt2015-02-162-89/+75
* Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.rvargas2015-02-132-8/+4
* Repair per-user Chromes broken by a bad canary update.grt2015-02-124-10/+10
* Compress variations_seed pref in Local State.asvitkine2015-02-122-0/+7
* Support migrating multi-install Chrome to single-install.grt2015-01-303-57/+79
* [Installer] Cleaning up dead code for App Launcher / App Host installs.huangs2015-01-2934-1121/+87
* Changes in chrome installer util target for Windows GN build.vchigrin2015-01-241-0/+147
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-081-1/+1
* Revert of replace COMPILE_ASSERT with static_assert in chrome/installer/ (pat...pennymac2014-12-299-33/+31
* replace COMPILE_ASSERT with static_assert in chrome/installer/mostynb2014-12-279-31/+33
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-2521-109/+124
* Update installer to use the new version of LaunchProcess.rvargas2014-12-143-8/+10
* Use FilePath in favor of string16 and wchar_t* in some Windows installer code.grt2014-12-058-84/+74
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-052-5/+7
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-032-7/+5
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-032-5/+7
* gn format //chromescottmg2014-12-031-4/+9
* Update base::LaunchElevatedProcess to return a Process instead of a handle.rvargas2014-12-011-1/+1
* Use the path service rather than Win32 API in IsPerUserInstall.grt2014-11-293-23/+68
* Aggregated profile metrics should be written as DWORDs to the registry.mlerman2014-11-252-43/+177
* Detect and repair inconsistent group policy settings.grt2014-11-243-72/+110
* Enable MSVC warning for unused locals.Peter Kasting2014-11-202-7/+0
* Quote the path to IE when launching it for the uninstall survey.grt2014-11-201-2/+3
* Remove implicit conversions from scoped_refptr to T* in chrome/installerdcheng2014-11-134-20/+15
* Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16 in chrome/installer.thestig2014-11-126-25/+20
* Cleanup: Remove unneeded path_service.h includes in base and chrome.thestig2014-11-068-8/+0
* shell_util: AddFileAssociations now correctly quotes "%1" arguments.mgiuca2014-10-242-3/+6
* Cleanup: Better constify some strings in chrome.thestig2014-10-221-2/+2