summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
Commit message (Expand)AuthorAgeFilesLines
* Move variations prefs into the variations componentblundell2015-08-172-3/+5
* chrome/installer: Remove unused GetNetworkStatsServer() method.tfarina2015-08-147-24/+0
* Componentize kExperimentLabelSeparator & BuildExperimentDateString.sdefresne2015-08-137-106/+7
* Replace ToLower calls to the new formatbrettw2015-08-101-7/+3
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-061-2/+2
* Check for dual mode migration on taskbar pins as well as start menu shortcuts.gab2015-08-051-0/+2
* Add some extra logging for short-path generation failures.jam2015-07-311-1/+1
* Make use of a modern style in InstallUtilTests WRT registry overriding, etc.gab2015-07-311-120/+116
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-283-23/+2
* Annotate large GN targets for precompiled headersbrettw2015-07-281-2/+6
* Revert "Add precompiled headers to GN build for large targets."dpranke2015-07-281-6/+2
* Add precompiled headers to GN build for large targets.brettw2015-07-271-2/+6
* Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.gab2015-07-275-59/+98
* No dual_mode on Win10+ shortcuts.gab2015-07-272-0/+11
* Update SplitString calls in chrome.brettw2015-07-212-10/+8
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-153-5/+6
* Welcome page changes for Windows 10.grt2015-07-144-1/+11
* win: Do not explicitly call MasterPreferences() constructor from member funct...thakis2015-07-142-12/+18
* Remove CaseInsensitiveCompare from string_util.hbrettw2015-07-141-2/+6
* Introduce UpdateActiveSetupVersionWorkItemgab2015-07-131-25/+23
* clang/win: Fix a -Wreorder warning that crept in after the cleanup.Nico Weber2015-07-101-2/+2
* Use --previous-version command-line parameter.bcwhite2015-07-092-0/+4
* Fixed all unused-variable Clang warnings on Windows.mgiuca2015-07-082-3/+3
* clang/win: Re-enable -Wlogical-op-parentheses.sammc2015-07-081-1/+1
* Move WriteInto to base namespace.Brett Wilson2015-07-072-2/+2
* Only attmept to modify experiments key if it is present and valid.wfh2015-07-021-0/+4
* clang/win: Build without -Wno-int-to-void-pointer-cast.sammc2015-07-021-2/+4
* Introduce a SetRegValueWorkItem overload that accepts a callback insteadgab2015-07-027-152/+362
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-024-11/+12
* Fix some case-insensitive cases for StartsWith.brettw2015-07-013-11/+29
* Fix some clang warnings with -Wmissing-braces in chrome.dcheng2015-07-013-4/+5
* With this CL we store path to actual Program Files folder in an environment v...shrikant2015-06-231-9/+23
* Pin shortcuts via shell verbs rather than ShellExecuteEx.grt2015-06-231-5/+3
* Fix missing dependency on Win GN component buildsrockot2015-06-171-0/+4
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-123-5/+6
* Move StringToUpperASCII to base namespacebrettw2015-06-091-1/+1
* Beacons for tracking default browser status.grt2015-06-028-6/+615
* Fix uninstall survey link.dbeam2015-05-261-1/+1
* Fix a lot of support links.dbeam2015-05-221-1/+1
* Remove dependency on resources from installer_utilbrettw2015-05-215-6/+9
* Improve the default browser settings dialog for Win10cpu2015-05-192-8/+41
* Check last modification time on overinstall for all dev builds.grt2015-05-191-2/+2
* Delete unused code in chrome/common or mark them as platform specific.thestig2015-05-112-0/+15
* GN Windows component build fixesbrettw2015-05-053-92/+0
* Add a GN flag for the Windows multi-dll build.brettw2015-05-011-1/+2
* Add installer_util_unittests to the GN windows buildbrettw2015-05-0113-33/+108