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
*
Revert 184352
brettw@chromium.org
2013-02-24
1
-2
/
+2
*
Add utf_string_conversions to base namespace.
brettw@chromium.org
2013-02-24
1
-2
/
+2
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
1
-16
/
+18
*
Refactoring: Splitting AddGenericQuickEnableWorkItems().
huangs@chromium.org
2013-02-04
1
-0
/
+1
*
Chromium didn't have an Active Setup GUID -- fix that.
gab@chromium.org
2013-01-30
1
-1
/
+1
*
[Fixit-Dec-2012] Auto-launch system-level Chrome post user-level Chrome self-...
gab@chromium.org
2013-01-05
1
-1
/
+16
*
Windows: Remove desktop profile shortcuts (and any others pointing to the exe...
asvitkine@chromium.org
2013-01-04
1
-2
/
+6
*
Launch system-level Active Setup immediately following self-destruction of a ...
gab@chromium.org
2012-11-21
1
-10
/
+6
*
Introduce --install-dev-chrome switch for setup.exe to install (register+shor...
gab@chromium.org
2012-11-06
1
-19
/
+0
*
No longer install all-users shortcuts on system-level installs; instead insta...
gab@chromium.org
2012-10-30
1
-3
/
+41
*
Delegate installation of multi-install products to a pre-existing higher vers...
grt@chromium.org
2012-10-25
1
-0
/
+2
*
Allow NULL in addition to the empty string to address the default value in a ...
grt@chromium.org
2012-09-26
1
-3
/
+2
*
Enable EULA dialog to be shown from metro Chrome.
robertshield@chromium.org
2012-09-26
1
-0
/
+24
*
Remove two deprecated methods from base::Version
isherman@chromium.org
2012-07-11
1
-15
/
+14
*
Abstract suffixing logic away from GetApplicationName
gab@chromium.org
2012-06-17
1
-5
/
+5
*
Always suffix ChromeHTML entries on Windows for user-level installs.
gab@chromium.org
2012-06-17
1
-13
/
+12
*
Move ProgramCompare from setup_util to install_util.
gab@chromium.org
2012-05-31
1
-18
/
+88
*
1) Generate VisualElementsManifest.xml at install time from a pre-defined tem...
gab@chromium.org
2012-05-07
1
-0
/
+2
*
Don't register or use the DelegateExecute verb handler if it isn't present.
grt@chromium.org
2012-04-25
1
-0
/
+19
*
Cleanup: Remove calls to deprecated file_util::AppendToPath() in chrome/insta...
thestig@chromium.org
2012-03-09
1
-19
/
+1
*
Break two classes defined in json_value_serializer.cc, .h into separate files.
bbudge@chromium.org
2012-02-26
1
-1
/
+0
*
Implement an AutoLaunch experiment for Chrome for certain brand codes. This i...
finnur@chromium.org
2011-12-15
1
-2
/
+5
*
Add support for --critical-update-version to installer.
grt@chromium.org
2011-11-11
1
-1
/
+1
*
Change UpgradeDetectorImpl to use InstallUtil::IsPerUserInstall, which is les...
finnur@chromium.org
2011-11-08
1
-2
/
+4
*
Fix default browser registration for simplified chinese installs.
grt@chromium.org
2011-11-02
1
-6
/
+10
*
base/win: small improvement to RegKey API.
tfarina@chromium.org
2011-10-18
1
-1
/
+1
*
When critical updates have been installed and the user has been idle for quit...
finnur@chromium.org
2011-10-13
1
-0
/
+25
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
1
-1
/
+1
*
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
[next]