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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert FilePath to base::FilePath.
brettw@chromium.org
2013-02-19
7
-12
/
+12
*
Make installer build on Win64
jschuh@chromium.org
2013-02-18
2
-0
/
+12
*
Fix more remaining FilePath -> base::FilePath.
brettw@chromium.org
2013-02-18
2
-15
/
+15
*
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
6
-26
/
+144
*
Setting RunAsUser in the install-application app command.
huangs@chromium.org
2013-02-15
2
-1
/
+3
*
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
*
Fix a regression in quick-enable-app-host.
erikwright@chromium.org
2013-02-11
1
-6
/
+7
*
Make installer_util_unittests build on Win64
jschuh@chromium.org
2013-02-11
1
-0
/
+2
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
82
-831
/
+886
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
12
-22
/
+22
*
Adding "RunAsUser" to app command; adding it to quick-enable-application-host...
huangs@chromium.org
2013-02-08
9
-273
/
+283
*
Make installer_util_unittests build on Win64
jschuh@chromium.org
2013-02-08
1
-0
/
+2
*
Add a script to produce a syzygy-instrumented image of Chrome.dll
sebmarchand@chromium.org
2013-02-08
1
-0
/
+1
*
Don't accidentally propagate Omaha variable to child processes.
erikwright@chromium.org
2013-02-08
3
-9
/
+2
*
quick-enable-cf should only be added/removed when operating on multi-install ...
grt@chromium.org
2013-02-05
3
-104
/
+95
*
Remove an HKCU class registration accidently dropped by an old Canary (as lon...
gab@chromium.org
2013-02-05
3
-21
/
+66
*
Add BrowserDistribution support for Win64 build
jschuh@chromium.org
2013-02-05
1
-8
/
+0
*
Windows: Add d3dcompiler_46.dll to installer.
apatrick@chromium.org
2013-02-05
1
-0
/
+1
*
Refactoring: Splitting AddGenericQuickEnableWorkItems().
huangs@chromium.org
2013-02-04
5
-168
/
+262
*
Don't try to load master_preferences if the file isn't there.
joaodasilva@chromium.org
2013-02-04
1
-7
/
+7
*
[win] Add utility function to find out if chrome is installed.
benwells@chromium.org
2013-02-04
2
-0
/
+26
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
20
-93
/
+130
*
Implementing app command to query EULA acceptance state for Chrome.
huangs@chromium.org
2013-02-01
10
-11
/
+264
*
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
4
-15
/
+40
*
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
3
-46
/
+45
*
Copy instead of moving the archive if not running from temp.
erikwright@chromium.org
2013-01-28
1
-16
/
+15
*
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
2
-2
/
+18
*
GCAPI change that uses WMI to prevent chrome from ever taking foreground.
robertshield@chromium.org
2013-01-21
1
-27
/
+55
*
During App Launcher install, install V2 App if instructed to do so via enviro...
huangs@chromium.org
2013-01-20
7
-0
/
+124
*
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
*
Make chrome_launcher_support work correctly for 64bit binaries.
vitalybuka@chromium.org
2013-01-12
1
-1
/
+2
*
Add a method to read the Omaha experiment_labels value.
stevet@chromium.org
2013-01-10
3
-1
/
+36
*
Duplicate setup.exe into an identical executable and point Active Setup to th...
gab@chromium.org
2013-01-10
5
-2
/
+31
*
Reland 175201 with fixes for installer.
apatrick@chromium.org
2013-01-10
1
-1
/
+0
*
Remove the SRPC IRT nexes from Chrome installers.
bbudge@chromium.org
2013-01-09
3
-8
/
+0
*
Refactor SetOmahaExperimentLabel out of gcpai and into install_util.
stevet@chromium.org
2013-01-09
16
-42
/
+165
*
[Fixit-Dec-2012] Auto-launch system-level Chrome post user-level Chrome self-...
gab@chromium.org
2013-01-05
5
-10
/
+60
*
Neglected nits from https://codereview.chromium.org/11412015/
erikwright@chromium.org
2013-01-04
1
-7
/
+12
*
Windows: Remove desktop profile shortcuts (and any others pointing to the exe...
asvitkine@chromium.org
2013-01-04
7
-65
/
+115
*
[Fixit-Dec-2012] Set the working directory of setup.exe to the temp dir when ...
gab@chromium.org
2013-01-03
1
-1
/
+12
*
[Fixit-Dec-2012] Keep old shortcut's arguments when replacing an existing sho...
gab@chromium.org
2013-01-03
2
-1
/
+3
[next]