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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
win: Work on reducing number of style plugin warnings.
thakis
2015-05-01
4
-0
/
+9
*
Revert of Add a GN flag for the Windows multi-dll build. (patchset #3 id:4000...
rickyz
2015-05-01
1
-2
/
+0
*
Add a GN flag for the Windows multi-dll build.
brettw
2015-05-01
1
-0
/
+2
*
Revert of Add installer_util_unittests to the GN windows build (patchset #5 i...
rickyz
2015-04-30
13
-108
/
+33
*
Add installer_util_unittests to the GN windows build
brettw
2015-04-30
13
-33
/
+108
*
vs2015: avoid narrowing warnings in chrome/installer/
scottmg
2015-04-30
2
-3
/
+5
*
tiny cleanup: Remove unneeded include.
thakis
2015-04-30
1
-2
/
+0
*
Fix line endings on installer_util_unittests.rc
Brett Wilson
2015-04-30
1
-72
/
+72
*
win: wstring->string16 in chrome/installer/util/html_dialog
thakis
2015-04-29
2
-13
/
+14
*
Apply automated fixits for Chrome clang plugin to chrome.
dcheng
2015-04-29
30
-84
/
+74
*
chrome/installer/util: Fix warnings found by clang chromium-style plugin on W...
tfarina
2015-04-28
4
-7
/
+23
*
base: Remove using declaration from test_suite.h header.
tfarina
2015-04-27
1
-1
/
+1
*
Update {virtual,override} to follow C++11 style in chrome.
nick
2015-04-24
19
-199
/
+189
*
Test app launcher registration in test_installer rather than InstallationVali...
grt
2015-04-08
1
-28
/
+0
*
If possible, use the PathService instead of the --user-data-dir flag directly
noms
2015-03-28
1
-2
/
+9
*
Reland of: Profile_Metrics integration with Keystone
mlerman
2015-03-23
2
-7
/
+13
*
base: Remove operator& from ScopedVariant and ScopedPropVariant.
danakj
2015-03-10
2
-3
/
+3
*
Split ValueSerializer into separate Serializer and Deserializer classes.
prashhir
2015-03-05
3
-4
/
+4
*
Revert of Profile_Metrics integration with Keystone (patchset #20 id:530001 o...
mlerman
2015-03-04
2
-13
/
+7
*
Profile_Metrics integration with Keystone
mlerman
2015-03-02
2
-7
/
+13
*
Update existing uses of /wd4267 to use the GN config
brettw
2015-02-19
1
-1
/
+1
*
Remove uses of WaitForExitCodeWithTimeout
rvargas
2015-02-19
1
-2
/
+1
*
Remove the inconsistent group policy check in the installer.
grt
2015-02-16
2
-89
/
+75
*
Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.
rvargas
2015-02-13
2
-8
/
+4
*
Repair per-user Chromes broken by a bad canary update.
grt
2015-02-12
4
-10
/
+10
*
Compress variations_seed pref in Local State.
asvitkine
2015-02-12
2
-0
/
+7
*
Support migrating multi-install Chrome to single-install.
grt
2015-01-30
3
-57
/
+79
*
[Installer] Cleaning up dead code for App Launcher / App Host installs.
huangs
2015-01-29
34
-1121
/
+87
*
Changes in chrome installer util target for Windows GN build.
vchigrin
2015-01-24
1
-0
/
+147
*
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().
danakj
2015-01-08
1
-1
/
+1
*
Revert of replace COMPILE_ASSERT with static_assert in chrome/installer/ (pat...
pennymac
2014-12-29
9
-33
/
+31
*
replace COMPILE_ASSERT with static_assert in chrome/installer/
mostynb
2014-12-27
9
-31
/
+33
*
Make callers of CommandLine use it via the base:: namespace, and remove the g...
avi
2014-12-25
21
-109
/
+124
*
Update installer to use the new version of LaunchProcess.
rvargas
2014-12-14
3
-8
/
+10
*
Use FilePath in favor of string16 and wchar_t* in some Windows installer code.
grt
2014-12-05
8
-84
/
+74
*
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
rvargas
2014-12-05
2
-5
/
+7
*
Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...
rfevang
2014-12-03
2
-7
/
+5
*
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
rvargas
2014-12-03
2
-5
/
+7
*
gn format //chrome
scottmg
2014-12-03
1
-4
/
+9
*
Update base::LaunchElevatedProcess to return a Process instead of a handle.
rvargas
2014-12-01
1
-1
/
+1
*
Use the path service rather than Win32 API in IsPerUserInstall.
grt
2014-11-29
3
-23
/
+68
*
Aggregated profile metrics should be written as DWORDs to the registry.
mlerman
2014-11-25
2
-43
/
+177
*
Detect and repair inconsistent group policy settings.
grt
2014-11-24
3
-72
/
+110
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
2
-7
/
+0
*
Quote the path to IE when launching it for the uninstall survey.
grt
2014-11-20
1
-2
/
+3
*
Remove implicit conversions from scoped_refptr to T* in chrome/installer
dcheng
2014-11-13
4
-20
/
+15
*
Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16 in chrome/installer.
thestig
2014-11-12
6
-25
/
+20
*
Cleanup: Remove unneeded path_service.h includes in base and chrome.
thestig
2014-11-06
8
-8
/
+0
*
shell_util: AddFileAssociations now correctly quotes "%1" arguments.
mgiuca
2014-10-24
2
-3
/
+6
*
Cleanup: Better constify some strings in chrome.
thestig
2014-10-22
1
-2
/
+2
[prev]
[next]