summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/shell_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix shortcut creation when running as SYSTEM.grt@chromium.org2013-01-301-4/+7
* Initial whack at getting ash_unittests to connect to a viewer process on Win/...robertshield@chromium.org2013-01-211-1/+16
* Windows: Remove desktop profile shortcuts (and any others pointing to the exe...asvitkine@chromium.org2013-01-041-37/+52
* Revert 174893 - Windows: Remove desktop profile shortcuts (and any others poi...eroman@chromium.org2013-01-031-51/+36
* Windows: Remove desktop profile shortcuts (and any others pointing to the exe...asvitkine@chromium.org2013-01-031-36/+51
* Add a UMA stat to track whether Chrome is the default browser.robertshield@chromium.org2012-12-111-1/+1
* Keep installing all-users Start Menu and Desktop shortcuts on system-level in...gab@chromium.org2012-12-111-18/+25
* Add default icon to app_host.exe, and use it in shortcuts during installation.huangs@chromium.org2012-11-201-10/+14
* Revert 168080 - Configure system-level Chrome settings (i.e. install its shor...garykac@chromium.org2012-11-161-6/+14
* Configure system-level Chrome settings (i.e. install its shortcuts) immediate...gab@chromium.org2012-11-151-14/+6
* Do not go through interactive-make-default flow if we are already default bro...gab@chromium.org2012-11-091-24/+30
* SHChangeNotify at the end of ShellUtil::RegisterChromeBrowser() instead of in...gab@chromium.org2012-11-081-37/+39
* Refactoring shortcut creation code in ShellUtil.huangs@chromium.org2012-11-071-79/+62
* Introduce --install-dev-chrome switch for setup.exe to install (register+shor...gab@chromium.org2012-11-061-4/+1
* Re-commit: Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-t...gab@chromium.org2012-11-061-0/+31
* Revert 165505 - Introduce RemoveChromeTaskbarShortcuts() to delete all pinned...gab@chromium.org2012-11-011-28/+0
* Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-taskbar shor...gab@chromium.org2012-11-011-0/+28
* No longer install all-users shortcuts on system-level installs; instead insta...gab@chromium.org2012-10-301-7/+11
* Only remove Chrome shortcut if it points to the chrome.exe being uninstalled.gab@chromium.org2012-10-231-8/+32
* Fix SHORTCUT_CREATE_IF_NO_SYSTEM_LEVEL when created shortcut's directory does...gab@chromium.org2012-10-191-7/+8
* Register New window string under opennewwindow verb which appears in the Desk...gab@chromium.org2012-10-171-3/+23
* Clarify function names for registry magic in shell_util.ccgab@chromium.org2012-10-171-31/+32
* Remove old/no longer needed removal code.gab@chromium.org2012-10-171-54/+0
* Remove the run verb on Windows 8.gab@chromium.org2012-10-161-3/+29
* Fix dumb uncaught mistake after I switched IsChromeDefault() from bool to enu...gab@chromium.org2012-10-161-4/+4
* Only register XPStyle registrations on Win8 if the user chooses Chrome when p...gab@chromium.org2012-10-161-2/+4
* Move "default for protocol" probing logic out of shell_integration_win.cc int...gab@chromium.org2012-10-151-0/+175
* Disable the take-over of XP-era registration on Windows 8.grt@chromium.org2012-10-111-4/+2
* Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ...gab@chromium.org2012-10-051-229/+197
* ChromiumHTM instead of ChromiumHTML to respect progid restriction of 39 chara...gab@chromium.org2012-10-041-1/+8
* Enable EULA dialog to be shown from metro Chrome.robertshield@chromium.org2012-09-261-9/+16
* Fix registerProtocolHandler OS registration on Windows 8benwells@chromium.org2012-09-251-12/+56
* 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-201-34/+6
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-6/+34
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-34/+6
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-59/+19
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-19/+59
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-59/+19
* Remove interface and type lib registration for the DelegateExecute verb handler.grt@chromium.org2012-09-011-4/+2
* Change comment on IsChromeRegistered for future reference post http://crrev.c...gab@chromium.org2012-08-301-0/+7
* When registering in HKLM, register everything in HKLM.gab@chromium.org2012-08-301-7/+3
* Delete Chrome's secondary tiles on Windows 8 when uninstalling.benwells@chromium.org2012-08-301-0/+27
* Sharing shell_util_unittest code to verify shortcuts for creation of profile ...hallielaine@chromium.org2012-08-101-0/+39
* Register Chrome in Open With... for File Associations at install on Windows.gab@chromium.org2012-08-071-124/+169
* Convert SID string to ASCII before taking md5gab@chromium.org2012-07-111-1/+3
* Use a better registration suffix that will always be unique while respecting ...gab@chromium.org2012-07-061-38/+193
* Do not suffix ChromeHTML\Application\ApplicationName in the Windows registry ...gab@chromium.org2012-07-041-1/+1
* Add the opennewwindow verb to the list of verbs created with a DelegateExecut...ananta@chromium.org2012-07-031-0/+2
* Remove annoying DCHECK in ShellUtil::MakeChromeDefault that triggers when run...robertshield@chromium.org2012-06-271-1/+0