summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration.cc
Commit message (Expand)AuthorAgeFilesLines
* Packaged apps are now enabled by default (and arguments on launcher shortcuts...tapted@chromium.org2012-09-061-5/+1
* Fix command line for app shortcutsbenwells@chromium.org2012-07-061-1/+2
* Prototype version of the first-run dialog for Windows 8.motek@chromium.org2012-06-221-12/+31
* Application desktop shortcuts now save the user profile they were created in.hebert.christopherj@chromium.org2012-06-201-1/+5
* Remove the kEnablePlatformApps switch.bryeung@chromium.org2012-06-191-3/+1
* The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ...motek@chromium.org2012-06-081-5/+25
* Launch platform apps from shortcuts in the normal user_data_dir on Windows an...benwells@chromium.org2012-05-021-41/+6
* Create Linux platform app shortcuts to run in their own process.benwells@chromium.org2012-04-131-0/+1
* Infrastructure to improve app mode stub <-> Chrome main communication.jeremy@chromium.org2012-03-071-0/+17
* Platform apps shortcuts use their own browser processbenwells@chromium.org2012-03-011-2/+42
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Change NewRunnableMethod to base::Bind in shell_integration.ccbenwells@chromium.org2011-11-011-8/+9
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Handle OS registration failure when registering protocol handlersbenwells@chromium.org2011-07-221-0/+6
* Canary versions no longer always remove protocol handlers at startup.benwells@chromium.org2011-07-181-2/+1
* Moved CanSetAsDefault* from platform_util to shell_integrationbenwells@chromium.org2011-07-151-0/+7
* Fix memory leak in unit tests for ProtocolHandlerRegistry introduced by obser...willchan@chromium.org2011-05-311-0/+1
* Revert 87296 - Check for OS unregistered protocol handlers at startupwillchan@chromium.org2011-05-311-1/+0
* Check for OS unregistered protocol handlers at startupwillchan@chromium.org2011-05-311-0/+1
* Allow chrome to become the os default handler for arbitrary protocols on mac/...koz@chromium.org2011-05-261-35/+80
* Refactor GetCommandLineArgumentsCommon to not use strings.evan@chromium.org2011-03-081-28/+13
* Extension ids are ASCII.evan@chromium.org2011-03-041-2/+2
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Introduced a new policy DefaultBrowserSettingEnabled.pastarmovj@chromium.org2011-02-011-1/+3
* Set Browser::app_name_ in a reasonable way for extension apps.skerner@chromium.org2011-01-141-1/+2
* Add "create Application Shortcut" to the app menu on NTP.skerner@google.com2010-11-301-1/+1
* FBTF: Even more deinlining.erg@google.com2010-10-201-0/+8
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part16:tfarina@chromium.org2010-10-111-12/+12
* Implement new strategy for default apps. Instead of usingaa@chromium.org2010-10-091-1/+1
* Remove usage of GetSwitchValue for most of chrome/browser/.evan@chromium.org2010-08-041-3/+3
* enable apps by defaulterikkay@chromium.org2010-08-021-3/+2
* Replace obsolete kProfile switch with kLoginProfilecmasone@google.com2010-08-021-2/+2
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-081-4/+6
* Re-land r47079: Shorten several appsrelated flags.aa@chromium.org2010-05-131-3/+2
* Revert 47079 - Shorten several appsrelated flags. "256 characters should be e...aa@chromium.org2010-05-121-2/+3
* Shorten several apps-related flags. "256 characters should be enough for anyo...aa@chromium.org2010-05-121-3/+2
* chrome 6: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+2
* Implement launch disposition for extension-apps.rafaelw@chromium.org2010-02-051-0/+54
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-18/+22
* Allow the default browser check to return "unknown" and reflect that in the UI.mdm@chromium.org2009-09-041-8/+19
* First step to create application shortcuts on Linux.phajdan.jr@chromium.org2009-08-121-0/+2
* Fix running default browser check/setting in UI thread on Linux.mattm@chromium.org2009-07-281-135/+57
* Allow two user level installs of Chrome to have default browser settings.kuchhal@chromium.org2009-07-231-13/+15
* Make default browser path check case insensitive.kuchhal@chromium.org2009-07-061-1/+5
* Move win_util.h from common to app.ben@chromium.org2009-05-081-3/+3
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Fix all places where we used the GetWinVersion functionnsylvain@chromium.org2009-02-251-2/+2
* Fix regression caused by CommandLine change.kuchhal@chromium.org2009-01-271-1/+2