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
*
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
*
Revert "During uninstall if Chrome is set as default,"
kuchhal@chromium.org
2009-08-20
1
-26
/
+0
*
During uninstall if Chrome is set as default, allow user to choose another br...
kuchhal@chromium.org
2009-08-20
1
-0
/
+26
*
Do not delete default browser entries for other users when uninstalling it fo...
kuchhal@chromium.org
2009-08-14
1
-27
/
+18
*
Use alternate icon for Chrome shortcuts if specified in master preferences.
kuchhal@chromium.org
2009-08-03
1
-1
/
+11
*
Add missing space to command line that registers Chrome on Windows.
kuchhal@chromium.org
2009-08-03
1
-1
/
+1
*
Revert changes from r22198 to r22204 and r22194. None of these changes were
kuchhal@chromium.org
2009-07-31
1
-1
/
+1
*
Add missing space to command line that registers Chrome on Windows.
kuchhal@chromium.org
2009-07-31
1
-1
/
+1
*
Allow two user level installs of Chrome to have default browser settings.
kuchhal@chromium.org
2009-07-23
1
-319
/
+394
*
Coverity fixit changes
sra@chromium.org
2009-07-22
1
-10
/
+12
*
Make default browser path check case insensitive.
kuchhal@chromium.org
2009-07-06
1
-2
/
+4
*
For system level install read setup.exe path from HKLM instead of HKCU.
kuchhal@chromium.org
2009-04-28
1
-15
/
+20
*
During uninstall on Vista try to elevate if registry entries from HKLM need t...
kuchhal@chromium.org
2009-04-21
1
-1
/
+31
*
Revert change (r10357, http://codereview.chromium.org/21477) that removes the
sverrir@google.com
2009-04-20
1
-13
/
+3
*
Use different names for Chrome/Chromium for Chrome HTML prog id. If we
kuchhal@chromium.org
2009-04-17
1
-4
/
+14
*
Avoid Google Chrome/Chromium default browser conflict by renaming Capabilitie...
kuchhal@chromium.org
2009-04-08
1
-40
/
+25
*
Wire the alternate desktop shortcut text
cpu@google.com
2009-03-25
1
-8
/
+9
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
NO CODE CHANGE.
maruel@google.com
2009-03-10
1
-6
/
+12
*
Use actual file system directory for Desktop shortcut instead of virtual folder.
kuchhal@chromium.org
2009-03-04
1
-1
/
+2
*
Wire chrome shortcuts tooltip (installation)
cpu@google.com
2009-02-28
1
-6
/
+8
*
Fix all places where we used the GetWinVersion function
nsylvain@chromium.org
2009-02-25
1
-3
/
+3
*
Remove code that adds "Url Protocol" key to registry entry
sverrir@chromium.org
2009-02-25
1
-3
/
+11
[next]