Sign in
chromium
/
chromium
/
src.git
/
4d896c4a6df4d683b4f556bf0f4a849bb06fa8d0
/
chrome
/
browser
/
shell_integration.cc
66bdfd8
Remove base::ThreadRestrictions::AssertIOAllowed.
by Francois Doray
· 8 years ago
f54b3ba
Fix flaky external protocol handler tests.
by Ben Wells
· 8 years ago
75b1c8e
Enable default browser UX in side-by side dev and beta installs.
by Greg Thompson
· 8 years ago
9a8680d
Move DefaultWebClientWorker to use the COM STA Task Runner
by Robert Liao
· 8 years ago
b86d6bb3
Use SequencedTaskRunner where now possible after making Timer sequence-friendly.
by gab
· 8 years ago
b18379f
Remove the usage of BrowserThread::FILE in the shell_integration* files
by pmonette
· 8 years ago
aa06031
Migrate chrome/browser files to histogram_macros.h includes.
by asvitkine
· 9 years ago
0c40087a
Fix registerProtocolHandler implementation on Windows 8 and 10.
by pmonette
· 9 years ago
32a5cfb4
DefaultBrowserWorker now fully supports opening the settings for Win10
by pmonette
· 9 years ago
60a702c
Removed AttemptResult enum in favor of using DefaultWebClientState
by pmonette
· 9 years ago
5207d895
Removed code for Win10 default browser experiment
by pmonette
· 9 years ago
c82a6be4
Removed DefaultBrowser.SetDefaultAsyncDuration histogram
by pmonette
· 9 years ago
b920414
Removed DefaultWebClientUIState in favor of DefaultWebClientState
by pmonette
· 9 years ago
f9461d1a
Removed DefaultWebClientUIState::STATE_PROCESSING
by pmonette
· 9 years ago
586ab5b3
Replaced DefaultWebClientObserver with a single callback
by pmonette
· 9 years ago
9dfa48f
Removed OnSetAsDefaultConcluded from the DefaultWebClientObserver
by pmonette
· 9 years ago
8db6a8be
Fixes the interactive default browser UX for policy setting
by pmonette
· 9 years ago
9fa59e88
ShellIntegration is now a proper namespace.
by pmonette
· 9 years ago
b1fc1b8
Update chrome for new prefs location.
by brettw
· 9 years ago
664c07b
Switch to standard integer types in chrome/browser/, part 4 of 4.
by avi
· 9 years ago
9c1457f
Make the histograms for setting the default browser consistent
by pmonette
· 10 years ago
f89ac7c7
Setting chrome as the default browser is now fixed on Windows 10
by pmonette
· 10 years ago
034a03d9
Reorder functions in implementations files for shell_execute.h
by pmonette
· 10 years ago
00844cea
Use DCHECK_CURRENTLY_ON() in chrome/ and android_webview/
by thestig
· 10 years ago
868ca64
No longer shows UAC icon for protocol registration on windows 8+
by pmonette
· 10 years ago
9fb6769
Cleanup VersionInfo after componentization.
by sdefresne
· 10 years ago
6e883e4
Componentize VersionInfo.
by sdefresne
· 10 years ago
556c0502
Make callers of CommandLine use it via the base:: namespace.
by avi
· 10 years ago
2b010a6
Cleanup: Remove unneeded path_service.h includes in base and chrome.
by thestig
· 11 years ago
7e3b19d
Cleanup: Remove unneeded chrome/common/pref_names.h includes.
by thestig
· 11 years ago
18dfb7a5
Change base/file_utils.h includes to base/files/file_utils.h in chrome/
by thestig
· 11 years ago
af39f00
Use a qualified path for chromium_strings, google_chrome_strings, and generated_resources. (part 1)
by
[email protected]
· 11 years ago
2e0424a
Move ShortcutInfo, ShortcutLocations from ShellIntegration to web_app.
by
[email protected]
· 11 years ago
fb06aea8
Add option to install an ephemeral app to the Windows jump list
by
[email protected]
· 11 years ago
2f5bc32
We want the Applications Menu shortcut paths to be managed by shell_util.cc as
by
[email protected]
· 12 years ago
e7f7987
chromeos: Don't compile Linux shell-integration code.
by
[email protected]
· 12 years ago
756748414
Move PathExists to base namespace.
by
[email protected]
· 12 years ago
24a555b6
Use a direct include of strings headers in chrome/browser/r*-s*/.
by
[email protected]
· 12 years ago
e309f31
Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.
by
[email protected]
· 12 years ago
1547693
Move path functions from file_util to FilePath object.
by
[email protected]
· 12 years ago
931d104
Re-Re-apply 192420: Move login switches to src/chromeos"
by
[email protected]
· 12 years ago
82b67fc
Revert 192504 "Re-apply 192420: Move login switches to src/chromeos"
by
[email protected]
· 12 years ago
0ff8bf29
Re-apply 192420: Move login switches to src/chromeos
by
[email protected]
· 12 years ago
f1cb6fa
Revert 192420 "Move login switches to src/chromeos"
by
[email protected]
· 12 years ago
6a01f63
Move login switches to src/chromeos
by
[email protected]
· 12 years ago
124901f5
Move v2 app pinning to correct thread
by
[email protected]
· 12 years ago
d81a63c0
On Linux, automatically create app shortcuts on install or update.
by
[email protected]
· 12 years ago
b5ff7ab
Split the location flags from ShortcutInfo into a new struct ShortcutLocations.
by
[email protected]
· 12 years ago
ba26a44
Make sure ShellIntegration::CommandLineArgsForLauncher respects the UserDataDir policy.
by
[email protected]
· 12 years ago
3853a4c
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
by
[email protected]
· 12 years ago
650b2d5
Merge branch 'master' into file_path_browser
by
[email protected]
· 12 years ago
8988665
Add a UMA stat to track whether Chrome is the default browser.
by
[email protected]
· 13 years ago
3e3ad7f6
[win] Don't use app_host.exe for v1 apps.
by
[email protected]
· 13 years ago
ee9d89d
Fix registerProtocolHandler OS registration on Windows 8
by
[email protected]
· 13 years ago
dd5f67e9
Packaged apps are now enabled by default (and arguments on launcher shortcuts are unlikely to function when chrome is already running), so this extra argument on shortcuts can be dropped.
by
[email protected]
· 13 years ago
2215c8d5
Fix command line for app shortcuts
by
[email protected]
· 13 years ago
693baa5d
Prototype version of the first-run dialog for Windows 8.
by
[email protected]
· 13 years ago
5951c85
Application desktop shortcuts now save the user profile they were created in.
by
[email protected]
· 13 years ago
dccb900
Remove the kEnablePlatformApps switch.
by
[email protected]
· 13 years ago
bd046bd4
The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the latter whenever necessary.
by
[email protected]
· 13 years ago
5c93a0c1
Launch platform apps from shortcuts in the normal user_data_dir on Windows and Linux.
by
[email protected]
· 13 years ago
8806d3b
Create Linux platform app shortcuts to run in their own process.
by
[email protected]
· 13 years ago
9561bc91
Infrastructure to improve app mode stub <-> Chrome main communication.
by
[email protected]
· 13 years ago
5a20b19
Platform apps shortcuts use their own browser process
by
[email protected]
· 13 years ago
631bb74
Move BrowserThread to content namespace.
by
[email protected]
· 14 years ago
c5efb95
Change NewRunnableMethod to base::Bind in shell_integration.cc
by
[email protected]
· 14 years ago
c38831a1
Split BrowserThread into public API and private implementation, step 1.
by
[email protected]
· 14 years ago
97e2e3f
Handle OS registration failure when registering protocol handlers
by
[email protected]
· 14 years ago
5e3e0963
Canary versions no longer always remove protocol handlers at startup.
by
[email protected]
· 14 years ago
a01481b
Moved CanSetAsDefault* from platform_util to shell_integration
by
[email protected]
· 14 years ago
bcb999d
Fix memory leak in unit tests for ProtocolHandlerRegistry introduced by observers.
by
[email protected]
· 14 years ago
02a1bc9
Revert 87296 - Check for OS unregistered protocol handlers at startup
by
[email protected]
· 14 years ago
acf67a7
Check for OS unregistered protocol handlers at startup
by
[email protected]
· 14 years ago
4468a5b
Allow chrome to become the os default handler for arbitrary protocols on mac/win.
by
[email protected]
· 14 years ago
b1039293
Refactor GetCommandLineArgumentsCommon to not use strings.
by
[email protected]
· 14 years ago
01ed196
Extension ids are ASCII.
by
[email protected]
· 14 years ago
1625ffd
Update a bunch of files to the new location of browser_thread.h
by
[email protected]
· 14 years ago
e450fa6
Introduced a new policy DefaultBrowserSettingEnabled.
by
[email protected]
· 14 years ago
2f1c09d
Set Browser::app_name_ in a reasonable way for extension apps.
by
[email protected]
· 14 years ago
a3b734b
Add "create Application Shortcut" to the app menu on NTP.
by
[email protected]
· 15 years ago
93aa89c7
FBTF: Even more deinlining.
by
[email protected]
· 15 years ago
017a7a11
Rename ChromeThread to BrowserThread Part21:
by
[email protected]
· 15 years ago
0c7d74f
Rename ChromeThread to BrowserThread Part16:
by
[email protected]
· 15 years ago
ec5b50d
Implement new strategy for default apps. Instead of using
by
[email protected]
· 15 years ago
660e428f
Remove usage of GetSwitchValue for most of chrome/browser/.
by
[email protected]
· 15 years ago
385e5b569
enable apps by default
by
[email protected]
· 15 years ago
74d1397a
Replace obsolete kProfile switch with kLoginProfile
by
[email protected]
· 15 years ago
5d91c9e
base/ header cleanup. Forward declaration instead of including.
by
[email protected]
· 15 years ago
63597e4e
Deprecate most of the remaining wstring file_util functions.
by
[email protected]
· 15 years ago
2bce5e1
Re-land r47079: Shorten several appsrelated flags.
by
[email protected]
· 15 years ago
5ebc4b2
Revert 47079 - Shorten several appsrelated flags. "256 characters should be enough for anyone's shortcut flags!"
by
[email protected]
· 15 years ago
c90ce846
Shorten several apps-related flags. "256 characters should be enough for anyone's shortcut flags!"
by
[email protected]
· 15 years ago
64048bd
chrome 6: string_util.h -> utf_string_conversions.h fix.
by
[email protected]
· 15 years ago
28375ae
Implement launch disposition for extension-apps.
by
[email protected]
· 15 years ago
0d3dc8e2
Fifth patch in getting rid of caching MessageLoop pointers.
by
[email protected]
· 16 years ago
264f74d1
Allow the default browser check to return "unknown" and reflect that in the UI.
by
[email protected]
· 16 years ago
b96aa93
First step to create application shortcuts on Linux.
by
[email protected]
· 16 years ago
d24c401
Fix running default browser check/setting in UI thread on Linux.
by
[email protected]
· 16 years ago
3bf6ade0
Allow two user level installs of Chrome to have default browser settings.
by
[email protected]
· 16 years ago
e8fd296
Make default browser path check case insensitive.
by
[email protected]
· 16 years ago
Next »