summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers/protocol_handler_registry.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+15
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...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/+30
* Make calls to registerProtocolHandler() update already registered handlers.koz@chromium.org2011-09-281-0/+37
* Makes it so that when a user clicks "No" in the infobar that asks if they wan...koz@chromium.org2011-07-221-0/+6
* Handle OS registration failure when registering protocol handlersbenwells@chromium.org2011-07-221-14/+43
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Implement default protocol handler fallback.koz@chromium.org2011-07-191-5/+22
* Canary versions no longer always remove protocol handlers at startup.benwells@chromium.org2011-07-181-1/+2
* Move protocol_handler from chrome/browser to chrome/common so that extensions...yoz@chromium.org2011-07-131-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+2
* Change ProtocolHandlerRegistry from locks to message passing.koz@chromium.org2011-07-051-141/+143
* Don't remove protocol handlers on Linux when the OS registration is removed.benwells@chromium.org2011-07-051-5/+20
* Revert 91246 - Replace locks with message passing in ProtocolHandlerRegistry.dpapad@chromium.org2011-07-011-143/+141
* Replace locks with message passing in ProtocolHandlerRegistry.koz@chromium.org2011-07-011-141/+143
* Automatic testing for using registered protocol handlers at startup.benwells@chromium.org2011-06-241-10/+18
* Coverity: Check a return value in ProtocolHandlerRegistry.thestig@chromium.org2011-06-221-1/+2
* Uninitialized member in ProtocolHandlerRegistry class.finnur@chromium.org2011-06-121-1/+2
* Cause enabled state in ProtocolHandlerRegistry to persist.koz@chromium.org2011-06-071-0/+2
* Register handlers with operating system when there is a new default handler.benwells@chromium.org2011-05-311-4/+7
* Fix memory leak in unit tests for ProtocolHandlerRegistry introduced by obser...willchan@chromium.org2011-05-311-15/+80
* Revert 87296 - Check for OS unregistered protocol handlers at startupwillchan@chromium.org2011-05-311-79/+15
* Check for OS unregistered protocol handlers at startupwillchan@chromium.org2011-05-311-15/+79
* Make ProtocolHandlerRegistry return false in IsHandledProtocol() if it is dis...koz@chromium.org2011-05-311-1/+1
* Fixes for the registerProtocolHandler settings UI.koz@chromium.org2011-05-311-57/+73
* Add locks to ProtocolHandlerRegistry to make it threadsafe.koz@chromium.org2011-05-311-23/+91
* Hook up register protocol handler with OS default protocol client.koz@chromium.org2011-05-271-0/+12
* Prevent registerProtocolHandler from nagging the user after they say no.koz@chromium.org2011-05-261-37/+23
* Handler settings page.koz@chromium.org2011-05-261-29/+87
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-141-39/+35
* Refactor preference syncing.zea@chromium.org2011-05-091-3/+6
* 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-35/+101
* Convert ProtocolHandler to value semantics.koz@chromium.org2011-05-041-50/+35
* Make pointer to bool conversion explicit.koz@chromium.org2011-05-021-1/+1
* Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.koz@chromium.org2011-05-021-33/+194
* Revert 81538 - Add unit test and 'ignore' functionality to ProtocolHandlerReg...koz@chromium.org2011-04-141-194/+33
* Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.koz@chromium.org2011-04-141-33/+194
* 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-14/+14
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-1/+1
* Fix OOL issues for linux from the last few days.erg@google.com2011-02-231-0/+2
* Adds navigator.registerProtocolHandler.tony@chromium.org2011-02-231-0/+129