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
/
browser
/
shell_integration_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix registerProtocolHandler OS registration on Windows 8
benwells@chromium.org
2012-09-25
1
-2
/
+22
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
1
-2
/
+1
*
Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...
wjia@chromium.org
2012-09-20
1
-1
/
+2
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
1
-2
/
+1
*
Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...
gab@chromium.org
2012-09-12
1
-4
/
+6
*
installer_util_unittests has failed on XP Tests (dbg)(1) since this landed
dgrogan@chromium.org
2012-09-11
1
-6
/
+4
*
Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...
gab@chromium.org
2012-09-10
1
-4
/
+6
*
No longer switch to metro mode when Chrome is made the default on first run.
grt@chromium.org
2012-09-05
1
-48
/
+0
*
Implement relaunch for Metro chrome.
grt@chromium.org
2012-08-03
1
-0
/
+28
*
Suffix Chrome's appid on user-level installs
grt@chromium.org
2012-06-19
1
-19
/
+30
*
Implement base::win::IsMetroProcess.
siggi@chromium.org
2012-06-18
1
-1
/
+1
*
Make chrome the default browser interactively if possible, register it if not.
grt@chromium.org
2012-06-18
1
-3
/
+3
*
Abstract suffixing logic away from GetApplicationName
gab@chromium.org
2012-06-17
1
-2
/
+1
*
Always suffix ChromeHTML entries on Windows for user-level installs.
gab@chromium.org
2012-06-17
1
-15
/
+13
*
The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ...
motek@chromium.org
2012-06-08
1
-2
/
+26
*
Add ShellIntegration::ActivateMetroChrome, which launches Chrome in metro-mod...
grt@chromium.org
2012-06-01
1
-0
/
+42
*
Default browser detection for Windows 8.
grt@chromium.org
2012-05-17
1
-134
/
+160
*
Win 8 Start Menu shortcut changes
gab@chromium.org
2012-04-06
1
-2
/
+4
*
Allow external protocol handlers to open in Windows 8.
benwells@chromium.org
2012-03-29
1
-1
/
+4
*
Publish app shortcuts on Mac
sail@chromium.org
2012-02-11
1
-39
/
+39
*
base::Bind: Convert the following files:
jhawkins@chromium.org
2011-11-29
1
-142
/
+102
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Support grouping taskbar icons for panels with regular taskbar icon for Chrom...
jianli@chromium.org
2011-10-21
1
-0
/
+17
*
base: Fix the TODO in string_util.h
tfarina@chromium.org
2011-08-17
1
-1
/
+2
*
Change kNotSignedInProfile to kInitialProfile to better reflect its usage.
mirandac@chromium.org
2011-08-12
1
-2
/
+2
*
Moved CanSetAsDefault* from platform_util to shell_integration
benwells@chromium.org
2011-07-15
1
-0
/
+4
*
Allow chrome to become the os default handler for arbitrary protocols on mac/...
koz@chromium.org
2011-05-26
1
-18
/
+119
*
Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h.
tfarina@chromium.org
2011-04-12
1
-5
/
+5
*
wstring: remove a needless wchar_t that is ASCII
evan@chromium.org
2011-03-15
1
-2
/
+4
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
1
-3
/
+3
*
Set Browser::app_name_ in a reasonable way for extension apps.
skerner@chromium.org
2011-01-14
1
-1
/
+4
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-1
/
+0
*
Refactor the installer to support multi-install.
tommi@chromium.org
2010-12-01
1
-2
/
+3
*
windows: remove PathService::Get() that uses wstrings
evan@chromium.org
2010-11-30
1
-4
/
+5
*
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*.
pkasting@chromium.org
2010-10-21
1
-1
/
+1
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
1
-4
/
+5
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-6
/
+7
*
CommandLine: remove wstring-based program() accessor
evan@chromium.org
2010-10-14
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part16:
tfarina@chromium.org
2010-10-11
1
-3
/
+3
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
1
-2
/
+3
*
Remove usage of GetSwitchValue for most of chrome/browser/.
evan@chromium.org
2010-08-04
1
-2
/
+3
*
Cleanup: Remove unneeded headers from app/ (part 2)
thestig@chromium.org
2010-07-31
1
-1
/
+0
*
Win: Use different AppUserModelID for SxS installs.
mattm@chromium.org
2010-06-11
1
-5
/
+5
*
Ensure existing user pinned chrome shortcuts have correct app id.
xiyuan@chromium.org
2010-01-13
1
-0
/
+205
*
Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...
pkasting@chromium.org
2010-01-08
1
-3
/
+3
*
Append profile info to win7 app id per issue 30414
xiyuan@chromium.org
2010-01-06
1
-0
/
+59
*
Be more paranoid when checking the default browser in Windows and return "not...
mdm@chromium.org
2009-11-25
1
-7
/
+3
[next]