summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_webplugin_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-1/+1
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+7
* Implement cancelling a pepper request.jam@chromium.org2010-10-151-1/+1
* Add a private interface to the plugin and use it to know if the mouse is over...jam@chromium.org2010-10-061-2/+9
* Get rid of ZOOM_LEVEL_IS_DOUBLE code since WebKit is rolled.jam@chromium.org2010-10-011-7/+1
* Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...jam@chromium.org2010-10-011-2/+12
* Implement Pepper plugin focus notifications.brettw@chromium.org2010-09-231-1/+1
* Pull latest PPAPI. Change key handling to support the new API.brettw@chromium.org2010-09-231-0/+1
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-1/+1
* Add fullscreen support to Pepper.piman@chromium.org2010-09-141-2/+6
* Track Pepper string and object vars with the module so they can be deleted onbrettw@chromium.org2010-09-131-1/+5
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-1/+0
* Added support for printing of Pepper v2 plugins.sanjeevr@chromium.org2010-07-151-0/+18
* Take out temporary code now that WebKit plugin change is rolled.jam@chromium.org2010-07-141-12/+0
* Chrome side of removing WebPlugin::supportsFind.jam@chromium.org2010-07-101-1/+9
* 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