summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/blocked_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-1/+1
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-081-0/+3
* Show a placeholder for disabled plug-ins with information on how to re-enable...bauerb@chromium.org2011-10-071-5/+9
* Use a placeholder instead of the default plugin for missing plug-ins on Mac a...bauerb@chromium.org2011-10-051-1/+1
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-2/+2
* Move the handling of the ViewMsg_CustomContextMenuAction and ViewMsg_Navigate...ananta@chromium.org2011-09-131-5/+2
* Remove most prerendering code/references from content. mmenke@chromium.org2011-04-301-0/+3
* AllowOutdatedPlugins policy.joaodasilva@chromium.org2011-03-311-2/+4
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-311-1/+7
* Add hide icon on the click-to-play UI too.cevans@chromium.org2011-01-261-0/+1
* Don't load plugins on prerendered pages until the pages are displayed.mmenke@chromium.org2011-01-201-1/+5
* Fix Linux breakage of context menu items for the blocked plugin placeholder.cevans@chromium.org2011-01-191-2/+0
* Make BlockedPlugin implement RenderViewObserver so that RenderView doesn't ha...jam@chromium.org2011-01-181-12/+13
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Add an "x" to remove the blocked plug-in placeholder. The feature alreadycevans@chromium.org2011-01-151-1/+5
* Switch BlockedPlugins from using notifications to having themmenke@chromium.org2011-01-111-13/+3
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-6/+12
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-12/+6
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-6/+12
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-12/+6
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-6/+12
* Implement a useful context menu for the blocked plug-in frame:cevans@chromium.org2010-12-091-1/+12
* Include a bit more information on which plugin is involved. Also use acevans@chromium.org2010-11-241-0/+1
* Change plugin content settings to three states: Allow, click-to-play, and block.bauerb@chromium.org2010-10-111-1/+2
* Move disabling outdated plugins to labs and update UI to Glen's mocks.bauerb@chromium.org2010-09-301-9/+2
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-091-4/+20
* Revert 55227 - Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-20/+4
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-4/+20
* Add "Load all plugins on this page" button to blocked plugins bubble if click...bauerb@chromium.org2010-08-031-1/+10
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add click-to-load functionality for blocked plugins.bauerb@chromium.org2010-07-191-0/+39