summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome.dcheng@chromium.org2013-04-112-3/+3
* 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-272-6/+6
* Makes omaha experiment label utility functions cross-platform.rohitrao@chromium.org2013-03-194-38/+72
* Pulling user experiment code from BrowserDistribution to a new class. huangs@chromium.org2013-03-1522-751/+813
* 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-073-0/+30
* [win] Set did run bit for app host when the app launcher is used.benwells@chromium.org2013-03-062-3/+18
* Removing non-Launcher Apps V2 flow, interpreting --app-host as --app-launcher.huangs@chromium.org2013-03-0111-84/+38
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-284-4/+4
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-1/+2
* Revert 184352brettw@chromium.org2013-02-2412-41/+35
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-2412-35/+41
* Move file_path.h to base/files.brettw@chromium.org2013-02-2433-38/+38
* Removing the installer's dependence on googleurl (GURL).huangs@chromium.org2013-02-215-49/+24
* Convert FilePath to base::FilePath.brettw@chromium.org2013-02-192-7/+7
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-5/+5
* 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-165-13/+90
* Setting RunAsUser in the install-application app command.huangs@chromium.org2013-02-151-0/+1
* 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
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-1165-547/+577
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-086-12/+12
* Adding "RunAsUser" to app command; adding it to quick-enable-application-host...huangs@chromium.org2013-02-087-210/+221
* Don't accidentally propagate Omaha variable to child processes.erikwright@chromium.org2013-02-083-9/+2
* Remove an HKCU class registration accidently dropped by an old Canary (as lon...gab@chromium.org2013-02-052-2/+2
* Add BrowserDistribution support for Win64 buildjschuh@chromium.org2013-02-051-8/+0
* Refactoring: Splitting AddGenericQuickEnableWorkItems().huangs@chromium.org2013-02-041-0/+1
* Don't try to load master_preferences if the file isn't there.joaodasilva@chromium.org2013-02-041-7/+7
* Add FilePath to base namespace.brettw@chromium.org2013-02-0212-43/+60
* Implementing app command to query EULA acceptance state for Chrome. huangs@chromium.org2013-02-017-9/+217
* Chromium didn't have an Active Setup GUID -- fix that.gab@chromium.org2013-01-306-1/+22
* Rename "App Host" to "App Launcher" in user-visible UIhuangs@chromium.org2013-01-303-10/+11
* Fix shortcut creation when running as SYSTEM.grt@chromium.org2013-01-301-4/+7
* Add a VariationsRegistrySyncer class, which synchronizes Google Update relate...stevet@chromium.org2013-01-302-5/+43
* Have ReadExperimentLabels not err on missing key or values.stevet@chromium.org2013-01-223-13/+32
* Initial whack at getting ash_unittests to connect to a viewer process on Win/...robertshield@chromium.org2013-01-211-1/+16
* During App Launcher install, install V2 App if instructed to do so via enviro...huangs@chromium.org2013-01-202-0/+88
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-4/+4
* Make sure profile shortcut manager does not create a user level shortcut when...asvitkine@chromium.org2013-01-161-2/+2
* Remove spammy line from the verbose installer log.robertshield@chromium.org2013-01-161-1/+0
* Add a method to read the Omaha experiment_labels value.stevet@chromium.org2013-01-103-1/+36