summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a CEEE mode to the ChromeFrame distribution class.robertshield@chromium.org2010-12-1326-163/+300
* Temporary workaround to get tests that reference singletons either directly o...tommi@chromium.org2010-12-091-1/+1
* Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" C...grt@chromium.org2010-12-086-101/+495
* When COM DLL registration fails, return false from DoPostInstallTasks.tommi@chromium.org2010-12-071-1/+4
* Removing the GetVersionEnvKey method from BrowserDistribution.tommi@chromium.org2010-12-079-28/+0
* Add svn:eol-style to this .gyp file since if it checkos out in CRLF mode the ...pkasting@chromium.org2010-12-061-66/+66
* 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-0214-63/+163
* 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
* Refactor the installer to support multi-install.tommi@chromium.org2010-12-0134-1243/+2356
* Fix setup_unittest.exe so it, you know, can ever possibly pass.robertshield@chromium.org2010-11-301-22/+16
* Add a new type of WorkItemList: NoRollbackWorkItemList.tommi@chromium.org2010-11-2410-26/+89
* Add infrastructure enabling tests of installer upgrade scenarios.grt@chromium.org2010-11-2311-0/+1161
* Add awareness of the CEEE broker to BrowserDistribution. If the code called i...hansl@google.com2010-11-223-1/+12
* Fix the collection of Chrome uninstall survey results which regressed a year ...robertshield@chromium.org2010-11-201-3/+5
* On windows, send audio hardware info with speech input requests if user conse...satish@chromium.org2010-11-192-0/+49
* Land http://codereview.chromium.org/5049001/ again (sigh)tommi@chromium.org2010-11-161-0/+8
* Revert 66286 - Enable ETW logging in setup.tommi@chromium.org2010-11-161-7/+0
* Enable ETW logging in setup.tommi@chromium.org2010-11-161-0/+7
* The UI language rather than the locale is now used to pick Chrome's language ...grt@chromium.org2010-11-165-217/+518
* Attempt to reland http://codereview.chromium.org/4928002/tommi@chromium.org2010-11-1512-171/+154
* Revert 66088 - Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-1512-154/+171
* Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-1412-171/+154
* Add some verbose logging when registering COM components.tommi@chromium.org2010-11-111-0/+5
* Add multi install support to MasterPreferences and start using it in a few pl...tommi@chromium.org2010-11-1113-106/+328
* Wait a bit for the helper to exit before continuing with removing files.tommi@chromium.org2010-11-112-6/+48
* Preferences: remove log spam.evan@chromium.org2010-11-111-5/+3
* Add base::ThreadRestrictions::ScopedAllowIO allow_io;georgey@chromium.org2010-11-091-0/+4
* Refactoring the master_preferences functions.tommi@chromium.org2010-11-0310-453/+372
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-032-4/+5
* Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...pkasting@chromium.org2010-10-271-1/+1
* Update installer error strings to include Chrome Frame specific branding when...robertshield@chromium.org2010-10-262-2/+14
* Convert LOG(INFO) to VLOG(1) - chrome/installer/.pkasting@chromium.org2010-10-2020-244/+215
* Mark CopyTreeWorkItemTest tests as flaky.phajdan.jr@chromium.org2010-10-191-3/+6
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-1722-129/+177
* Move the windows-specific scoped_* stuff from base to base/win and in the bas...brettw@chromium.org2010-10-161-17/+18
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-155-15/+15