summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* gcapi mac: Only sudo if necessary when running the setup script.thakis@chromium.org2013-05-021-5/+34
* Fix InstallerStateTest.RemoveOldVersionDirs by fixing the comparison in alter...wfh@chromium.org2013-04-302-11/+3
* Add file association for .webp to Chrome.skonig@chromium.org2013-04-303-17/+26
* Move Version to base namespace.xhwang@chromium.org2013-04-226-33/+35
* Remove scoped_array usage from RegistryKeyBackup.dcheng@chromium.org2013-04-171-108/+74
* Revert 194643 "Remove scoped_array usage from RegistryKeyBackup."dcheng@chromium.org2013-04-171-74/+108
* Remove scoped_array usage from RegistryKeyBackup.dcheng@chromium.org2013-04-171-108/+74
* Refactoring: Extracting UninstallMetrics from GoogleChromeDistributions to se...huangs@chromium.org2013-04-126-127/+138
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-122-5/+3
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome.dcheng@chromium.org2013-04-113-5/+5
* Revert 187558 "Temporarily fevert 187277 "Add libpeerconnection ..."tommi@chromium.org2013-04-021-0/+1
* chrome: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-311-1/+1
* Allows disabling of the "set as default browser" infobar for specific version...macourteau@chromium.org2013-03-292-0/+5
* Minor cleanups for user experiments (follow-up to Issue 12321061). huangs@chromium.org2013-03-273-6/+8
* Makes omaha experiment label utility functions cross-platform.rohitrao@chromium.org2013-03-195-40/+74
* Update XZ Utils to 5.0.4.mark@chromium.org2013-03-192-6/+14
* Switch xz from handwritten 32-bit x86 assembly code for CRC32 to a smallmark@chromium.org2013-03-191-22/+45
* Pulling user experiment code from BrowserDistribution to a new class. huangs@chromium.org2013-03-1523-758/+819
* Temporarily fevert 187277 "Add libpeerconnection to the installer archive on..."tommi@chromium.org2013-03-121-1/+0
* Add libpeerconnection to the installer archive on Windows.tommi@chromium.org2013-03-111-0/+1
* Only ask IsChromeRegistered() to look in HKLM for system-level installs.gab@chromium.org2013-03-081-14/+32
* Added master_preferences to control shortcuts on windows.joaodasilva@chromium.org2013-03-074-3/+43
* [win] Set did run bit for app host when the app launcher is used.benwells@chromium.org2013-03-064-6/+40
* Do not try to make Chrome default when registering it if it can't be made def...gab@chromium.org2013-03-052-37/+8
* Removing code to delete obsolete "Google Chrome App Host" uninstall entries i...huangs@chromium.org2013-03-051-23/+0
* Fix some comments in DeleteChromeRegistrationKeys.gab@chromium.org2013-03-051-4/+1
* Removing non-Launcher Apps V2 flow, interpreting --app-host as --app-launcher.huangs@chromium.org2013-03-0112-86/+39
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-284-4/+4
* Remove platform SDK reference in mini_installerjschuh@chromium.org2013-02-272-2/+0
* Fix create_installer_archive.py to correctly determinewfh@chromium.org2013-02-272-0/+16
* Also install Chrome shortcuts when Chrome is added to a multi-install.gab@chromium.org2013-02-261-3/+7
* Fix Win64 build breakage in installerjschuh@chromium.org2013-02-251-0/+3
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-242-3/+4
* Revert 184352brettw@chromium.org2013-02-2419-64/+55
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-2419-55/+64
* Move file_path.h to base/files.brettw@chromium.org2013-02-2446-51/+51
* Removing the installer's dependence on googleurl (GURL).huangs@chromium.org2013-02-216-49/+25
* Convert FilePath to base::FilePath.brettw@chromium.org2013-02-197-12/+12
* Make installer build on Win64jschuh@chromium.org2013-02-182-0/+12
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-182-15/+15
* Disable "using base::FilePath" on Linux since it now compiles.brettw@chromium.org2013-02-176-12/+15
* Add a limited install extension from webstore command.levin@chromium.org2013-02-166-26/+144
* Setting RunAsUser in the install-application app command.huangs@chromium.org2013-02-152-1/+3
* Support variations_seed parameter in MasterPrefs.asvitkine@chromium.org2013-02-152-0/+10
* Prevent --ensure-google-update-present switch from blocking install if Google...huangs@chromium.org2013-02-132-1/+7
* Temporarily disable failing Win64 tests relying on pe_imagejschuh@chromium.org2013-02-131-1/+9
* Pass /nomitag to GoogleUpdateSetup to ignore meta-installer tags.erikwright@chromium.org2013-02-121-1/+3
* Fix a regression in quick-enable-app-host.erikwright@chromium.org2013-02-111-6/+7
* Make installer_util_unittests build on Win64 jschuh@chromium.org2013-02-111-0/+2
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-1182-831/+886