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
/
install_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-1
/
+1
*
When using ShellExecuteEx to elevate, create a foreground window and pass tha...
robertshield@chromium.org
2011-06-30
1
-9
/
+54
*
Start putting stage info into the new InstallerExtraCode1 value in Google Upd...
grt@chromium.org
2011-06-02
1
-2
/
+15
*
Add additional granularity to the installer stage strings that get written to...
robertshield@chromium.org
2011-06-02
1
-0
/
+12
*
Write installer results in all relevant registry keys so that we're sure that...
grt@chromium.org
2011-05-19
1
-8
/
+7
*
Consolidate most CommandLine code across platforms.
msw@chromium.org
2011-05-14
1
-17
/
+2
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-1
/
+1
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
1
-7
/
+6
*
Revert 80819 due to failed tests
mmenke@chromium.org
2011-04-07
1
-6
/
+7
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
1
-7
/
+6
*
On uninstall, remove the registry keys that Chrome lays down to make itself t...
grt@chromium.org
2011-03-30
1
-0
/
+50
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Write "did run" value to multi-install client state key as well, if it exists.
robertshield@chromium.org
2011-03-14
1
-0
/
+8
*
Change DeleteRegistryKey to not require opening root keys with RegKey.
tommi@chromium.org
2011-03-13
1
-2
/
+3
*
Add -stage:ID modifier to products' Google Update "ap" values to better track...
grt@chromium.org
2011-03-11
1
-0
/
+55
*
Add support for the quick-enable-cf command to the installer. This encompases:
grt@chromium.org
2011-03-03
1
-2
/
+2
*
Switch from wcsftime to GetDateFormat to avoid crash in setup.
tommi@chromium.org
2011-02-17
1
-0
/
+14
*
Fix user-to-system-level installation delegation. This looks to have been bro...
robertshield@chromium.org
2011-02-11
1
-8
/
+9
*
More installer refactoring in the interest of fixing some bugs and cleaning t...
grt@chromium.org
2011-01-25
1
-2
/
+24
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
1
-17
/
+26
*
Integrate the Ready Mode prompt with IE and Chrome Frame. In Ready Mode, prom...
erikwright@chromium.org
2011-01-12
1
-4
/
+4
*
- WriteInstallerResult is now back in InstallUtil and only writes the result ...
grt@chromium.org
2011-01-05
1
-1
/
+29
*
base/version: remove wstring version
evan@chromium.org
2010-12-23
1
-1
/
+1
*
Support for GCF ready-mode.
tommi@chromium.org
2010-12-23
1
-2
/
+4
*
- Installation results for use by Google Update are now written at the Packag...
grt@chromium.org
2010-12-22
1
-0
/
+13
*
Removing IsChromeFrameProcess.
tommi@chromium.org
2010-12-21
1
-6
/
+0
*
Installer cleanup
amit@chromium.org
2010-12-16
1
-3
/
+3
*
Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...
robertshield@chromium.org
2010-12-15
1
-7
/
+7
*
Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...
robertshield@chromium.org
2010-12-14
1
-7
/
+7
*
Merge the installer, installer_util and setup_util namespaces into a single i...
robertshield@chromium.org
2010-12-14
1
-7
/
+7
*
Add a CEEE mode to the ChromeFrame distribution class.
robertshield@chromium.org
2010-12-13
1
-6
/
+2
*
Refactor the installer to support multi-install.
tommi@chromium.org
2010-12-01
1
-93
/
+12
*
Attempt to reland http://codereview.chromium.org/4928002/
tommi@chromium.org
2010-11-15
1
-5
/
+18
*
Revert 66088 - Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-15
1
-18
/
+5
*
Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-14
1
-5
/
+18
*
Add multi install support to MasterPreferences and start using it in a few pl...
tommi@chromium.org
2010-11-11
1
-10
/
+1
*
Refactoring the master_preferences functions.
tommi@chromium.org
2010-11-03
1
-18
/
+12
*
Convert LOG(INFO) to VLOG(1) - chrome/installer/.
pkasting@chromium.org
2010-10-20
1
-11
/
+8
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
1
-1
/
+3
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-5
/
+5
*
Add the ability to call an alternate entry point name on self-registering DLL...
robertshield@chromium.org
2010-09-06
1
-1
/
+2
*
Cleanup Registry API: part 3.
tfarina@chromium.org
2010-08-14
1
-2
/
+2
*
FBTF: Remove unneeded headers from base/ (part 4)
thestig@chromium.org
2010-08-07
1
-0
/
+1
*
Resubmit of r49346 that caused mysterious test failures on the bot.
robertshield@chromium.org
2010-06-12
1
-1
/
+0
*
Reverting this as it caused installer_unit_tests to fail. Please fix and reland.
ananta@chromium.org
2010-06-10
1
-0
/
+1
*
Fix problem whereby the "-full" magic value is removed from the "ap" value wh...
robertshield@chromium.org
2010-06-10
1
-1
/
+0
*
Fix a couple of issues with MSI support through upgrades:
robertshield@chromium.org
2010-06-07
1
-0
/
+30
*
Additional changes to support Chrome / CF installation wrapped in an MSI:
robertshield@chromium.org
2010-04-28
1
-11
/
+71
*
Revert 44805 - Make sure GoogleUpdateSettings::GetChromeChannel does not read
siggi@chromium.org
2010-04-16
1
-3
/
+1
*
Make sure GoogleUpdateSettings::GetChromeChannel does not read
siggi@chromium.org
2010-04-16
1
-1
/
+3
[next]