summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* Add InfoBarDelegate::web_contents(). This is convenient for the number ofpkasting@chromium.org2013-04-241-1/+1
* Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.pkasting@chromium.org2013-04-231-3/+3
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-191-1/+1
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-10/+31
* Rename InfoBarTabService -> InfoBarService.joi@chromium.org2012-08-301-2/+2
* Introduce InfoBarTabService API.joi@chromium.org2012-08-201-4/+4
* Added type enum to the base class with a getter virtual method. This prevents...dyu@chromium.org2012-04-071-0/+5
* Update a bunch of help center URLs.derat@chromium.org2012-01-291-3/+1
* Make registerProtocolHandler() infobars replace existing infobars for equival...koz@chromium.org2012-01-061-0/+11
* Make registerProtocolHandler() infobars use the default expiry logic.koz@chromium.org2012-01-061-7/+0
* 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
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-3/+9
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-1/+1
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-4/+6
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-1/+1
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-4/+4
* Add UMA metrics for register protocol handler, part 2.isherman@chromium.org2011-08-121-6/+6
* Add UMA for register protocol handler.koz@chromium.org2011-08-111-0/+7
* Unify infobars' link-opening behavior to respect user-requested dispositions ...pkasting@chromium.org2011-08-021-3/+5
* Protocol handler infobar should show elevation shield on action button.tfarina@chromium.org2011-07-261-0/+5
* Makes it so that when a user clicks "No" in the infobar that asks if they wan...koz@chromium.org2011-07-221-2/+2
* Add special case protocol names for mailto and webcal.koz@chromium.org2011-07-191-2/+11
* Add 'Learn more' link to the RPH infobars.koz@chromium.org2011-07-181-2/+6
* Make ConfirmInfoBarDelegate::GetLinkText() const.pkasting@chromium.org2011-06-241-1/+1
* Coverity: Fix pass by value errors.kmadhusu@chromium.org2011-06-221-1/+1
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-1/+1
* Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt...pkasting@chromium.org2011-05-051-4/+0
* Convert ProtocolHandler to value semantics.koz@chromium.org2011-05-041-9/+8
* Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.koz@chromium.org2011-05-021-0/+1
* Revert 81538 - Add unit test and 'ignore' functionality to ProtocolHandlerReg...koz@chromium.org2011-04-141-1/+0
* Add unit test and 'ignore' functionality to ProtocolHandlerRegistry.koz@chromium.org2011-04-141-0/+1
* Cleanup for newly-added RegisterProtocolHandler stuff:pkasting@chromium.org2011-02-251-72/+21
* Adds navigator.registerProtocolHandler.tony@chromium.org2011-02-231-0/+127