summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* 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-1931-476/+407
* 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-1412-763/+1244
* Integrate the Ready Mode prompt with IE and Chrome Frame. In Ready Mode, prom...erikwright@chromium.org2011-01-1220-253/+641
* Get rid of FilePath::FromWStringHack from google_chrome_distribution.[cc,h].tfarina@chromium.org2011-01-123-12/+14
* Applying http://codereview.chromium.org/6156005/ for tommi. Original desc.:robertshield@chromium.org2011-01-111-10/+13
* 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-094-14/+12
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-074-12/+14
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-074-14/+12
* 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
* Add -multifail to the Google Update "ap" value if --multi-install is present ...grt@chromium.org2011-01-062-18/+56
* Update checks of multi-installs now use the proper app guid.grt@chromium.org2011-01-064-4/+27
* Fix uninitialized variable regression.grt@chromium.org2011-01-051-1/+1
* Add a new pair of installer result strings for multi-installer safeguards.grt@chromium.org2011-01-052-7/+7
* - WriteInstallerResult is now back in InstallUtil and only writes the result ...grt@chromium.org2011-01-0536-568/+1363
* Refactor the install flow in the Chrome installer to use a single WorkItemLis...robertshield@chromium.org2011-01-0415-313/+750
* 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
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-2/+2
* Don't update Chrome's uninstall command line if it is not installed (as per t...tommi@chromium.org2010-12-311-1/+5
* 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-295-20/+113
* base/version: remove wstring versionevan@chromium.org2010-12-236-10/+14
* Support for GCF ready-mode.tommi@chromium.org2010-12-2322-200/+594
* Make use of the list of DLLs returned by each BrowserDistribution instance, r...robertshield@chromium.org2010-12-233-55/+90
* Add support for reporting crashes in the Chrome installer. This basically inv...ananta@chromium.org2010-12-221-0/+83
* - Installation results for use by Google Update are now written at the Packag...grt@chromium.org2010-12-2221-199/+410
* 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
* Add support for --multi-install to mini_installer, fixed a memory leak, fixed...grt@chromium.org2010-12-205-41/+165
* Only delete the shared binaries when there are no installed products that dep...tommi@chromium.org2010-12-164-15/+131
* Add Japanese inactive user toast experiments. finnur@chromium.org2010-12-161-3/+10
* Revert 69428 - Add support for --multi-install to mini_installer, fixed a mem...finnur@chromium.org2010-12-164-162/+41
* Installer cleanupamit@chromium.org2010-12-1624-323/+107
* Add support for --multi-install to mini_installer, fixed a memory leak, fixed...grt@chromium.org2010-12-164-41/+162
* Adding a new class, PackageProperties that represents the shared binaries for...tommi@chromium.org2010-12-1515-77/+373
* Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...robertshield@chromium.org2010-12-1549-494/+494
* Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...robertshield@chromium.org2010-12-1449-493/+493
* Merge the installer, installer_util and setup_util namespaces into a single i...robertshield@chromium.org2010-12-1449-493/+493
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-2/+5