index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
installer
/
util
/
shell_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix default browser registration for simplified chinese installs.
grt@chromium.org
2011-11-02
1
-63
/
+90
*
Update Windows install to add capabilities for currently whitelisted rph schemes
benwells@chromium.org
2011-09-01
1
-1
/
+2
*
Keep going with Vista default browser registration if there is a failure.
benwells@chromium.org
2011-07-26
1
-10
/
+13
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Allow chrome to become the os default handler for arbitrary protocols on mac/...
koz@chromium.org
2011-05-26
1
-36
/
+229
*
Fix a regression in the creation or updating of the Chrome desktop shortcut.
robertshield@chromium.org
2011-04-15
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Correct the duplicate creation of desktop shortcuts that can occur when syste...
robertshield@chromium.org
2011-03-24
1
-28
/
+35
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
1
-9
/
+10
*
Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.
tfarina@chromium.org
2011-01-07
1
-1
/
+1
*
Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...
robertshield@chromium.org
2010-12-15
1
-8
/
+8
*
Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...
robertshield@chromium.org
2010-12-14
1
-8
/
+8
*
Merge the installer, installer_util and setup_util namespaces into a single i...
robertshield@chromium.org
2010-12-14
1
-8
/
+8
*
Refactor the installer to support multi-install.
tommi@chromium.org
2010-12-01
1
-56
/
+64
*
Attempt to reland http://codereview.chromium.org/4928002/
tommi@chromium.org
2010-11-15
1
-15
/
+12
*
Revert 66088 - Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-15
1
-12
/
+15
*
Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-14
1
-15
/
+12
*
Refactoring the master_preferences functions.
tommi@chromium.org
2010-11-03
1
-5
/
+4
*
base: Move CaseInsensitiveCompare traits into the base namespace.
tfarina@chromium.org
2010-11-03
1
-3
/
+4
*
Convert LOG(INFO) to VLOG(1) - chrome/installer/.
pkasting@chromium.org
2010-10-20
1
-1
/
+1
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
1
-2
/
+5
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-4
/
+4
*
CommandLine: remove wstring-based program() accessor
evan@chromium.org
2010-10-14
1
-8
/
+10
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-2
/
+2
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Cleanup Registry API: part 3.
tfarina@chromium.org
2010-08-14
1
-8
/
+8
*
FBTF: Remove unneeded headers from base/ (part 4)
thestig@chromium.org
2010-08-07
1
-0
/
+1
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-06
1
-2
/
+4
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-2
/
+3
*
Win: Use different AppUserModelID for SxS installs.
mattm@chromium.org
2010-06-11
1
-16
/
+18
*
Win SxS: Creating a new shortcut with enable-udd-profiles uses wrong icon.
mattm@chromium.org
2010-06-03
1
-7
/
+2
*
Win SxS: Use SxS icon on the shortcuts in start menu, etc.
mattm@chromium.org
2010-05-05
1
-2
/
+10
*
Allow the use of the master_preferences file in Linux.
tony@chromium.org
2010-03-10
1
-1
/
+1
*
Disable registering, unregistering, and setting default browser
huanr@chromium.org
2010-02-27
1
-0
/
+6
*
Use different short cut names for SxS installation.
huanr@chromium.org
2010-02-26
1
-1
/
+1
*
Add better description of browser on Windows.
kuchhal@chromium.org
2010-01-12
1
-1
/
+2
*
Fix the Internet link association for the multiple user scenario.
kuchhal@chromium.org
2009-12-24
1
-2
/
+2
*
Chrome updates should not change shortcut icon if there is an index specified...
kuchhal@chromium.org
2009-12-03
1
-9
/
+9
*
Set prop app id for chromium/application shortcut.
xiyuan@chromium.org
2009-11-19
1
-2
/
+4
*
A large number of style nits in preparation for turning on automated cpplint.py.
erg@google.com
2009-11-11
1
-1
/
+1
*
Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....
robertshield@chromium.org
2009-11-04
1
-0
/
+7
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-2
/
+1
*
Re-try r29078: Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-2
/
+2
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
1
-2
/
+2
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-2
/
+2
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
1
-4
/
+5
*
<html>
aa@chromium.org
2009-09-21
1
-35
/
+0
*
Re-apply r23841 "During uninstall if Chrome is set as default"
kuchhal@chromium.org
2009-08-20
1
-0
/
+26
[next]