summaryrefslogtreecommitdiffstats
path: root/chrome/installer
Commit message (Expand)AuthorAgeFilesLines
* Fix dumb uncaught mistake after I switched IsChromeDefault() from bool to enu...gab@chromium.org2012-10-162-8/+9
* Only register XPStyle registrations on Win8 if the user chooses Chrome when p...gab@chromium.org2012-10-161-2/+4
* Re-commit (reverted in r161796): Also check file creation time when deciding ...gab@chromium.org2012-10-162-30/+43
* Move "default for protocol" probing logic out of shell_integration_win.cc int...gab@chromium.org2012-10-152-0/+188
* Revert 161641 - Also check file creation time when deciding whether replacing...gab@chromium.org2012-10-141-7/+0
* fix uninitialized variable warning for vs2012 compilationscottmg@chromium.org2012-10-131-1/+1
* Also check file creation time when deciding whether replacing files is necess...gab@chromium.org2012-10-121-0/+7
* Disable the take-over of XP-era registration on Windows 8.grt@chromium.org2012-10-111-4/+2
* User profile preferences to find ping delay when not first run of chrome.rogerta@chromium.org2012-10-103-7/+11
* Remove the metro registry keycpu@chromium.org2012-10-101-0/+5
* Move common_constants target into a proper .gyp file so that it can sharedgarykac@chromium.org2012-10-092-4/+4
* Add NaCl IPC-based proxy IRT nexes to installers.bbudge@chromium.org2012-10-093-0/+8
* Fix one more test to use the ScopedPathOverride.pastarmovj@chromium.org2012-10-091-12/+25
* Update all unit tests that override paths to use the ScopedPathOverride.pastarmovj@chromium.org2012-10-091-13/+28
* Make install.sh call lsregister more like .keystone_install. Don't touch themark@chromium.org2012-10-051-5/+5
* Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ...gab@chromium.org2012-10-0510-806/+1203
* Allow EULA beacon creation when the User Data dir is not present.robertshield@chromium.org2012-10-051-1/+3
* Use find_tool to locate xz tools in the scripts' own directories, falling backmark@chromium.org2012-10-052-2/+2
* ChromiumHTM instead of ChromiumHTML to respect progid restriction of 39 chara...gab@chromium.org2012-10-041-1/+8
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-032-30/+6
* No need to initialize COM in every WMI unittest, as installer/util/run_all_un...pkasting@chromium.org2012-09-291-8/+0
* Ensuring Google Update at user-level is installed alongside App Host, for the...huangs@chromium.org2012-09-2712-54/+230
* Allow NULL in addition to the empty string to address the default value in a ...grt@chromium.org2012-09-264-14/+49
* Use gtest failures and EXPECTS instead of returning a failure enum in test ta...gab@chromium.org2012-09-261-33/+18
* Enable EULA dialog to be shown from metro Chrome.robertshield@chromium.org2012-09-268-34/+97
* Remove system-level Chrome ProgIDs from filetype associations at uninstall.grt@chromium.org2012-09-251-21/+69
* Fix registerProtocolHandler OS registration on Windows 8benwells@chromium.org2012-09-252-12/+68
* Register Chrome as default at user-level, not system-level, after a successfu...gab@chromium.org2012-09-221-6/+2
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-202-54/+30
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-202-30/+54
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-202-54/+30
* Remove Chrome's ProgID from filetype associations at uninstall.grt@chromium.org2012-09-193-17/+40
* Installer changes for app host to support command line install from webstoreasargent@chromium.org2012-09-192-2/+2
* After delegating to chrome.exe (i.e. to launch a packaged app) check if app_h...huangs@chromium.org2012-09-142-47/+73
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-125-128/+92
* C++ reability review for gab.gab@chromium.org2012-09-119-242/+237
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-115-92/+128
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-105-128/+92
* Remove bundled NPAPI Flash on Windows.yzshen@chromium.org2012-09-081-4/+0
* Use the 'welcome back' url for all toast experimentscpu@chromium.org2012-09-081-12/+10
* Integrate the Windows 8 code into the Chromium tree (take 3).robertshield@chromium.org2012-09-071-7/+0
* Revert 155444 - Integrate the Windows 8 code into the Chromium tree (take 2).erikwright@chromium.org2012-09-071-0/+7
* Integrate the Windows 8 code into the Chromium tree (take 2).robertshield@chromium.org2012-09-071-7/+0
* Revert 155429 - Integrate the Windows 8 code into the Chromium tree.erikwright@chromium.org2012-09-071-0/+7
* Integrate the Windows 8 code into the Chromium tree.robertshield@chromium.org2012-09-071-7/+0
* Reorder methods in install_worker.cc to match order in install_worker.h and m...gab@chromium.org2012-09-072-420/+419
* Remove some code that tried to support MSVS2005thakis@chromium.org2012-09-071-8/+0
* Callback flow to register Chrome and update shortcuts after OS upgrade to Win...huangs@chromium.org2012-09-0215-96/+322
* Remove interface and type lib registration for the DelegateExecute verb handler.grt@chromium.org2012-09-0118-171/+59
* Force COM machinery to notice that the path to the DelegateExecute verb handl...grt@chromium.org2012-08-3110-8/+241