summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/blocked_plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't load plugins on the UI thread for pref and group policy disabling.jam@chromium.org2010-10-021-1/+1
* Move disabling outdated plugins to labs and update UI to Glen's mocks.bauerb@chromium.org2010-09-301-38/+11
* Reland 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-191-1/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-1/+0
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+1
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-4/+4
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-1/+0
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-0/+1
* Revert 55888: Allow per-plugin content settings.bauerb@chromium.org2010-08-121-1/+1
* Allow per-plugin content settings.bauerb@chromium.org2010-08-121-1/+1
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-091-5/+29
* Revert 55227 - Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-29/+5
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-5/+29
* Prettify blocked plugin HTML UI:bauerb@chromium.org2010-08-051-2/+4
* Block non-sandboxed plugins.bauerb@chromium.org2010-08-051-4/+5
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-2/+2
* Add "Load all plugins on this page" button to blocked plugins bubble if click...bauerb@chromium.org2010-08-031-0/+15
* Replace ViewHostMsg_GetPluginPath with ViewHostMsg_GetPluginInfo.bauerb@chromium.org2010-08-031-2/+2
* Record received data in WebViewPlugin and replay it when loading the real plu...bauerb@chromium.org2010-08-021-0/+1
* Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16.viettrungluu@chromium.org2010-07-311-2/+2
* Don't try to block a disabled plugin.bauerb@chromium.org2010-07-261-1/+5
* Add click-to-load functionality for blocked plugins.bauerb@chromium.org2010-07-191-0/+85