| Commit message (Expand) | Author | Age | Files | Lines |
* | * Prevent early exit due to && operator. | kuchhal@chromium.org | 2008-12-05 | 1 | -12/+14 |
* | Add error messages to JSONReader and friends. This required a bit of refactor... | aa@chromium.org | 2008-12-05 | 1 | -1/+1 |
* | Change "client" parameter in RLZ ping to "referral" | gwilson@google.com | 2008-12-05 | 4 | -6/+6 |
* | * Add the checks that Chrome criteria checker will need to do. It mostly chec... | kuchhal@chromium.org | 2008-12-04 | 4 | -16/+440 |
* | * Fix Chrome browser not launching when set as default browser. | kuchhal@chromium.org | 2008-12-04 | 2 | -11/+14 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 5 | -821/+821 |
* | * Check in criteria checker project for Chrome bundle deals. | kuchhal@chromium.org | 2008-11-26 | 4 | -0/+165 |
* | Add client parameter to the RLZ ping | cpu@google.com | 2008-11-26 | 4 | -0/+9 |
* | * Delete Desktop and Quick Lauch shortcuts in user level install case also. | kuchhal@chromium.org | 2008-11-25 | 1 | -4/+3 |
* | * Fix system level check. We should check for mode conflict when we are doing... | kuchhal@chromium.org | 2008-11-22 | 1 | -15/+15 |
* | * Add support for verbose-logging option in master preferences file. | kuchhal@chromium.org | 2008-11-22 | 4 | -2/+19 |
* | Base class for setup's html dialogs | cpu@google.com | 2008-11-21 | 3 | -13/+291 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 1 | -1/+1 |
* | - If the exe rename command fails try calling Google Update to do the same jo... | kuchhal@chromium.org | 2008-11-20 | 5 | -58/+13 |
* | Move creation of 'open with' registry keys to installer. We should place nice... | kuchhal@chromium.org | 2008-11-19 | 3 | -2/+35 |
* | Fix accumulated webkit merge ramifications in the SCons build of Chrome | sgk@google.com | 2008-11-16 | 2 | -15/+30 |
* | More *.scons renaming: | sgk@google.com | 2008-11-14 | 6 | -271/+272 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 3 | -6/+6 |
* | * Fix Google Chrome build broken by r4284. | kuchhal@chromium.org | 2008-11-13 | 1 | -2/+2 |
* | * Need to read version from registry if relaunching browser. | kuchhal@chromium.org | 2008-11-12 | 2 | -0/+4 |
* | * Fix two bugs | kuchhal@chromium.org | 2008-11-10 | 2 | -0/+2 |
* | * fix system level install bug | kuchhal@chromium.org | 2008-11-07 | 1 | -1/+1 |
* | Add installer\util\delete_reg_value_work_item{,_unittest}.cc | sgk@google.com | 2008-11-07 | 2 | -0/+2 |
* | * Check the presence of new_chrome.exe before using opv key for version. | kuchhal@chromium.org | 2008-11-07 | 2 | -7/+13 |
* | Implement the new mechanism we are going to use for handling Chromium updates | kuchhal@chromium.org | 2008-11-07 | 20 | -53/+470 |
* | * Never launch Chrome in system level install mode. | kuchhal@chromium.org | 2008-11-07 | 1 | -1/+3 |
* | Adding support to installerdata provided by Google update. | huanr@chromium.org | 2008-11-06 | 7 | -38/+158 |
* | Fixes a crash if you put chrome in a very short directory | cpu@google.com | 2008-11-06 | 1 | -9/+2 |
* | Add chrome\installer\util\master_preferences.cc to the SCons build. | sgk@google.com | 2008-11-05 | 1 | -0/+1 |
* | Temporary code to upgrade Chrome open command for existing users. | kuchhal@chromium.org | 2008-11-05 | 1 | -2/+39 |
* | This fixes the following bugs1. http://b/issue?id=1447957 For machine insta... | ananta@chromium.org | 2008-11-04 | 2 | -0/+29 |
* | Refactoring master preference parsing code into installer util so | huanr@chromium.org | 2008-11-04 | 3 | -0/+150 |
* | Adding visual studio solution files. | bradnelson@chromium.org | 2008-11-04 | 1 | -1/+0 |
* | On silent uninstall (--force-uninstall) close all Chrome processes without pr... | kuchhal@chromium.org | 2008-11-03 | 1 | -0/+33 |
* | Read Google Update registry keys first from HKCU then from HKLM to handle sys... | kuchhal@chromium.org | 2008-11-03 | 1 | -21/+29 |
* | fix build | kuchhal@chromium.org | 2008-10-31 | 1 | -2/+2 |
* | Consolidate same constant defined in three different places. No change in chr... | kuchhal@chromium.org | 2008-10-31 | 4 | -34/+49 |
* | Accumulated SCons changes for Windows chrome build, round II: | sgk@google.com | 2008-10-30 | 3 | -4/+3 |
* | Revert r4205 to track down buildbot unit_tests failure. | sgk@google.com | 2008-10-30 | 3 | -3/+4 |
* | Accumulated SCons changes for Windows chrome build and other | sgk@google.com | 2008-10-30 | 3 | -4/+3 |
* | Add command line option to suppress Chrome launch after successful install | kuchhal@chromium.org | 2008-10-29 | 7 | -1066/+1090 |
* | remove svn:executable | kuchhal@chromium.org | 2008-10-29 | 1 | -0/+0 |
* | remove svn:executable property | kuchhal@chromium.org | 2008-10-29 | 1 | -0/+0 |
* | remove svn:executable property | kuchhal@chromium.org | 2008-10-29 | 3 | -0/+0 |
* | Add '--' to Chrome open command line | kuchhal@chromium.org | 2008-10-27 | 2 | -2/+11 |
* | * Update comments from code review feedback. | kuchhal@chromium.org | 2008-10-27 | 1 | -1/+2 |
* | Fix SCons modules build on Windows: | sgk@google.com | 2008-10-25 | 2 | -20/+2 |
* | Add a command line option to installer that will let user set Chrome as | kuchhal@chromium.org | 2008-10-24 | 5 | -850/+991 |
* | code review change | kuchhal@chromium.org | 2008-10-24 | 1 | -1/+1 |
* | Add installer command line option to create shortcuts (desktop and quick | kuchhal@chromium.org | 2008-10-24 | 6 | -55/+261 |