summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers
Commit message (Expand)AuthorAgeFilesLines
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Make registerProtocolHandler() infobars replace existing infobars for equival...koz@chromium.org2012-01-062-0/+16
* Make registerProtocolHandler() infobars use the default expiry logic.koz@chromium.org2012-01-062-10/+1
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-1/+1
* Dismiss registerProtocolHandlers infobars on navigation to prevent zombie bars.koz@chromium.org2012-01-051-5/+4
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-1/+1
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-3/+3
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-2/+4
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-3/+9
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+0
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-1/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* 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