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
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
5
-10
/
+10
*
Move files instead of copying them.
kuchhal@chromium.org
2009-03-04
9
-0
/
+556
*
Use actual file system directory for Desktop shortcut instead of virtual folder.
kuchhal@chromium.org
2009-03-04
1
-1
/
+2
*
Add a set of long-running metrics to Chrome that are sent up only at uninstal...
robertshield@google.com
2009-03-04
8
-13
/
+184
*
Wire chrome shortcuts tooltip (installation)
cpu@google.com
2009-02-28
7
-6
/
+30
*
Before installing Chrome check that the installation directory doesn't exist ...
kuchhal@chromium.org
2009-02-27
2
-1
/
+3
*
Fix all places where we used the GetWinVersion function
nsylvain@chromium.org
2009-02-25
1
-3
/
+3
*
Remove code that adds "Url Protocol" key to registry entry
sverrir@chromium.org
2009-02-25
1
-3
/
+11
*
Added master preference to select the appropiate shortcut text
cpu@google.com
2009-02-24
3
-46
/
+48
*
Modifies setup to have all the supported languages available for the in-appli...
gwilson@google.com
2009-02-18
1
-8
/
+51
*
Fix mini_installer failing on Windows 7 (issue 7732).
mal@chromium.org
2009-02-16
1
-2
/
+1
*
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
3
-0
/
+0
*
Fix bugs related to making Chrome default browser on Vista and also do some c...
kuchhal@chromium.org
2009-02-12
4
-81
/
+54
*
Add support for 8 Indian languages.
jungshik@google.com
2009-02-04
1
-0
/
+8
*
Setting the App Paths registry key at install time for admin users for
robertshield@chromium.org
2009-02-02
4
-0
/
+50
*
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
2
-0
/
+2
*
Wire the stats consent checkbox of the EULA
cpu@google.com
2009-01-29
3
-8
/
+22
*
Changes the in-application EULA dialog to not require the checkbox be checked...
gwilson@google.com
2009-01-29
1
-1
/
+1
*
Adds the localized oem html resources to setup
cpu@google.com
2009-01-28
1
-3
/
+3
*
Forgot to use the correct enums on my previous distro CL
cpu@google.com
2009-01-27
1
-0
/
+2
*
Wire the eula and the dialog display code
cpu@google.com
2009-01-27
5
-4
/
+45
*
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
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
2
-13
/
+192
*
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
-0
/
+71
*
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
*
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
1
-12
/
+23
*
Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.
maruel@chromium.org
2008-12-16
3
-574
/
+574
*
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
2
-10
/
+90
*
* Return error in case non admin user tries system level install.
kuchhal@chromium.org
2008-12-08
3
-0
/
+7
*
* 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
*
* 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
3
-574
/
+574
*
Add client parameter to the RLZ ping
cpu@google.com
2008-11-26
4
-0
/
+9
*
* Add support for verbose-logging option in master preferences file.
kuchhal@chromium.org
2008-11-22
3
-2
/
+12
*
Base class for setup's html dialogs
cpu@google.com
2008-11-21
3
-13
/
+291
*
- If the exe rename command fails try calling Google Update to do the same jo...
kuchhal@chromium.org
2008-11-20
1
-1
/
+1
*
Move creation of 'open with' registry keys to installer. We should place nice...
kuchhal@chromium.org
2008-11-19
2
-1
/
+17
*
More *.scons renaming:
sgk@google.com
2008-11-14
1
-24
/
+13
[next]