summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers
Commit message (Expand)AuthorAgeFilesLines
* Ignore title when determining if protocol handler is already registered or ig...benwells@chromium.org2011-10-063-2/+64
* Move infobar handling to a tab helper.avi@chromium.org2011-09-302-7/+5
* Make calls to registerProtocolHandler() update already registered handlers.koz@chromium.org2011-09-283-2/+108
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+0
* Add UMA metrics for register protocol handler, part 2.isherman@chromium.org2011-08-121-6/+6
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-2/+2
* Add UMA for register protocol handler.koz@chromium.org2011-08-111-0/+7
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+1
* Profiles: Fix AllSources usage with NOTIFICATION_PROTOCOL_HANDLER_REGISTRY_CH...erg@google.com2011-08-021-12/+7
* Unify infobars' link-opening behavior to respect user-requested dispositions ...pkasting@chromium.org2011-08-021-3/+5
* Move more files from chrome/test to chrome/test/base, part #5phajdan.jr@chromium.org2011-08-011-1/+1
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Fix memory leak in ProtocolHandlerRegistry unit test.koz@chromium.org2011-08-011-1/+2
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-291-2/+2
* Protocol handler infobar should show elevation shield on action button.tfarina@chromium.org2011-07-262-0/+6
* Fixed memory problem in ProtocolHandlerRegistry unit tests.benwells@chromium.org2011-07-261-5/+5
* Makes it so that when a user clicks "No" in the infobar that asks if they wan...koz@chromium.org2011-07-223-2/+11
* Handle OS registration failure when registering protocol handlersbenwells@chromium.org2011-07-223-40/+191
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Implement default protocol handler fallback.koz@chromium.org2011-07-193-10/+69
* Add special case protocol names for mailto and webcal.koz@chromium.org2011-07-192-2/+13
* Add 'Learn more' link to the RPH infobars.koz@chromium.org2011-07-181-2/+6
* 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-136-143/+4
* Revert "Fix a memory leak in ProtocolHandlerRegistryTest."koz@chromium.org2011-07-121-2/+1
* Fix a memory leak in ProtocolHandlerRegistryTest.koz@chromium.org2011-07-121-1/+2
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-102-6/+8
* Run registerProtocolHandler startup tests on Linux.koz@chromium.org2011-07-061-11/+2
* Change ProtocolHandlerRegistry from locks to message passing.koz@chromium.org2011-07-053-170/+259
* 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-013-270/+168
* Replace locks with message passing in ProtocolHandlerRegistry.koz@chromium.org2011-07-013-168/+270
* Fix formatting nit I forgot to fix during code review.koz@chromium.org2011-06-291-2/+1
* Add a browser test for the context menu that appears for links that have prot...koz@chromium.org2011-06-291-0/+81
* Fix TODO(evanm) about only having ui_test.h forward declare AutomationProxy.darin@chromium.org2011-06-271-0/+1
* Add a context menu for opening links that have protocol handlers registered.koz@chromium.org2011-06-272-1/+6
* Automatic testing for using registered protocol handlers at startup.benwells@chromium.org2011-06-242-10/+148
* Make ConfirmInfoBarDelegate::GetLinkText() const.pkasting@chromium.org2011-06-242-2/+2
* Coverity: Fix pass by value errors.kmadhusu@chromium.org2011-06-222-2/+2
* Coverity: Check a return value in ProtocolHandlerRegistry.thestig@chromium.org2011-06-221-1/+2
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.thestig@chromium.org2011-06-141-3/+5
* Uninitialized member in ProtocolHandlerRegistry class.finnur@chromium.org2011-06-121-1/+2
* Cause enabled state in ProtocolHandlerRegistry to persist.koz@chromium.org2011-06-072-1/+9
* Register handlers with operating system when there is a new default handler.benwells@chromium.org2011-05-312-5/+41
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-312-2/+2
* Fix memory leak in unit tests for ProtocolHandlerRegistry introduced by obser...willchan@chromium.org2011-05-313-15/+123
* Revert 87296 - Check for OS unregistered protocol handlers at startupwillchan@chromium.org2011-05-312-118/+15
* Check for OS unregistered protocol handlers at startupwillchan@chromium.org2011-05-312-15/+118
* Make ProtocolHandlerRegistry return false in IsHandledProtocol() if it is dis...koz@chromium.org2011-05-312-1/+9