summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* Fix shortcut tests and remove legacy shortcut code for the Default-usergab@chromium.org2014-08-084-45/+36
* Fix typo in comment.tnagel@chromium.org2014-08-071-1/+1
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Pepper: Remove trusted plugin loadable module.teravest@chromium.org2014-08-054-9/+0
* Revert "Pepper: Remove trusted plugin loadable module."teravest@chromium.org2014-08-014-0/+9
* Pepper: Remove trusted plugin loadable module.teravest@chromium.org2014-08-014-9/+0
* Remove more dead code missed in r286906.mark@chromium.org2014-07-311-9/+0
* Remove plugin_carbon_interpose support from the signing scripts on themark@chromium.org2014-07-312-30/+0
* Update signing support to be able to sign on Mac OS X 10.9.mark@chromium.org2014-07-313-0/+76
* Linux: Fix bash "unset variable" error and fix the path to the out/Release di...thestig@chromium.org2014-07-302-6/+2
* Making AddVersionKeyWorkItems() take version_key and product_name instead of ...huangs@chromium.org2014-07-302-11/+19
* Reland: Remove some dead app host code.grt@chromium.org2014-07-2513-358/+30
* Fix google chrome build break from r285661.grt@chromium.org2014-07-251-3/+5
* Revert 285661 "Remove some dead app host code."mpearson@chromium.org2014-07-2513-30/+358
* Remove some dead app host code.grt@chromium.org2014-07-2513-358/+30
* Migrate WorkItemListTest to use RegistryOverrideManager instead of rolling it...robertshield@chromium.org2014-07-241-15/+5
* Fix installer variable name bugaboo.grt@chromium.org2014-07-231-6/+6
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-2/+4
* Retrieve client_id from GoogleUpdateSettings when its missing from Local State.gab@chromium.org2014-07-225-13/+52
* Update ARM sysroot package.sbc@chromium.org2014-07-221-14/+14
* App Launcher dr=1: limit to Chrome, and stop using ChromeAppHostDistribution ...huangs@chromium.org2014-07-222-7/+9
* Fixes for re-enabling more MSVC level 4 warnings: chrome/ editionpkasting@chromium.org2014-07-163-13/+15
* Split linux library expectations for debian into 32 and 64 bit, remove libgcc...thakis@chromium.org2014-07-103-2/+33
* More flailing around for official library deps.thakis@chromium.org2014-07-103-6/+1
* Update x64 library deps after clang switchthakis@chromium.org2014-07-102-1/+1
* Update size expectations and shared lib expectations after clang switchthakis@chromium.org2014-07-101-4/+1
* Refactor SetClientID such that metrics rather than crash backs up the client idgab@chromium.org2014-07-092-7/+7
* mini_installer code cleanups (no functional changes).grt@chromium.org2014-07-097-103/+177
* Installer refactoring: using string16 instead of wstring for GoogleUpdateSett...huangs@chromium.org2014-07-085-80/+81
* reinterpret_cast is not allowed to cast away const.thakis@chromium.org2014-07-071-12/+15
* clang wants an initializer for a static const struct. Humor it.thakis@chromium.org2014-07-051-2/+2
* Add missing Pass() calls for passing scoped_ptrs on Windows.thakis@chromium.org2014-07-047-16/+19
* Fixed i#389250: Uninit error at RegistryEntry::StatusInRegistryUnderRootzhaoqin@google.com2014-06-271-4/+7
* Remove per-user browser blacklist state from the registry on uninstall.krstnmnlsn@chromium.org2014-06-262-0/+18
* Don't bind a temporary to a reference.thakis@chromium.org2014-06-261-6/+7
* Split UNPACKING_FAILED exit code out from UNCOMPRESSION_FAILED.grt@chromium.org2014-06-172-3/+5
* Support side-by-side install in RPM packagesphajdan.jr@chromium.org2014-06-171-13/+10
* Linux: Change expected glib dependency version from 2.26 to 2.28.thestig@chromium.org2014-06-141-1/+1
* Revert of Revert of Convert installer_util_unittests, sbox_integration_tests,...alph@chromium.org2014-06-091-1/+8
* Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_vali...alph@chromium.org2014-06-091-8/+1
* Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tes...phajdan.jr@chromium.org2014-06-091-1/+8
* Sanitize standard file descriptors in launcher scriptmdempsky@chromium.org2014-06-061-0/+6
* Move branding information out of google_utilblundell@chromium.org2014-06-061-2/+2
* Remove stale references to PlatformFile flags, errors or functions.rvargas@chromium.org2014-06-051-1/+1
* Read multi-install chrome's channel from the binaries.grt@chromium.org2014-06-042-14/+80
* Always read and write Google Update registry values from the 32-bit hive, eve...wfh@chromium.org2014-06-041-9/+12
* Fixed mistake in logical check for rollback.vitalybuka@chromium.org2014-05-301-1/+1
* Make various string_util functions take StringPieces instead of char[].pkasting@chromium.org2014-05-302-41/+42
* Cause mini_installer tests to noop on component builds.robertshield@chromium.org2014-05-293-6/+28
* Refactor: Extracting base interface from BrowserDistribution to simplify Goog...huangs@chromium.org2014-05-2821-265/+290