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
*
Fix mini_installer failing on Windows 7 (issue 7732).
mal@chromium.org
2009-02-16
1
-2
/
+1
*
Missing file, broken build
cpu@google.com
2009-02-13
1
-0
/
+24
*
Test for Symantec SEP
cpu@google.com
2009-02-13
5
-2
/
+108
*
Remove the executable bit from a bunch of files that shouldn't have had it.
evan@chromium.org
2009-02-12
54
-0
/
+0
*
Fix bugs related to making Chrome default browser on Vista and also do some c...
kuchhal@chromium.org
2009-02-12
5
-82
/
+57
*
Adds the 6-month flag functionality back into the criteria checker,
gwilson@google.com
2009-02-05
3
-298
/
+474
*
Fix the dependency checker tool. Rules for a directory did modify their direc...
stoyan@chromium.org
2009-02-05
1
-0
/
+3
*
Add support for 8 Indian languages.
jungshik@google.com
2009-02-04
1
-0
/
+8
*
This fixes the usage stats opt-in javascript on the in EULA dialog to return ...
gwilson@google.com
2009-02-04
1
-2
/
+2
*
Setting the App Paths registry key at install time for admin users for
robertshield@chromium.org
2009-02-02
5
-0
/
+54
*
Register .crx file handler to install Chrome extensions.
mpcomplete@google.com
2009-01-30
2
-0
/
+40
*
Changes references to FilePath to wstring for release branch build.
gwilson@google.com
2009-01-30
1
-3
/
+3
*
This CL fixes bugs with EULA
cpu@google.com
2009-01-29
6
-6
/
+4
*
Wire the stats consent checkbox of the EULA
cpu@google.com
2009-01-29
4
-23
/
+36
*
Changes the in-application EULA dialog to not require the checkbox be checked...
gwilson@google.com
2009-01-29
44
-44
/
+44
*
Adds the localized oem html resources to setup
cpu@google.com
2009-01-28
2
-12
/
+15
*
Adding new EULA dialog translations.
gwilson@google.com
2009-01-27
41
-0
/
+1927
*
Forgot to use the correct enums on my previous distro CL
cpu@google.com
2009-01-27
2
-4
/
+6
*
Wire the eula and the dialog display code
cpu@google.com
2009-01-27
10
-19
/
+223
*
Prep for generated .vcproj files:
sgk@google.com
2009-01-23
1
-34
/
+34
*
Add the EULA distro param
cpu@google.com
2009-01-22
3
-5
/
+53
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
2
-2
/
+2
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
4
-102
/
+371
*
Do not remove quotes around paths in command line to setup.exe.
kuchhal@chromium.org
2009-01-15
1
-15
/
+18
*
Write installer success result to the registry even for user level installs.
kuchhal@chromium.org
2009-01-15
2
-18
/
+20
*
Don't launch uninstall survey for forced user-level uninstalls
kuchhal@chromium.org
2009-01-14
1
-2
/
+4
*
Call logging::InitLogging. The lack of this was causing some hangs (and poss...
erikkay@google.com
2009-01-13
1
-2
/
+0
*
Move the installer_unittests.scons file into installer\util,
sgk@google.com
2009-01-11
2
-10
/
+11
*
fix google chrome installer tests
tc@google.com
2009-01-09
1
-6
/
+6
*
Clear the refferer registry entry upon succesful ping
cpu@google.com
2009-01-07
2
-5
/
+22
*
* Check expand.exe exit code.
kuchhal@chromium.org
2009-01-06
1
-1
/
+3
*
Change the signature of JSONReader::Read() and related
aa@chromium.org
2008-12-29
1
-6
/
+5
*
Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda...
evanm@google.com
2008-12-26
1
-1
/
+1
*
Initial generation of native Visual Studio solution files
sgk@google.com
2008-12-19
4
-33
/
+129
*
Convert from using env['PLATFORM'] directly to using the more flexible
sgk@google.com
2008-12-18
3
-9
/
+9
*
* Add resource file to criteria checker test application to get CompanyName.
kuchhal@chromium.org
2008-12-17
3
-56
/
+275
*
* Remove re-offer check from criteria checker.
kuchhal@chromium.org
2008-12-17
1
-154
/
+0
*
Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.
maruel@chromium.org
2008-12-16
8
-989
/
+989
*
* Launch Chrome in non-elevated mode.
kuchhal@chromium.org
2008-12-16
6
-86
/
+196
*
Apply svn:executable to .py files which should have it.
phajdan.jr@chromium.org
2008-12-12
1
-0
/
+0
*
* Write installer result to ClientState key instead of Clients key.
kuchhal@chromium.org
2008-12-09
5
-1
/
+16
*
More addions to the installer html dialog class
cpu@google.com
2008-12-08
3
-11
/
+106
*
* Return error in case non admin user tries system level install.
kuchhal@chromium.org
2008-12-08
4
-8
/
+27
*
* Prevent early exit due to && operator.
kuchhal@chromium.org
2008-12-05
1
-12
/
+14
*
Add error messages to JSONReader and friends. This required a bit of refactor...
aa@chromium.org
2008-12-05
1
-1
/
+1
*
Change "client" parameter in RLZ ping to "referral"
gwilson@google.com
2008-12-05
4
-6
/
+6
*
* Add the checks that Chrome criteria checker will need to do. It mostly chec...
kuchhal@chromium.org
2008-12-04
4
-16
/
+440
*
* Fix Chrome browser not launching when set as default browser.
kuchhal@chromium.org
2008-12-04
2
-11
/
+14
*
Changed svn:eol-style of all .sln and .vcproj files to CRLF
scherkus@chromium.org
2008-12-04
5
-821
/
+821
*
* Check in criteria checker project for Chrome bundle deals.
kuchhal@chromium.org
2008-11-26
4
-0
/
+165
[next]