summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a UMA stat to track whether Chrome is the default browser.robertshield@chromium.org2012-12-111-4/+4
* Delay MigrateChromiumShortcuts() task at startup.gab@chromium.org2012-11-261-2/+7
* Add default icon to app_host.exe, and use it in shortcuts during installation.huangs@chromium.org2012-11-201-9/+7
* Re-commit: Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-t...gab@chromium.org2012-11-061-2/+2
* Add a flag to control whether there is a shortcut for the app list / launcher...benwells@chromium.org2012-11-061-0/+14
* Revert 165505 - Introduce RemoveChromeTaskbarShortcuts() to delete all pinned...gab@chromium.org2012-11-011-2/+2
* Introduce RemoveChromeTaskbarShortcuts() to delete all pinned-to-taskbar shor...gab@chromium.org2012-11-011-2/+2
* Fix dumb uncaught mistake after I switched IsChromeDefault() from bool to enu...gab@chromium.org2012-10-161-2/+2
* Move "default for protocol" probing logic out of shell_integration_win.cc int...gab@chromium.org2012-10-151-171/+18
* Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ...gab@chromium.org2012-10-051-1/+2
* Enable EULA dialog to be shown from metro Chrome.robertshield@chromium.org2012-09-261-2/+5
* Fix registerProtocolHandler OS registration on Windows 8benwells@chromium.org2012-09-251-2/+22
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-2/+1
* Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...wjia@chromium.org2012-09-201-1/+2
* Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...gab@chromium.org2012-09-201-2/+1
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-4/+6
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-6/+4
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-4/+6
* No longer switch to metro mode when Chrome is made the default on first run.grt@chromium.org2012-09-051-48/+0
* Implement relaunch for Metro chrome.grt@chromium.org2012-08-031-0/+28
* Suffix Chrome's appid on user-level installsgrt@chromium.org2012-06-191-19/+30
* Implement base::win::IsMetroProcess. siggi@chromium.org2012-06-181-1/+1
* Make chrome the default browser interactively if possible, register it if not.grt@chromium.org2012-06-181-3/+3
* Abstract suffixing logic away from GetApplicationNamegab@chromium.org2012-06-171-2/+1
* Always suffix ChromeHTML entries on Windows for user-level installs.gab@chromium.org2012-06-171-15/+13
* The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ...motek@chromium.org2012-06-081-2/+26
* Add ShellIntegration::ActivateMetroChrome, which launches Chrome in metro-mod...grt@chromium.org2012-06-011-0/+42
* Default browser detection for Windows 8.grt@chromium.org2012-05-171-134/+160
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-061-2/+4
* Allow external protocol handlers to open in Windows 8.benwells@chromium.org2012-03-291-1/+4
* Publish app shortcuts on Macsail@chromium.org2012-02-111-39/+39
* base::Bind: Convert the following files:jhawkins@chromium.org2011-11-291-142/+102
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Support grouping taskbar icons for panels with regular taskbar icon for Chrom...jianli@chromium.org2011-10-211-0/+17
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-171-1/+2
* Change kNotSignedInProfile to kInitialProfile to better reflect its usage.mirandac@chromium.org2011-08-121-2/+2
* Moved CanSetAsDefault* from platform_util to shell_integrationbenwells@chromium.org2011-07-151-0/+4
* Allow chrome to become the os default handler for arbitrary protocols on mac/...koz@chromium.org2011-05-261-18/+119
* Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.tfarina@chromium.org2011-04-121-5/+5
* wstring: remove a needless wchar_t that is ASCIIevan@chromium.org2011-03-151-2/+4
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-3/+3
* Set Browser::app_name_ in a reasonable way for extension apps.skerner@chromium.org2011-01-141-1/+4
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-1/+0
* Refactor the installer to support multi-install.tommi@chromium.org2010-12-011-2/+3
* windows: remove PathService::Get() that uses wstringsevan@chromium.org2010-11-301-4/+5
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*.pkasting@chromium.org2010-10-211-1/+1
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-4/+5
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-6/+7