| Commit message (Expand) | Author | Age | Files | Lines |
* | Make RenderView inherit from content::RenderView, and add missing functions t... | jam@chromium.org | 2011-10-10 | 1 | -1/+1 |
* | Add a content::RenderView API. I'll make RenderView use it in a future change... | jam@chromium.org | 2011-10-08 | 1 | -0/+3 |
* | Show a placeholder for disabled plug-ins with information on how to re-enable... | bauerb@chromium.org | 2011-10-07 | 1 | -5/+9 |
* | Use a placeholder instead of the default plugin for missing plug-ins on Mac a... | bauerb@chromium.org | 2011-10-05 | 1 | -1/+1 |
* | Move RenderViewObserver and RenderViewObserverTracker to content\public\rende... | jam@chromium.org | 2011-10-03 | 1 | -2/+2 |
* | Move the handling of the ViewMsg_CustomContextMenuAction and ViewMsg_Navigate... | ananta@chromium.org | 2011-09-13 | 1 | -5/+2 |
* | Remove most prerendering code/references from content. | mmenke@chromium.org | 2011-04-30 | 1 | -0/+3 |
* | AllowOutdatedPlugins policy. | joaodasilva@chromium.org | 2011-03-31 | 1 | -2/+4 |
* | Move a bunch of remaining files from chrome\renderer to content\renderer. | jam@chromium.org | 2011-03-19 | 1 | -1/+1 |
* | Pepper/Flapper: First pass at context menu implementation. | viettrungluu@chromium.org | 2011-01-31 | 1 | -1/+7 |
* | Add hide icon on the click-to-play UI too. | cevans@chromium.org | 2011-01-26 | 1 | -0/+1 |
* | Don't load plugins on prerendered pages until the pages are displayed. | mmenke@chromium.org | 2011-01-20 | 1 | -1/+5 |
* | Fix Linux breakage of context menu items for the blocked plugin placeholder. | cevans@chromium.org | 2011-01-19 | 1 | -2/+0 |
* | Make BlockedPlugin implement RenderViewObserver so that RenderView doesn't ha... | jam@chromium.org | 2011-01-18 | 1 | -12/+13 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -1/+1 |
* | Add an "x" to remove the blocked plug-in placeholder. The feature already | cevans@chromium.org | 2011-01-15 | 1 | -1/+5 |
* | Switch BlockedPlugins from using notifications to having the | mmenke@chromium.org | 2011-01-11 | 1 | -13/+3 |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 1 | -6/+12 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 1 | -12/+6 |
* | Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki... | chase@chromium.org | 2010-12-20 | 1 | -6/+12 |
* | Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... | brettw@chromium.org | 2010-12-20 | 1 | -12/+6 |
* | Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put | brettw@chromium.org | 2010-12-20 | 1 | -6/+12 |
* | Implement a useful context menu for the blocked plug-in frame: | cevans@chromium.org | 2010-12-09 | 1 | -1/+12 |
* | Include a bit more information on which plugin is involved. Also use a | cevans@chromium.org | 2010-11-24 | 1 | -0/+1 |
* | Change plugin content settings to three states: Allow, click-to-play, and block. | bauerb@chromium.org | 2010-10-11 | 1 | -1/+2 |
* | Move disabling outdated plugins to labs and update UI to Glen's mocks. | bauerb@chromium.org | 2010-09-30 | 1 | -9/+2 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | Disable outdated non-sandboxed plugins. | bauerb@chromium.org | 2010-08-09 | 1 | -4/+20 |
* | Revert 55227 - Disable outdated non-sandboxed plugins. | bauerb@chromium.org | 2010-08-06 | 1 | -20/+4 |
* | Disable outdated non-sandboxed plugins. | bauerb@chromium.org | 2010-08-06 | 1 | -4/+20 |
* | Add "Load all plugins on this page" button to blocked plugins bubble if click... | bauerb@chromium.org | 2010-08-03 | 1 | -1/+10 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add click-to-load functionality for blocked plugins. | bauerb@chromium.org | 2010-07-19 | 1 | -0/+39 |