| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish the wiring of the inactive user toast experiment | cpu@google.com | 2009-06-19 | 5 | -23/+101 |
* | Convert the 'app' target name (which builds the actual executable) | sgk@google.com | 2009-06-18 | 1 | -1/+1 |
* | Add setup.exe.manifest and mini_installer.exe.manifest as | sgk@google.com | 2009-06-17 | 1 | -0/+6 |
* | Add experiment support in setup | cpu@google.com | 2009-06-17 | 9 | -5/+124 |
* | Add the mini_installer.exe.manifest to AdditionalManifestFiles for Vista | sgk@chromium.org | 2009-06-17 | 1 | -0/+10 |
* | Convert setup.exe to gyp. | sgk@chromium.org | 2009-06-17 | 1 | -1/+0 |
* | Capture additional gyp settings for setup.exe: | sgk@chromium.org | 2009-06-17 | 1 | -2/+9 |
* | Convert mini_installer_test to gyp. | sgk@chromium.org | 2009-06-17 | 1 | -1/+0 |
* | Convert installer_util_unittests to gyp. | sgk@chromium.org | 2009-06-17 | 1 | -1/+0 |
* | Incorporate new Linux deb packaging file. | mmoss@chromium.org | 2009-06-16 | 1 | -0/+1 |
* | Adding ap key inclusion to uninstall metrics. | robertshield@google.com | 2009-06-16 | 1 | -0/+9 |
* | Set magic string in registry to enable fallback to full installer in case of ... | kuchhal@chromium.org | 2009-06-16 | 2 | -2/+39 |
* | Capture more necessary settings while trying to land conversion | sgk@google.com | 2009-06-15 | 1 | -0/+8 |
* | Use current dir as working directory if %TEMP% directory doesnt work. | kuchhal@chromium.org | 2009-06-15 | 1 | -17/+29 |
* | Adds the ability to import the home page of the default browser. The import ... | gwilson@google.com | 2009-06-11 | 3 | -2/+10 |
* | Remove checked-in .vcproj files that have been converted to gyp. | sgk@google.com | 2009-06-10 | 2 | -408/+0 |
* | Trying to re-land r17758 (http://codereview.chromium.org/118247) but with nam... | kuchhal@chromium.org | 2009-06-09 | 10 | -54/+185 |
* | Reverting 17758. | kuchhal@chromium.org | 2009-06-05 | 10 | -185/+54 |
* | Renamed installer_unittests to util_unittests and added setup_unitests projec... | kuchhal@chromium.org | 2009-06-05 | 10 | -41/+172 |
* | setup.exe doesn't depend on chrome.{exe|dll} | kuchhal@chromium.org | 2009-06-05 | 1 | -6/+0 |
* | gyp generation of installer_util.lib (renamed from util.lib) | sgk@chromium.org | 2009-06-05 | 3 | -5/+5 |
* | Update installer rules to use new LASTCHANGE file with version.py. | mmoss@chromium.org | 2009-06-04 | 1 | -0/+7 |
* | Only update files from .version templates when a file change | sgk@google.com | 2009-06-04 | 1 | -59/+38 |
* | Need to unpack setup.exe patch first before applying it to setup.exe. | kuchhal@chromium.org | 2009-06-03 | 3 | -27/+63 |
* | Make mini_installer changes for 3 stage updates. | kuchhal@chromium.org | 2009-06-03 | 4 | -160/+231 |
* | Modify script that creates differntial installer to support 3stage update ins... | kuchhal@chromium.org | 2009-06-03 | 1 | -4/+6 |
* | Switching gcapi to be gyp generated. | bradnelson@google.com | 2009-06-03 | 4 | -275/+0 |
* | Adding a required dependency on setup.exe by mini_installer.exe. | bradnelson@chromium.org | 2009-06-02 | 1 | -0/+1 |
* | Switching chrome.sln to gyp generated version. | bradnelson@google.com | 2009-06-02 | 1 | -0/+9 |
* | setup.exe changes for 3 stage updates. | kuchhal@chromium.org | 2009-06-01 | 4 | -3/+64 |
* | Delete empty folders in system level install. Also cleanup uninstall error me... | kuchhal@chromium.org | 2009-05-29 | 1 | -13/+27 |
* | Add duplicate 'conditions' blocks that define the '<(BRANDING)' | sgk@google.com | 2009-05-29 | 1 | -0/+36 |
* | Add new Linux packaging file to build output. | mmoss@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | Add Linux packaging tools to the build output and the buildbot archive. | mmoss@chromium.org | 2009-05-29 | 1 | -384/+483 |
* | Fix broken Gears after gyp conversion. The path to gears.dll has changed. | kuchhal@chromium.org | 2009-05-28 | 1 | -1/+1 |
* | Add installer. gyp targets: gcapi_dll, gcapi_lib, gcapi_test, | sgk@google.com | 2009-05-28 | 1 | -0/+321 |
* | Adding ffmpeg_binaries target which copies FFmpeg binaries alongside chrome.d... | ajwong@chromium.org | 2009-05-23 | 1 | -0/+2 |
* | Commit for Miranda. | glen@chromium.org | 2009-05-19 | 2 | -2/+8 |
* | Revert the first run bubble change because of Mac/Linux failures. | glen@chromium.org | 2009-05-16 | 2 | -8/+2 |
* | Recommit for MirandaC of Smaller alternate first run bubble. http://coderevie... | glen@chromium.org | 2009-05-16 | 3 | -162/+168 |
* | rollback of r 162411 | glen@chromium.org | 2009-05-16 | 2 | -8/+2 |
* | Commit for MirandaC of Smaller alternate first run bubble. http://codereview.... | glen@chromium.org | 2009-05-16 | 2 | -2/+8 |
* | Rework the gyp hierarchy under chrome\installer to use | sgk@google.com | 2009-05-15 | 3 | -127/+117 |
* | Setup.exe now tries to uncompress patch using courgette. | sra@chromium.org | 2009-05-14 | 2 | -2/+16 |
* | Remove obsolete Linux packaging tools. | mmoss@chromium.org | 2009-05-12 | 11 | -700/+0 |
* | Add a 'cygwin' target to execute setup_mount.bat explicitly as a | sgk@google.com | 2009-05-11 | 1 | -0/+5 |
* | Re-re-write the logic to elevate uninstaller. | kuchhal@chromium.org | 2009-05-06 | 5 | -118/+140 |
* | Add first_run_tabs to the master prefs file | cpu@google.com | 2009-05-06 | 3 | -6/+76 |
* | Fix missing assignment in helper_unittest. | thestig@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Remove uses of deprecated version of PathService::Get() in the installer. | thestig@chromium.org | 2009-05-05 | 11 | -128/+138 |