summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers
Commit message (Expand)AuthorAgeFilesLines
* Create a URLRequestJobFactory to replace the URLRequest globals.willchan@chromium.org2011-05-145-86/+77
* Refactor preference syncing.zea@chromium.org2011-05-091-3/+6
* Remove unnecessary const.koz@chromium.org2011-05-062-2/+2
* Add the abililty to have multiple handlers and default handlers for a protocol.koz@chromium.org2011-05-065-60/+251
* Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt...pkasting@chromium.org2011-05-052-5/+0
* Convert ProtocolHandler to value semantics.koz@chromium.org2011-05-047-104/+128
* Fix memory leaks in ProtocolHandlerRegistryTest.koz@chromium.org2011-05-021-5/+7
* 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-024-42/+403
* Revert 81538 - Add unit test and 'ignore' functionality to ProtocolHandlerReg...koz@chromium.org2011-04-144-403/+42
* Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.koz@chromium.org2011-04-144-42/+403
* Move some files from base to base/memory.levin@chromium.org2011-03-282-2/+2
* Extends NetworkDelegate to avoid use of static_cast<> when handling RegisterP...tony@chromium.org2011-03-102-19/+18
* Split infobar_delegate.[cc,h] into separate pieces for the different classes ...tfarina@chromium.org2011-03-031-1/+1
* Makes ProtocolHandlerRegistry RefCountedThreadSafe.tony@chromium.org2011-03-021-2/+2
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-1/+1
* Cleanup for newly-added RegisterProtocolHandler stuff:pkasting@chromium.org2011-02-252-84/+27
* Fix OOL issues for linux from the last few days.erg@google.com2011-02-232-3/+5
* Adds navigator.registerProtocolHandler.tony@chromium.org2011-02-236-0/+504