summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/hung_plugin_tab_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Move HungPluginTabHelper::PluginState declaration from .h to .cc file.pkasting@chromium.org2013-04-171-0/+29
* Split the ProcessType enum into process types that content knows about (which...jam@chromium.org2013-03-221-0/+1
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-191-2/+2
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-5/+6
* Distinguish plugin disconnections from plugin crashes.yzshen@chromium.org2013-01-101-1/+2
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-8/+26
* DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon.avi@chromium.org2013-01-071-1/+1
* Rename HungPluginTabHelper::InfoBarDelegate to HungPluginInfoBarDelegate for ...pkasting@chromium.org2013-01-051-17/+16
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-201-21/+21
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-111-11/+8
* Revert "Revert 159158 - Make using WebContentsUserData simpler."avi@chromium.org2012-09-281-1/+1
* Revert 159158 - Make using WebContentsUserData simpler.dharani@google.com2012-09-281-1/+1
* Make using WebContentsUserData simpler.avi@chromium.org2012-09-271-1/+1
* Render/pepper hang debugging: generate dumps for the browser and renderer pro...yzshen@chromium.org2012-09-261-2/+9
* Switch HungPluginTabHelper to use WebContentsUserData.avi@chromium.org2012-09-251-0/+2
* Generate dumps for relevant renderers when users kill a hung pepper plugin.yzshen@chromium.org2012-09-191-1/+87
* Create chrome/browser/api directory. Move infobar delegates used by Autofill ...joi@chromium.org2012-08-131-2/+2
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+1
* TabContentsWrapper -> TabContents, part 53.avi@chromium.org2012-06-111-5/+4
* Make the hung plugin infobar more defensive.brettw@chromium.org2012-05-031-24/+41
* Generate crash dumps when a hung PPAPI plugin is force terminated.brettw@chromium.org2012-04-301-3/+9
* Revert 134443 - Broke win_aurarsleevi@chromium.org2012-04-281-9/+3
* Generate crash dumps when a hung PPAPI plugin is force terminated.brettw@chromium.org2012-04-281-3/+9
* Move CrashedPlugin() and PluginHungStatusChanged() from WebContentsDelegate i...bauerb@chromium.org2012-04-201-2/+2
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-0/+268