summaryrefslogtreecommitdiffstats
path: root/chrome/browser/external_protocol_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-3/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 2].jhawkins@chromium.org2010-11-161-1/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...viettrungluu@chromium.org2010-08-171-23/+22
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Rename ExternalProtocolHandler::OnUserGesture -> PermitLaunchUrl & call from ...rafaelw@chromium.org2010-07-271-1/+1
* Changing linux platform for chromeos. This involved moving platform_util and...dhg@chromium.org2010-04-291-1/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Enable ExternalProtocolDialog for Chromeos.oshima@chromium.org2009-10-301-4/+0
* Protect the user against whitelisted external protocol bombardment as well as...estade@chromium.org2009-10-091-1/+2
* External protocol dialog support for the Mac.avi@chromium.org2009-10-061-4/+23
* Hook up external protocol handler to user gestures to prevent malicious sites...estade@chromium.org2009-09-251-1/+19
* Fix OS_WINDOWS -> OS_WIN.mdm@chromium.org2009-09-041-1/+1
* Fix views linux build.estade@chromium.org2009-09-031-2/+2
* Add external protocol dialog for Linux.estade@chromium.org2009-09-031-34/+14
* Linux: handle external protocols, e.g. mailto: links.mdm@chromium.org2009-09-011-77/+12
* Fix Windows release compile by adding missing build_config.h include.phajdan.jr@chromium.org2009-06-161-0/+2
* Allow external whitelisted protocols on the Mac.avi@chromium.org2009-05-211-3/+27
* Enable AutocompleteTest, HistoryURLProviderTest,shess@chromium.org2009-03-161-5/+21
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Two things:ben@chromium.org2009-01-241-0/+1
* Run ShellExecute on the file thread instead of the IO thread. ShellExecute candarin@chromium.org2009-01-161-3/+5
* Move more UI stuff into browser/viewsbeng@google.com2008-09-131-1/+1
* Change the external protocol handler to look at thensylvain@google.com2008-09-081-2/+8
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Try to cut down on some unnecessary dependencies. Remove any unused includes...deanm@google.com2008-07-281-0/+1
* Add chrome to the repository.initial.commit2008-07-261-0/+210