summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/blocked_plugin.cc
Commit message (Collapse)AuthorAgeFilesLines
* Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16.viettrungluu@chromium.org2010-07-311-2/+2
| | | | | | | | | | | | These were (mostly) made possible by the change in DictionaryValue's keys to std::string. BUG=23581 TEST=unit tests Review URL: http://codereview.chromium.org/3057027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54483 0039d316-1c4b-4281-b951-d872f2087c98
* Don't try to block a disabled plugin.bauerb@chromium.org2010-07-261-1/+5
| | | | | | | | | BUG=35316 TEST=Disable a plugin in about:plugins, block all plugins in content settings and go to a site that uses the blocked plugin. You should not see the click-to-play UI. Review URL: http://codereview.chromium.org/2861062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53616 0039d316-1c4b-4281-b951-d872f2087c98
* Add click-to-load functionality for blocked plugins.bauerb@chromium.org2010-07-191-0/+85
BUG=35316 TEST=Disable plugins, go to a site with a flash animation. You should see a placeholder for the flash animation. When you click on it, the animation should load. Review URL: http://codereview.chromium.org/2862031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52899 0039d316-1c4b-4281-b951-d872f2087c98