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
*
Use --version-path and --version-key when available during an update, if
mark@chromium.org
2011-05-24
1
-0
/
+16
*
A less wordy version of r85947 and r85948.
mark@chromium.org
2011-05-20
2
-3
/
+3
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
17
-21
/
+21
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-1
/
+1
*
bash 4.0 compatibility for dirdiffer.sh. In bash 4.0, "declare VAR" no longer
mark@chromium.org
2011-05-19
1
-4
/
+6
*
bash 4.0 compatibility for .keystone_install. In bash 4.0, "declare VAR" no
mark@chromium.org
2011-05-19
1
-2
/
+4
*
Write installer results in all relevant registry keys so that we're sure that...
grt@chromium.org
2011-05-19
8
-169
/
+211
*
Only the stable channel should have a brand code.
mark@chromium.org
2011-05-17
1
-27
/
+48
*
Consolidate most CommandLine code across platforms.
msw@chromium.org
2011-05-14
3
-24
/
+18
*
Copy setup.exe rather than moving it since it is created outside of the targe...
grt@chromium.org
2011-05-12
1
-3
/
+5
*
Change the writting to the 'did run' registry to better account actives
cpu@chromium.org
2011-05-12
2
-3
/
+35
*
Alter MoveTreeWorkItem to provide an option to not copy over a directory that...
robertshield@chromium.org
2011-05-12
12
-93
/
+603
*
Put SxS switches back into the rename command.
grt@chromium.org
2011-05-12
12
-70
/
+183
*
Add additional logging for when we fail to clean up old version directories.
robertshield@chromium.org
2011-05-11
1
-1
/
+4
*
Remove unnecessary include.
tommi@chromium.org
2011-05-10
1
-2
/
+1
*
NaCl: Add the integrated runtime (IRT) library to Windows install images
mseaborn@chromium.org
2011-05-10
2
-0
/
+4
*
Product-specific flags are no longer required, used, or validated in --rename...
grt@chromium.org
2011-05-09
3
-46
/
+63
*
Add validation support for Google Update's usagestats value.
grt@chromium.org
2011-05-06
2
-0
/
+54
*
Revert 84252 - NaCl: Add the integrated runtime (IRT) library to install images
hansl@chromium.org
2011-05-05
2
-4
/
+0
*
NaCl: Add the integrated runtime (IRT) library to install images
mseaborn@chromium.org
2011-05-05
2
-0
/
+4
*
Control crash reporting and UMA collection in multi-install via a value in th...
grt@chromium.org
2011-05-05
6
-36
/
+261
*
Fix platform_util::GetChannel on Windows.
mark@chromium.org
2011-05-02
3
-35
/
+63
*
Fix a DCHECK that fires in system-level builds while validating UserExperimen...
grt@chromium.org
2011-04-29
1
-2
/
+3
*
Correct erroneous display of the channel name "unknown" when the "ap" value i...
robertshield@chromium.org
2011-04-28
3
-11
/
+18
*
Base: Adjust dependencies to build with base.dll
rvargas@google.com
2011-04-26
1
-0
/
+5
*
Use "canary" instead of "canary build" as the channel name in the Windows
mark@chromium.org
2011-04-22
1
-2
/
+2
*
Revert 82691 - Use "canary" instead of "canary build" as the channel name in ...
jar@chromium.org
2011-04-22
1
-2
/
+2
*
Use "canary" instead of "canary build" as the channel name in the Windows
mark@chromium.org
2011-04-22
1
-2
/
+2
*
Update keystone_install.sh to understand canaries.
mark@chromium.org
2011-04-22
1
-5
/
+20
*
Base: More adjustments to BASE_API and project dependencies to
rvargas@google.com
2011-04-21
1
-0
/
+5
*
Update dmgdiffer to produce canaries.
mark@chromium.org
2011-04-19
1
-22
/
+32
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
5
-5
/
+5
*
Add the native control panel for flash 10.3
cpu@chromium.org
2011-04-15
1
-55
/
+56
*
Fix a regression in the creation or updating of the Chrome desktop shortcut.
robertshield@chromium.org
2011-04-15
2
-1
/
+115
*
Add chrome_frame_helper.exe to the set of key files for Chrome Frame as that ...
robertshield@chromium.org
2011-04-15
1
-0
/
+1
*
PWN chrome/installer/mac.
mark@chromium.org
2011-04-14
1
-0
/
+3
*
first-run: Refactor TryChromeDialogView to eliminate ShowTryChromeDialog() fu...
tfarina@chromium.org
2011-04-14
1
-1
/
+1
*
first-run: Reland refactor of Upgrade class into upgrade_util API.
tfarina@chromium.org
2011-04-13
1
-2
/
+2
*
Broke ARM compile.
siggi@chromium.org
2011-04-13
1
-2
/
+2
*
first-run: Refactor Upgrade class into a common upgrade_util API.
tfarina@chromium.org
2011-04-13
1
-2
/
+2
*
Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.
tfarina@chromium.org
2011-04-12
1
-3
/
+3
*
Delete the setup temp file on uninstall.
tommi@chromium.org
2011-04-12
4
-0
/
+85
*
Replacing base::DIR_TEMP with ScopedTempDir when appropriate.
mkwst@chromium.org
2011-04-12
7
-186
/
+98
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
4
-47
/
+45
*
Revert 80819 due to failed tests
mmenke@chromium.org
2011-04-07
4
-45
/
+47
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
4
-47
/
+45
*
Typo police.
avi@chromium.org
2011-04-06
5
-18
/
+18
*
Switch out use of std::string and std::vector for large allocations for a buf...
tommi@chromium.org
2011-04-06
3
-2
/
+13
*
Change determination of when to show the first run search engine selection di...
mirandac@chromium.org
2011-04-05
2
-5
/
+17
*
Alter the installer policy check to allow System-level installations to be in...
robertshield@chromium.org
2011-03-31
3
-17
/
+20
[next]