summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part16:tfarina@chromium.org2010-10-111-3/+3
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-2/+3
* Remove usage of GetSwitchValue for most of chrome/browser/.evan@chromium.org2010-08-041-2/+3
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-1/+0
* Win: Use different AppUserModelID for SxS installs.mattm@chromium.org2010-06-111-5/+5
* Ensure existing user pinned chrome shortcuts have correct app id.xiyuan@chromium.org2010-01-131-0/+205
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-3/+3
* Append profile info to win7 app id per issue 30414xiyuan@chromium.org2010-01-061-0/+59
* Be more paranoid when checking the default browser in Windows and return "not...mdm@chromium.org2009-11-251-7/+3
* Fix for bug 10876 that resulted in some refactoring:rolandsteiner@chromium.org2009-10-281-5/+1
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-1/+5
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-5/+1
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-2/+1
* Allow the default browser check to return "unknown" and reflect that in the UI.mdm@chromium.org2009-09-041-8/+12
* Do not delete default browser entries for other users when uninstalling it fo...kuchhal@chromium.org2009-08-141-10/+10
* Fix running default browser check/setting in UI thread on Linux.mattm@chromium.org2009-07-281-0/+155