summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_webplugin_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Chrome side of making RenderView not special case PluginDocument and making t...jam@chromium.org2010-07-081-0/+35
* Bring in latest PPAPI headers and implement IsFullFrame.jam@chromium.org2010-07-011-2/+4
* Add support for HandleDocumentLoad.darin@chromium.org2010-06-301-1/+19
* Add ppapi plugins to about:pluginsdarin@chromium.org2010-05-281-1/+0
* Chromium side of supporting property enumeration, memory allocation, queryingdarin@chromium.org2010-05-241-2/+3
* Revert r47448 and pull in r38 of ppapi, which contains the fixdarin@chromium.org2010-05-171-6/+3
* Revert r47444 due to Linux 64-bit compile bustage.darin@chromium.org2010-05-171-3/+6
* Add some initial PP_Var <-> NPObject bindings.darin@chromium.org2010-05-171-6/+3
* Add support for registering new-style pepper plugins on the command line.darin@chromium.org2010-05-141-11/+15
* Fix a memory corruption issue (use of scoped_ptr instead of scoped_refptr), anddarin@chromium.org2010-05-131-2/+4
* Implement a version of WebPlugin for Pepper to bypass the current NPAPIbrettw@chromium.org2010-05-121-0/+124