summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
Commit message (Expand)AuthorAgeFilesLines
* More installer refactoring in the interest of fixing some bugs and cleaning t...grt@chromium.org2011-01-2551-1751/+2536
* A new string for setup.exe safeguards.grt@chromium.org2011-01-241-0/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Fix a bug introduced by RegKey change and corresponding unit test.amit@chromium.org2011-01-201-1/+1
* Regkey functions return error code instead of boolamit@chromium.org2011-01-1926-447/+388
* Some new strings for setup.exe safeguard.grt@chromium.org2011-01-191-0/+1
* Refactor out of install.cc the set of functions that operate on a work item l...robertshield@chromium.org2011-01-145-64/+39
* Integrate the Ready Mode prompt with IE and Chrome Frame. In Ready Mode, prom...erikwright@chromium.org2011-01-1215-70/+199
* Get rid of FilePath::FromWStringHack from google_chrome_distribution.[cc,h].tfarina@chromium.org2011-01-123-12/+14
* Fix a SelfRegWorkItem bug that causes it to ignore the ignore_failures_ flag.robertshield@chromium.org2011-01-112-5/+3
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-2/+1
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-4/+6
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+6
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-092-8/+6
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-072-6/+8
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-072-8/+6
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-4/+6
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2011-01-072-10/+7
* Update checks of multi-installs now use the proper app guid.grt@chromium.org2011-01-064-4/+27
* Add a new pair of installer result strings for multi-installer safeguards.grt@chromium.org2011-01-051-0/+2
* - WriteInstallerResult is now back in InstallUtil and only writes the result ...grt@chromium.org2011-01-0530-458/+1011
* Refactor the install flow in the Chrome installer to use a single WorkItemLis...robertshield@chromium.org2011-01-0412-202/+594
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Handling a case in DeleteRegValueWorkItem where it would report a failure if ...tommi@chromium.org2010-12-311-2/+18
* Do machine inspection on install.tommi@chromium.org2010-12-293-10/+70
* base/version: remove wstring versionevan@chromium.org2010-12-235-9/+12
* Support for GCF ready-mode.tommi@chromium.org2010-12-2317-82/+262
* - Installation results for use by Google Update are now written at the Packag...grt@chromium.org2010-12-2218-142/+362
* Fix official build.tommi@chromium.org2010-12-211-0/+1
* Removing IsChromeFrameProcess.tommi@chromium.org2010-12-214-16/+6
* Fixes update step to not clobber client code setting if toast experiment is n...gwilson@google.com2010-12-211-3/+7
* Only delete the shared binaries when there are no installed products that dep...tommi@chromium.org2010-12-163-5/+94
* Add Japanese inactive user toast experiments. finnur@chromium.org2010-12-161-3/+10
* Installer cleanupamit@chromium.org2010-12-1616-265/+61
* Adding a new class, PackageProperties that represents the shared binaries for...tommi@chromium.org2010-12-1512-50/+313
* Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...robertshield@chromium.org2010-12-1541-288/+288
* Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...robertshield@chromium.org2010-12-1441-287/+287
* Merge the installer, installer_util and setup_util namespaces into a single i...robertshield@chromium.org2010-12-1441-287/+287
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-2/+5
* Add a CEEE mode to the ChromeFrame distribution class.robertshield@chromium.org2010-12-1323-105/+282
* Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" C...grt@chromium.org2010-12-086-101/+495
* Removing the GetVersionEnvKey method from BrowserDistribution.tommi@chromium.org2010-12-079-28/+0
* Take care of an old todo: Use ScopedVariant instead of VariantHelper.tommi@chromium.org2010-12-031-29/+13
* Support for checking multiple keyfiles when removing an installation package.tommi@chromium.org2010-12-0212-57/+159
* Cleanup some installer style nits.thestig@chromium.org2010-12-023-4/+4
* Fix a problem with the delete-after-reboot code. Removing pending renames of ...robertshield@chromium.org2010-12-013-4/+71
* Fix x64 builder.tommi@chromium.org2010-12-011-1/+1