| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 1 | -2/+2 |
* | Don't update Chrome's uninstall command line if it is not installed (as per t... | tommi@chromium.org | 2010-12-31 | 1 | -1/+5 |
* | Handling a case in DeleteRegValueWorkItem where it would report a failure if ... | tommi@chromium.org | 2010-12-31 | 1 | -2/+18 |
* | Do machine inspection on install. | tommi@chromium.org | 2010-12-29 | 5 | -20/+113 |
* | base/version: remove wstring version | evan@chromium.org | 2010-12-23 | 6 | -10/+14 |
* | Support for GCF ready-mode. | tommi@chromium.org | 2010-12-23 | 22 | -200/+594 |
* | Make use of the list of DLLs returned by each BrowserDistribution instance, r... | robertshield@chromium.org | 2010-12-23 | 3 | -55/+90 |
* | Add support for reporting crashes in the Chrome installer. This basically inv... | ananta@chromium.org | 2010-12-22 | 1 | -0/+83 |
* | - Installation results for use by Google Update are now written at the Packag... | grt@chromium.org | 2010-12-22 | 21 | -199/+410 |
* | Fix official build. | tommi@chromium.org | 2010-12-21 | 1 | -0/+1 |
* | Removing IsChromeFrameProcess. | tommi@chromium.org | 2010-12-21 | 4 | -16/+6 |
* | Fixes update step to not clobber client code setting if toast experiment is n... | gwilson@google.com | 2010-12-21 | 1 | -3/+7 |
* | Add support for --multi-install to mini_installer, fixed a memory leak, fixed... | grt@chromium.org | 2010-12-20 | 5 | -41/+165 |
* | Only delete the shared binaries when there are no installed products that dep... | tommi@chromium.org | 2010-12-16 | 4 | -15/+131 |
* | Add Japanese inactive user toast experiments. | finnur@chromium.org | 2010-12-16 | 1 | -3/+10 |
* | Revert 69428 - Add support for --multi-install to mini_installer, fixed a mem... | finnur@chromium.org | 2010-12-16 | 4 | -162/+41 |
* | Installer cleanup | amit@chromium.org | 2010-12-16 | 24 | -323/+107 |
* | Add support for --multi-install to mini_installer, fixed a memory leak, fixed... | grt@chromium.org | 2010-12-16 | 4 | -41/+162 |
* | Adding a new class, PackageProperties that represents the shared binaries for... | tommi@chromium.org | 2010-12-15 | 15 | -77/+373 |
* | Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ... | robertshield@chromium.org | 2010-12-15 | 49 | -494/+494 |
* | Revert 69165 - Merge the installer, installer_util and setup_util namespaces ... | robertshield@chromium.org | 2010-12-14 | 49 | -493/+493 |
* | Merge the installer, installer_util and setup_util namespaces into a single i... | robertshield@chromium.org | 2010-12-14 | 49 | -493/+493 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -2/+5 |
* | Add a CEEE mode to the ChromeFrame distribution class. | robertshield@chromium.org | 2010-12-13 | 26 | -163/+300 |
* | Temporary workaround to get tests that reference singletons either directly o... | tommi@chromium.org | 2010-12-09 | 1 | -1/+1 |
* | Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" C... | grt@chromium.org | 2010-12-08 | 6 | -101/+495 |
* | When COM DLL registration fails, return false from DoPostInstallTasks. | tommi@chromium.org | 2010-12-07 | 1 | -1/+4 |
* | Removing the GetVersionEnvKey method from BrowserDistribution. | tommi@chromium.org | 2010-12-07 | 9 | -28/+0 |
* | Add svn:eol-style to this .gyp file since if it checkos out in CRLF mode the ... | pkasting@chromium.org | 2010-12-06 | 1 | -66/+66 |
* | Take care of an old todo: Use ScopedVariant instead of VariantHelper. | tommi@chromium.org | 2010-12-03 | 1 | -29/+13 |
* | Support for checking multiple keyfiles when removing an installation package. | tommi@chromium.org | 2010-12-02 | 14 | -63/+163 |
* | Cleanup some installer style nits. | thestig@chromium.org | 2010-12-02 | 3 | -4/+4 |
* | Fix a problem with the delete-after-reboot code. Removing pending renames of ... | robertshield@chromium.org | 2010-12-01 | 3 | -4/+71 |
* | Fix x64 builder. | tommi@chromium.org | 2010-12-01 | 1 | -1/+1 |
* | Refactor the installer to support multi-install. | tommi@chromium.org | 2010-12-01 | 34 | -1243/+2356 |
* | Fix setup_unittest.exe so it, you know, can ever possibly pass. | robertshield@chromium.org | 2010-11-30 | 1 | -22/+16 |
* | Add a new type of WorkItemList: NoRollbackWorkItemList. | tommi@chromium.org | 2010-11-24 | 10 | -26/+89 |
* | Add infrastructure enabling tests of installer upgrade scenarios. | grt@chromium.org | 2010-11-23 | 11 | -0/+1161 |
* | Add awareness of the CEEE broker to BrowserDistribution. If the code called i... | hansl@google.com | 2010-11-22 | 3 | -1/+12 |
* | Fix the collection of Chrome uninstall survey results which regressed a year ... | robertshield@chromium.org | 2010-11-20 | 1 | -3/+5 |
* | On windows, send audio hardware info with speech input requests if user conse... | satish@chromium.org | 2010-11-19 | 2 | -0/+49 |
* | Land http://codereview.chromium.org/5049001/ again (sigh) | tommi@chromium.org | 2010-11-16 | 1 | -0/+8 |
* | Revert 66286 - Enable ETW logging in setup. | tommi@chromium.org | 2010-11-16 | 1 | -7/+0 |
* | Enable ETW logging in setup. | tommi@chromium.org | 2010-11-16 | 1 | -0/+7 |
* | The UI language rather than the locale is now used to pick Chrome's language ... | grt@chromium.org | 2010-11-16 | 5 | -217/+518 |
* | Attempt to reland http://codereview.chromium.org/4928002/ | tommi@chromium.org | 2010-11-15 | 12 | -171/+154 |
* | Revert 66088 - Changing the installer switches from wchar_t[] to char[]. | tommi@chromium.org | 2010-11-15 | 12 | -154/+171 |
* | Changing the installer switches from wchar_t[] to char[]. | tommi@chromium.org | 2010-11-14 | 12 | -171/+154 |
* | Add some verbose logging when registering COM components. | tommi@chromium.org | 2010-11-11 | 1 | -0/+5 |