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
/
google_update_settings_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Installer refactoring: using string16 instead of wstring for GoogleUpdateSett...
huangs@chromium.org
2014-07-08
1
-36
/
+38
*
clang wants an initializer for a static const struct. Humor it.
thakis@chromium.org
2014-07-05
1
-2
/
+2
*
Read multi-install chrome's channel from the binaries.
grt@chromium.org
2014-06-04
1
-0
/
+54
*
Add a flag to all of the registry related work items to specify whether to op...
wfh@chromium.org
2014-05-23
1
-4
/
+10
*
Add ReenableAutoupdatesForApp and AreAutoupdatesEnabled methods to GoogleUpda...
robertshield@chromium.org
2014-03-27
1
-44
/
+191
*
Revert "Update all users of base::Version to explicitly specify the namespace...
avi@chromium.org
2014-01-03
1
-2
/
+2
*
Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...
avi@chromium.org
2013-12-25
1
-1
/
+1
*
Update all users of base::Version to explicitly specify the namespace, and cl...
avi@chromium.org
2013-12-23
1
-2
/
+2
*
Add base:: to string16s in chrome/.
dbeam@chromium.org
2013-12-20
1
-13
/
+13
*
Port experiment_labels.h to be cross-platform.
rohitrao@chromium.org
2013-12-06
1
-0
/
+1
*
Add support to Google Update wrappers for the "automatic updates only" group ...
ryanmyers@chromium.org
2013-06-21
1
-2
/
+22
*
Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Have ReadExperimentLabels not err on missing key or values.
stevet@chromium.org
2013-01-22
1
-1
/
+8
*
Add a method to read the Omaha experiment_labels value.
stevet@chromium.org
2013-01-10
1
-1
/
+8
*
Refactor SetOmahaExperimentLabel out of gcpai and into install_util.
stevet@chromium.org
2013-01-09
1
-1
/
+51
*
Remove two deprecated methods from base::Version
isherman@chromium.org
2012-07-11
1
-1
/
+1
*
Expose methods to check the installed version of Google Update
cdn@chromium.org
2012-05-23
1
-0
/
+61
*
Launch Google Update on uninstall.
grt@chromium.org
2012-03-15
1
-38
/
+63
*
Add IsSystemInstall to GoogleUpdateSettings.
chrisha@chromium.org
2012-01-14
1
-7
/
+8
*
Read the stats consent setting properly for system-level installs.
grt@chromium.org
2012-01-11
1
-1
/
+265
*
Remove remaining references to CEEE.
rogerta@chromium.org
2011-12-20
1
-4
/
+4
*
Proper EULA handling for quick-enable.
grt@chromium.org
2011-08-11
1
-1
/
+2
*
Handle eulaaccepted and oeminstall mo betta for multi-install. During first ...
grt@chromium.org
2011-07-12
1
-37
/
+17
*
Return a new error code multi-install updates if Group Policy settings blocki...
grt@chromium.org
2011-06-16
1
-0
/
+141
*
Fix platform_util::GetChannel on Windows.
mark@chromium.org
2011-05-02
1
-8
/
+14
*
Correct erroneous display of the channel name "unknown" when the "ap" value i...
robertshield@chromium.org
2011-04-28
1
-9
/
+11
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Unconditionally remove "-multifail" from "ap" values. Previously, "-multifai...
grt@chromium.org
2011-02-03
1
-55
/
+60
*
More installer refactoring in the interest of fixing some bugs and cleaning t...
grt@chromium.org
2011-01-25
1
-21
/
+25
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
1
-23
/
+32
*
- WriteInstallerResult is now back in InstallUtil and only writes the result ...
grt@chromium.org
2011-01-05
1
-122
/
+120
*
- Installation results for use by Google Update are now written at the Packag...
grt@chromium.org
2010-12-22
1
-0
/
+46
*
Revert 69167, itself a revert of 69165 - Merge the installer, installer_util ...
robertshield@chromium.org
2010-12-15
1
-9
/
+9
*
Revert 69165 - Merge the installer, installer_util and setup_util namespaces ...
robertshield@chromium.org
2010-12-14
1
-9
/
+9
*
Merge the installer, installer_util and setup_util namespaces into a single i...
robertshield@chromium.org
2010-12-14
1
-9
/
+9
*
Some installer cleanup: introduced ChannelInfo class for fiddling with "ap" C...
grt@chromium.org
2010-12-08
1
-55
/
+98
*
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
*
Remove the default argument from RegKey::Create.
tfarina@chromium.org
2010-08-26
1
-2
/
+2
*
Cleanup our Registry API.
tfarina@chromium.org
2010-08-09
1
-2
/
+4
*
Resubmit of r49346 that caused mysterious test failures on the bot.
robertshield@chromium.org
2010-06-12
1
-0
/
+183
*
Reverting this as it caused installer_unit_tests to fail. Please fix and reland.
ananta@chromium.org
2010-06-10
1
-183
/
+0
*
Fix problem whereby the "-full" magic value is removed from the "ap" value wh...
robertshield@chromium.org
2010-06-10
1
-0
/
+183
*
Make sure GoogleUpdateSettings::GetChromeChannel does not read
siggi@chromium.org
2010-04-20
1
-5
/
+19
*
Revert 44805 - Make sure GoogleUpdateSettings::GetChromeChannel does not read
siggi@chromium.org
2010-04-16
1
-21
/
+1
*
Make sure GoogleUpdateSettings::GetChromeChannel does not read
siggi@chromium.org
2010-04-16
1
-1
/
+21
*
Tweak minidump flags to include a little more detail.
siggi@chromium.org
2010-03-01
1
-0
/
+153