summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/shell_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Suffix Chrome's appid on user-level installsgrt@chromium.org2012-06-191-8/+65
* Make chrome the default browser interactively if possible, register it if not.grt@chromium.org2012-06-181-1/+6
* Make all registrations in HKCU for user-level installs on Win8gab@chromium.org2012-06-171-37/+63
* Abstract suffixing logic away from GetApplicationNamegab@chromium.org2012-06-171-14/+18
* Always suffix ChromeHTML entries on Windows for user-level installs.gab@chromium.org2012-06-171-123/+208
* Fix all hardcoded Windows registry lookups.gab@chromium.org2012-06-131-17/+27
* Fix RegisterChromeBrowser definition and usage in shell_utilgab@chromium.org2012-06-111-5/+2
* The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ...motek@chromium.org2012-06-081-11/+44
* Add version check to only register the DelegateExecute verb handler if Win8 b...gab@chromium.org2012-05-241-2/+32
* Always do DelegateExecute handler COM registration and make set dual mode pro...grt@chromium.org2012-05-181-0/+1
* Don't register or use the DelegateExecute verb handler if it isn't present.grt@chromium.org2012-04-251-2/+47
* HKCR/ChromeHTML Win8 registry requirementsgab@chromium.org2012-04-211-189/+281
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-061-30/+33
* Remove unused include of installer_util_strings.h.tony@chromium.org2012-03-271-2/+0
* Cleanup: Remove calls to deprecated file_util::AppendToPath() in chrome/insta...thestig@chromium.org2012-03-091-4/+8
* Cleanup: Remove some deprecated file_util methods.thestig@chromium.org2012-02-241-24/+28
* Use IApplicationAssociationRegistrationUI::LaunchAdvancedAssociationUI to set...cpu@chromium.org2012-02-091-6/+31
* windows: Fix a few things clang complains about.thakis@chromium.org2012-01-231-9/+9
* Badge Windows profile shortcuts with multi-user avatar.stevet@chromium.org2011-12-061-7/+20
* Add Windows desktop shortcut for multiple profiles.mirandac@chromium.org2011-11-221-13/+49
* Fix default browser registration for simplified chinese installs.grt@chromium.org2011-11-021-63/+90
* Update Windows install to add capabilities for currently whitelisted rph schemesbenwells@chromium.org2011-09-011-1/+2
* Keep going with Vista default browser registration if there is a failure.benwells@chromium.org2011-07-261-10/+13
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Allow chrome to become the os default handler for arbitrary protocols on mac/...koz@chromium.org2011-05-261-36/+229
* Fix a regression in the creation or updating of the Chrome desktop shortcut.robertshield@chromium.org2011-04-151-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Correct the duplicate creation of desktop shortcuts that can occur when syste...robertshield@chromium.org2011-03-241-28/+35
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-9/+10
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2011-01-071-1/+1
* Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...robertshield@chromium.org2010-12-151-8/+8
* Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...robertshield@chromium.org2010-12-141-8/+8
* Merge the installer, installer_util and setup_util namespaces into a single i...robertshield@chromium.org2010-12-141-8/+8
* Refactor the installer to support multi-install.tommi@chromium.org2010-12-011-56/+64
* Attempt to reland http://codereview.chromium.org/4928002/tommi@chromium.org2010-11-151-15/+12
* Revert 66088 - Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-151-12/+15
* Changing the installer switches from wchar_t[] to char[].tommi@chromium.org2010-11-141-15/+12
* Refactoring the master_preferences functions.tommi@chromium.org2010-11-031-5/+4
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-031-3/+4
* Convert LOG(INFO) to VLOG(1) - chrome/installer/.pkasting@chromium.org2010-10-201-1/+1
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-2/+5
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-4/+4
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-141-8/+10
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-2/+2
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-8/+8
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-0/+1
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-061-2/+4
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1