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
/
setup
/
setup_main.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix in-use updates where %TMP% is on a volume other than %USERPROFILE% and/or...
grt@chromium.org
2011-02-24
1
-31
/
+37
*
Temp dir cleanup:
grt@chromium.org
2011-02-18
1
-29
/
+29
*
New installation validator machinery to check the machine state. This CL con...
grt@chromium.org
2011-02-14
1
-0
/
+11
*
Support for --quick-enable-cf in the installer.
tommi@chromium.org
2011-02-07
1
-16
/
+19
*
Fix version folder detection for diff updates. We previously picked a random ...
robertshield@chromium.org
2011-02-04
1
-4
/
+4
*
Unconditionally remove "-multifail" from "ap" values. Previously, "-multifai...
grt@chromium.org
2011-02-03
1
-33
/
+53
*
wstring: use FilePath::value() on Windows to get wstrings
evan@chromium.org
2011-02-01
1
-4
/
+4
*
More installer refactoring in the interest of fixing some bugs and cleaning t...
grt@chromium.org
2011-01-25
1
-178
/
+288
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
1
-4
/
+2
*
Integrate the Ready Mode prompt with IE and Chrome Frame. In Ready Mode, prom...
erikwright@chromium.org
2011-01-12
1
-2
/
+11
*
Applying http://codereview.chromium.org/6156005/ for tommi. Original desc.:
robertshield@chromium.org
2011-01-11
1
-10
/
+13
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
1
-3
/
+3
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
1
-3
/
+3
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
1
-3
/
+3
*
Fix uninitialized variable regression.
grt@chromium.org
2011-01-05
1
-1
/
+1
*
Add a new pair of installer result strings for multi-installer safeguards.
grt@chromium.org
2011-01-05
1
-7
/
+5
*
- WriteInstallerResult is now back in InstallUtil and only writes the result ...
grt@chromium.org
2011-01-05
1
-70
/
+121
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-2
/
+2
*
Do machine inspection on install.
tommi@chromium.org
2010-12-29
1
-2
/
+29
*
Support for GCF ready-mode.
tommi@chromium.org
2010-12-23
1
-37
/
+51
*
Add support for reporting crashes in the Chrome installer. This basically inv...
ananta@chromium.org
2010-12-22
1
-0
/
+83
*
- Installation results for use by Google Update are now written at the Packag...
grt@chromium.org
2010-12-22
1
-40
/
+38
*
Installer cleanup
amit@chromium.org
2010-12-16
1
-4
/
+3
*
Adding a new class, PackageProperties that represents the shared binaries for...
tommi@chromium.org
2010-12-15
1
-14
/
+14
*
Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...
robertshield@chromium.org
2010-12-15
1
-104
/
+104
*
Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...
robertshield@chromium.org
2010-12-14
1
-104
/
+104
*
Merge the installer, installer_util and setup_util namespaces into a single i...
robertshield@chromium.org
2010-12-14
1
-104
/
+104
*
Add a CEEE mode to the ChromeFrame distribution class.
robertshield@chromium.org
2010-12-13
1
-10
/
+5
*
Support for checking multiple keyfiles when removing an installation package.
tommi@chromium.org
2010-12-02
1
-2
/
+2
*
Refactor the installer to support multi-install.
tommi@chromium.org
2010-12-01
1
-250
/
+348
*
Attempt to reland http://codereview.chromium.org/4928002/
tommi@chromium.org
2010-11-15
1
-8
/
+5
*
Revert 66088 - Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-15
1
-5
/
+8
*
Changing the installer switches from wchar_t[] to char[].
tommi@chromium.org
2010-11-14
1
-8
/
+5
*
Add multi install support to MasterPreferences and start using it in a few pl...
tommi@chromium.org
2010-11-11
1
-27
/
+18
*
Refactoring the master_preferences functions.
tommi@chromium.org
2010-11-03
1
-17
/
+17
*
Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...
pkasting@chromium.org
2010-10-27
1
-1
/
+1
*
Update installer error strings to include Chrome Frame specific branding when...
robertshield@chromium.org
2010-10-26
1
-2
/
+12
*
Convert LOG(INFO) to VLOG(1) - chrome/installer/.
pkasting@chromium.org
2010-10-20
1
-18
/
+17
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-2
/
+2
*
CommandLine: remove wstring-based program() accessor
evan@chromium.org
2010-10-14
1
-17
/
+20
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-1
/
+3
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-06
1
-12
/
+12
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
Revert "Remove GetSwitchValue() from chrome/* where easy."
evan@chromium.org
2010-08-04
1
-12
/
+11
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-04
1
-11
/
+12
*
Remove number conversion functions from string_util. These moved to string_nu...
brettw@chromium.org
2010-08-03
1
-2
/
+5
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
During installer cleanup, replace the use of rollback-able DeleteTreeWorkItem...
robertshield@chromium.org
2010-07-23
1
-6
/
+6
*
Include the Chrome Frame binary in Chrome installers. Note that it will only ...
robertshield@chromium.org
2010-07-07
1
-23
/
+18
*
Resubmit of r49346 that caused mysterious test failures on the bot.
robertshield@chromium.org
2010-06-12
1
-1
/
+1
[next]