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 dumb uncaught mistake after I switched IsChromeDefault() from bool to enu...
gab@chromium.org
2012-10-16
2
-8
/
+9
*
Only register XPStyle registrations on Win8 if the user chooses Chrome when p...
gab@chromium.org
2012-10-16
1
-2
/
+4
*
Re-commit (reverted in r161796): Also check file creation time when deciding ...
gab@chromium.org
2012-10-16
2
-30
/
+43
*
Move "default for protocol" probing logic out of shell_integration_win.cc int...
gab@chromium.org
2012-10-15
2
-0
/
+188
*
Revert 161641 - Also check file creation time when deciding whether replacing...
gab@chromium.org
2012-10-14
1
-7
/
+0
*
fix uninitialized variable warning for vs2012 compilation
scottmg@chromium.org
2012-10-13
1
-1
/
+1
*
Also check file creation time when deciding whether replacing files is necess...
gab@chromium.org
2012-10-12
1
-0
/
+7
*
Disable the take-over of XP-era registration on Windows 8.
grt@chromium.org
2012-10-11
1
-4
/
+2
*
User profile preferences to find ping delay when not first run of chrome.
rogerta@chromium.org
2012-10-10
3
-7
/
+11
*
Remove the metro registry key
cpu@chromium.org
2012-10-10
1
-0
/
+5
*
Move common_constants target into a proper .gyp file so that it can shared
garykac@chromium.org
2012-10-09
2
-4
/
+4
*
Add NaCl IPC-based proxy IRT nexes to installers.
bbudge@chromium.org
2012-10-09
3
-0
/
+8
*
Fix one more test to use the ScopedPathOverride.
pastarmovj@chromium.org
2012-10-09
1
-12
/
+25
*
Update all unit tests that override paths to use the ScopedPathOverride.
pastarmovj@chromium.org
2012-10-09
1
-13
/
+28
*
Make install.sh call lsregister more like .keystone_install. Don't touch the
mark@chromium.org
2012-10-05
1
-5
/
+5
*
Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed ...
gab@chromium.org
2012-10-05
10
-806
/
+1203
*
Allow EULA beacon creation when the User Data dir is not present.
robertshield@chromium.org
2012-10-05
1
-1
/
+3
*
Use find_tool to locate xz tools in the scripts' own directories, falling back
mark@chromium.org
2012-10-05
2
-2
/
+2
*
ChromiumHTM instead of ChromiumHTML to respect progid restriction of 39 chara...
gab@chromium.org
2012-10-04
1
-1
/
+8
*
Use ScopedCOMInitializer in more places. While this doesn't always simplify ...
pkasting@chromium.org
2012-10-03
2
-30
/
+6
*
No need to initialize COM in every WMI unittest, as installer/util/run_all_un...
pkasting@chromium.org
2012-09-29
1
-8
/
+0
*
Ensuring Google Update at user-level is installed alongside App Host, for the...
huangs@chromium.org
2012-09-27
12
-54
/
+230
*
Allow NULL in addition to the empty string to address the default value in a ...
grt@chromium.org
2012-09-26
4
-14
/
+49
*
Use gtest failures and EXPECTS instead of returning a failure enum in test ta...
gab@chromium.org
2012-09-26
1
-33
/
+18
*
Enable EULA dialog to be shown from metro Chrome.
robertshield@chromium.org
2012-09-26
8
-34
/
+97
*
Remove system-level Chrome ProgIDs from filetype associations at uninstall.
grt@chromium.org
2012-09-25
1
-21
/
+69
*
Fix registerProtocolHandler OS registration on Windows 8
benwells@chromium.org
2012-09-25
2
-12
/
+68
*
Register Chrome as default at user-level, not system-level, after a successfu...
gab@chromium.org
2012-09-22
1
-6
/
+2
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
2
-54
/
+30
*
Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...
wjia@chromium.org
2012-09-20
2
-30
/
+54
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
2
-54
/
+30
*
Remove Chrome's ProgID from filetype associations at uninstall.
grt@chromium.org
2012-09-19
3
-17
/
+40
*
Installer changes for app host to support command line install from webstore
asargent@chromium.org
2012-09-19
2
-2
/
+2
*
After delegating to chrome.exe (i.e. to launch a packaged app) check if app_h...
huangs@chromium.org
2012-09-14
2
-47
/
+73
*
Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...
gab@chromium.org
2012-09-12
5
-128
/
+92
*
C++ reability review for gab.
gab@chromium.org
2012-09-11
9
-242
/
+237
*
installer_util_unittests has failed on XP Tests (dbg)(1) since this landed
dgrogan@chromium.org
2012-09-11
5
-92
/
+128
*
Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...
gab@chromium.org
2012-09-10
5
-128
/
+92
*
Remove bundled NPAPI Flash on Windows.
yzshen@chromium.org
2012-09-08
1
-4
/
+0
*
Use the 'welcome back' url for all toast experiments
cpu@chromium.org
2012-09-08
1
-12
/
+10
*
Integrate the Windows 8 code into the Chromium tree (take 3).
robertshield@chromium.org
2012-09-07
1
-7
/
+0
*
Revert 155444 - Integrate the Windows 8 code into the Chromium tree (take 2).
erikwright@chromium.org
2012-09-07
1
-0
/
+7
*
Integrate the Windows 8 code into the Chromium tree (take 2).
robertshield@chromium.org
2012-09-07
1
-7
/
+0
*
Revert 155429 - Integrate the Windows 8 code into the Chromium tree.
erikwright@chromium.org
2012-09-07
1
-0
/
+7
*
Integrate the Windows 8 code into the Chromium tree.
robertshield@chromium.org
2012-09-07
1
-7
/
+0
*
Reorder methods in install_worker.cc to match order in install_worker.h and m...
gab@chromium.org
2012-09-07
2
-420
/
+419
*
Remove some code that tried to support MSVS2005
thakis@chromium.org
2012-09-07
1
-8
/
+0
*
Callback flow to register Chrome and update shortcuts after OS upgrade to Win...
huangs@chromium.org
2012-09-02
15
-96
/
+322
*
Remove interface and type lib registration for the DelegateExecute verb handler.
grt@chromium.org
2012-09-01
18
-171
/
+59
*
Force COM machinery to notice that the path to the DelegateExecute verb handl...
grt@chromium.org
2012-08-31
10
-8
/
+241
[next]