summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers
Commit message (Expand)AuthorAgeFilesLines
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-4/+6
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-3/+3
* Remove "open in new tab" items from context menu if the process doesn'ttsepez@chromium.org2011-12-091-0/+1
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-2/+2
* NewRunnableMethod/Function to base::Bind in register protocol handler code.benwells@chromium.org2011-11-042-13/+13
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-031-5/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-023-2/+6
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-283-10/+11
* Calls to rph updating existing handlers are ignored.benwells@chromium.org2011-10-253-1/+53
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-193-5/+5
* Namespacing helper classes/functions for protocol_handler_registry_unittest.ccgroby@chromium.org2011-10-191-0/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-192-13/+14
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* 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