summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers/protocol_handler_registry.h
Commit message (Expand)AuthorAgeFilesLines
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-2/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-2/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Calls to rph updating existing handlers are ignored.benwells@chromium.org2011-10-251-0/+6
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+1
* Ignore title when determining if protocol handler is already registered or ig...benwells@chromium.org2011-10-061-1/+7
* Make calls to registerProtocolHandler() update already registered handlers.koz@chromium.org2011-09-281-0/+9
* Makes it so that when a user clicks "No" in the infobar that asks if they wan...koz@chromium.org2011-07-221-0/+3
* Handle OS registration failure when registering protocol handlersbenwells@chromium.org2011-07-221-15/+25
* Implement default protocol handler fallback.koz@chromium.org2011-07-191-0/+4
* Move protocol_handler from chrome/browser to chrome/common so that extensions...yoz@chromium.org2011-07-131-1/+1
* Change ProtocolHandlerRegistry from locks to message passing.koz@chromium.org2011-07-051-24/+25
* Revert 91246 - Replace locks with message passing in ProtocolHandlerRegistry.dpapad@chromium.org2011-07-011-22/+23
* Replace locks with message passing in ProtocolHandlerRegistry.koz@chromium.org2011-07-011-23/+22
* Fix memory leak in unit tests for ProtocolHandlerRegistry introduced by obser...willchan@chromium.org2011-05-311-0/+39
* Revert 87296 - Check for OS unregistered protocol handlers at startupwillchan@chromium.org2011-05-311-39/+0
* Check for OS unregistered protocol handlers at startupwillchan@chromium.org2011-05-311-0/+39
* Fixes for the registerProtocolHandler settings UI.koz@chromium.org2011-05-311-2/+3
* Add locks to ProtocolHandlerRegistry to make it threadsafe.koz@chromium.org2011-05-311-16/+46
* Hook up register protocol handler with OS default protocol client.koz@chromium.org2011-05-271-0/+1
* Prevent registerProtocolHandler from nagging the user after they say no.koz@chromium.org2011-05-261-7/+0
* Handler settings page.koz@chromium.org2011-05-261-9/+18
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-22/+16
* Remove unnecessary const.koz@chromium.org2011-05-061-1/+1
* Add the abililty to have multiple handlers and default handlers for a protocol.koz@chromium.org2011-05-061-14/+37
* Convert ProtocolHandler to value semantics.koz@chromium.org2011-05-041-12/+15
* Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.koz@chromium.org2011-05-021-9/+74
* Revert 81538 - Add unit test and 'ignore' functionality to ProtocolHandlerReg...koz@chromium.org2011-04-141-74/+9
* Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.koz@chromium.org2011-04-141-9/+74
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...tony@chromium.org2011-03-101-5/+4
* Makes ProtocolHandlerRegistry RefCountedThreadSafe.tony@chromium.org2011-03-021-2/+2
* Fix OOL issues for linux from the last few days.erg@google.com2011-02-231-3/+3
* Adds navigator.registerProtocolHandler.tony@chromium.org2011-02-231-0/+93