summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/plugin_module.h
Commit message (Expand)AuthorAgeFilesLines
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-2/+2
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-041-7/+1
* Move the tracked completion callback code into shared impl.brettw@chromium.org2011-12-291-1/+7
* Add exports needed for glue to build as a component.dpranke@chromium.org2011-12-021-3/+5
* Cleanup: Remove unneeded forward declarations in webkit/plugins/.thestig@chromium.org2011-11-171-16/+0
* Convert the charset, memory, and crypto interfaces to use the thunk system.brettw@chromium.org2011-10-111-2/+0
* Prevent reentrant destructors in the PluginModule.brettw@chromium.org2011-10-111-0/+5
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-141-0/+3
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-121-1/+0
* Make PP_TimeTicks actually be a tick counter rather than be the same as thebrettw@chromium.org2011-07-081-0/+1
* While initializing the pepper plugin registry in the renderer we load each pl...ananta@chromium.org2011-07-071-1/+1
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-8/+6
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-2/+14
* PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls.ddorwin@chromium.org2011-04-201-4/+6
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-141-0/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Hook up the sad plugin painting and the crashed plugin infobars forbrettw@chromium.org2011-03-191-1/+7
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-0/+16
* Don't use crashed plugins when instantiating new ones. Before, when a pluginbrettw@chromium.org2011-02-271-0/+3
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-0/+4
* Re-land more changes from r73427 where we set the name for each module in the...brettw@google.com2011-02-051-4/+5
* Revert 73427 (set the name of the PPAPI plugin correcetly) and 73916 (minor b...brettw@google.com2011-02-051-5/+4
* Set the name of the PPAPI plugin properly when running out of process. Thisbrettw@chromium.org2011-02-021-4/+5
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-27/+0
* Re-use existing out-of-process plugins if one is already loaded. Otherwisebrettw@chromium.org2011-01-041-3/+9
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-211-1/+8
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-0/+182