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
*
Add NPAPI plugin registration persistence code to chrome frame. If the DLL is...
robertshield@chromium.org
2009-11-11
4
-2
/
+14
*
A large number of style nits in preparation for turning on automated cpplint.py.
erg@google.com
2009-11-11
7
-11
/
+11
*
Add 64 bit support + code cleanup
gregoryd@google.com
2009-11-10
1
-1
/
+5
*
Add a dedicated log file for Chrome Frame installs (to avoid stomping on chro...
robertshield@chromium.org
2009-11-09
1
-1
/
+7
*
Remove build time differences between Chrome Frame and Google Chrome in the
robertshield@chromium.org
2009-11-06
6
-0
/
+18
*
Change id that identifies client in crash reports. Whenever metrics service r...
kuchhal@chromium.org
2009-11-05
4
-0
/
+17
*
Push the Omaha app guid into the browser distribution classes to remove compi...
robertshield@chromium.org
2009-11-05
9
-14
/
+37
*
Continue to remove CHROME_FRAME_BUILD define from code that goes into chrome....
robertshield@chromium.org
2009-11-04
7
-6
/
+44
*
Add a confirmation dialog confirming the completion of uninstallation for Chr...
robertshield@chromium.org
2009-11-03
1
-0
/
+1
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
2
-3
/
+2
*
Use scoped_array (not scoped_ptr) with new[].
kuchhal@chromium.org
2009-10-23
1
-1
/
+1
*
Clear up the "-full" Omaha ap key value left by the mini_installer when runni...
robertshield@chromium.org
2009-10-22
2
-0
/
+37
*
Make GetDistroBooleanPreference return troolean value.
kuchhal@chromium.org
2009-10-19
3
-38
/
+69
*
Re-try r29078: Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
9
-78
/
+85
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
9
-77
/
+74
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
9
-74
/
+77
*
Use ASCII strings for switch names.
evan@chromium.org
2009-10-13
3
-9
/
+15
*
Fix include.
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
Reverting 27880 which was itself a revert of 27876.Original codereview at htt...
robertshield@chromium.org
2009-10-04
4
-1
/
+629
*
Reverting 27876.
robertshield@chromium.org
2009-10-02
4
-627
/
+1
*
Improving Chrome Frame uninstall process:
robertshield@chromium.org
2009-10-02
4
-1
/
+627
*
Cleaning up after the initial Chrome Frame commit.
robertshield@chromium.org
2009-09-28
3
-6
/
+141
*
Inactive user toast: pass the experiment flavor to chrome exe
cpu@chromium.org
2009-09-24
1
-7
/
+8
*
<html>
aa@chromium.org
2009-09-21
2
-46
/
+0
*
Add a new flag to the installer to prevent registering for a Google Update la...
robertshield@chromium.org
2009-09-15
5
-0
/
+13
*
Replaces the windows function CreateDirectory with the CreateDirectory method...
kuchhal@chromium.org
2009-09-15
5
-45
/
+45
*
Second part of the multi-toast experiment
cpu@chromium.org
2009-09-11
4
-23
/
+34
*
Adding the option to drop in a new BrowserDistribution instance for experimen...
robertshield@chromium.org
2009-09-11
1
-1
/
+7
*
Adding a --do-not-create-shortcuts command line switch to the installer to pr...
robertshield@chromium.org
2009-09-10
4
-0
/
+7
*
Fix installer_util_strings project with incredibuild.
maruel@chromium.org
2009-09-09
2
-10
/
+3
*
Fix to use FilePath::DirName instead of FileUtil::UpOneDirectoryOrEmpty.
kuchhal@chromium.org
2009-09-04
8
-32
/
+38
*
Parameterize the Google Update appid at build time instead of hard coding it ...
robertshield@chromium.org
2009-09-01
1
-1
/
+2
*
Remove uses of deprecated version of FileUtil::PathExists() in the installer.
thestig@chromium.org
2009-08-25
7
-469
/
+515
*
Re-apply r23841 "During uninstall if Chrome is set as default"
kuchhal@chromium.org
2009-08-20
2
-0
/
+32
*
Revert "During uninstall if Chrome is set as default,"
kuchhal@chromium.org
2009-08-20
2
-32
/
+0
*
During uninstall if Chrome is set as default, allow user to choose another br...
kuchhal@chromium.org
2009-08-20
2
-0
/
+32
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
2
-14
/
+17
*
Do not delete default browser entries for other users when uninstalling it fo...
kuchhal@chromium.org
2009-08-14
2
-29
/
+22
*
Chance the toast experiment from TS to TT
cpu@chromium.org
2009-08-13
1
-10
/
+14
*
Add unit tests for unpacking and patching methods.
kuchhal@chromium.org
2009-08-05
4
-18
/
+205
*
Add some unit tests for master preferences parsing code.
kuchhal@chromium.org
2009-08-05
3
-123
/
+236
*
Use alternate icon for Chrome shortcuts if specified in master preferences.
kuchhal@chromium.org
2009-08-03
3
-28
/
+35
*
Refactoring of master preferences parsing before adding a new preference.
kuchhal@chromium.org
2009-08-03
8
-230
/
+187
*
Add missing space to command line that registers Chrome on Windows.
kuchhal@chromium.org
2009-08-03
1
-1
/
+1
*
Revert changes from r22198 to r22204 and r22194. None of these changes were
kuchhal@chromium.org
2009-07-31
9
-188
/
+231
*
Add missing space to command line that registers Chrome on Windows.
kuchhal@chromium.org
2009-07-31
1
-1
/
+1
*
fix unit tests
kuchhal@chromium.org
2009-07-31
1
-27
/
+50
*
Fix distribution key bug.
kuchhal@chromium.org
2009-07-31
2
-3
/
+22
*
eols cleanup
kuchhal@chromium.org
2009-07-31
2
-10
/
+10
*
cleanup
kuchhal@chromium.org
2009-07-31
2
-95
/
+72
[next]