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
*
Remove scoped_array usage from RegistryKeyBackup.
dcheng@chromium.org
2013-04-17
1
-108
/
+74
*
Revert 194643 "Remove scoped_array usage from RegistryKeyBackup."
dcheng@chromium.org
2013-04-17
1
-74
/
+108
*
Remove scoped_array usage from RegistryKeyBackup.
dcheng@chromium.org
2013-04-17
1
-108
/
+74
*
Refactoring: Extracting UninstallMetrics from GoogleChromeDistributions to se...
huangs@chromium.org
2013-04-12
6
-127
/
+138
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome.
dcheng@chromium.org
2013-04-11
2
-3
/
+3
*
chrome: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-31
1
-1
/
+1
*
Allows disabling of the "set as default browser" infobar for specific version...
macourteau@chromium.org
2013-03-29
2
-0
/
+5
*
Minor cleanups for user experiments (follow-up to Issue 12321061).
huangs@chromium.org
2013-03-27
2
-6
/
+6
*
Makes omaha experiment label utility functions cross-platform.
rohitrao@chromium.org
2013-03-19
4
-38
/
+72
*
Pulling user experiment code from BrowserDistribution to a new class.
huangs@chromium.org
2013-03-15
22
-751
/
+813
*
Only ask IsChromeRegistered() to look in HKLM for system-level installs.
gab@chromium.org
2013-03-08
1
-14
/
+32
*
Added master_preferences to control shortcuts on windows.
joaodasilva@chromium.org
2013-03-07
3
-0
/
+30
*
[win] Set did run bit for app host when the app launcher is used.
benwells@chromium.org
2013-03-06
2
-3
/
+18
*
Removing non-Launcher Apps V2 flow, interpreting --app-host as --app-launcher.
huangs@chromium.org
2013-03-01
11
-84
/
+38
*
chrome: Update include paths of string_split.h to its new location.
tfarina@chromium.org
2013-02-28
4
-4
/
+4
*
base: Move MemoryMappedFile out of file_util.h and into its own header file.
tfarina@chromium.org
2013-02-24
1
-1
/
+2
*
Revert 184352
brettw@chromium.org
2013-02-24
12
-41
/
+35
*
Add utf_string_conversions to base namespace.
brettw@chromium.org
2013-02-24
12
-35
/
+41
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
33
-38
/
+38
*
Removing the installer's dependence on googleurl (GURL).
huangs@chromium.org
2013-02-21
5
-49
/
+24
*
Convert FilePath to base::FilePath.
brettw@chromium.org
2013-02-19
2
-7
/
+7
*
Fix more remaining FilePath -> base::FilePath.
brettw@chromium.org
2013-02-18
1
-5
/
+5
*
Disable "using base::FilePath" on Linux since it now compiles.
brettw@chromium.org
2013-02-17
6
-12
/
+15
*
Add a limited install extension from webstore command.
levin@chromium.org
2013-02-16
5
-13
/
+90
*
Setting RunAsUser in the install-application app command.
huangs@chromium.org
2013-02-15
1
-0
/
+1
*
Support variations_seed parameter in MasterPrefs.
asvitkine@chromium.org
2013-02-15
2
-0
/
+10
*
Prevent --ensure-google-update-present switch from blocking install if Google...
huangs@chromium.org
2013-02-13
2
-1
/
+7
*
Temporarily disable failing Win64 tests relying on pe_image
jschuh@chromium.org
2013-02-13
1
-1
/
+9
*
Pass /nomitag to GoogleUpdateSetup to ignore meta-installer tags.
erikwright@chromium.org
2013-02-12
1
-1
/
+3
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
65
-547
/
+577
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
6
-12
/
+12
*
Adding "RunAsUser" to app command; adding it to quick-enable-application-host...
huangs@chromium.org
2013-02-08
7
-210
/
+221
*
Don't accidentally propagate Omaha variable to child processes.
erikwright@chromium.org
2013-02-08
3
-9
/
+2
*
Remove an HKCU class registration accidently dropped by an old Canary (as lon...
gab@chromium.org
2013-02-05
2
-2
/
+2
*
Add BrowserDistribution support for Win64 build
jschuh@chromium.org
2013-02-05
1
-8
/
+0
*
Refactoring: Splitting AddGenericQuickEnableWorkItems().
huangs@chromium.org
2013-02-04
1
-0
/
+1
*
Don't try to load master_preferences if the file isn't there.
joaodasilva@chromium.org
2013-02-04
1
-7
/
+7
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
12
-43
/
+60
*
Implementing app command to query EULA acceptance state for Chrome.
huangs@chromium.org
2013-02-01
7
-9
/
+217
*
Chromium didn't have an Active Setup GUID -- fix that.
gab@chromium.org
2013-01-30
6
-1
/
+22
*
Rename "App Host" to "App Launcher" in user-visible UI
huangs@chromium.org
2013-01-30
3
-10
/
+11
*
Fix shortcut creation when running as SYSTEM.
grt@chromium.org
2013-01-30
1
-4
/
+7
*
Add a VariationsRegistrySyncer class, which synchronizes Google Update relate...
stevet@chromium.org
2013-01-30
2
-5
/
+43
*
Have ReadExperimentLabels not err on missing key or values.
stevet@chromium.org
2013-01-22
3
-13
/
+32
*
Initial whack at getting ash_unittests to connect to a viewer process on Win/...
robertshield@chromium.org
2013-01-21
1
-1
/
+16
*
During App Launcher install, install V2 App if instructed to do so via enviro...
huangs@chromium.org
2013-01-20
2
-0
/
+88
*
Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...
pneubeck@chromium.org
2013-01-18
1
-4
/
+4
*
Make sure profile shortcut manager does not create a user level shortcut when...
asvitkine@chromium.org
2013-01-16
1
-2
/
+2
*
Remove spammy line from the verbose installer log.
robertshield@chromium.org
2013-01-16
1
-1
/
+0
*
Add a method to read the Omaha experiment_labels value.
stevet@chromium.org
2013-01-10
3
-1
/
+36
[next]