summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk
Commit message (Expand)AuthorAgeFilesLines
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-263-18/+80
* Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.sergeyu@chromium.org2012-03-221-0/+2
* Out-of-process implementation of the PPB_NetworkMonitor_Private interface.sergeyu@chromium.org2012-03-202-5/+17
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-194-0/+70
* Added out-of-process support for server sockets.ygorshenin@chromium.org2012-03-151-0/+4
* Pepper IME API for surrounding text retrieval.kinaba@chromium.org2012-03-153-3/+35
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-155-0/+119
* WebSocket Pepper API: Cleanup for more readability.toyoshim@chromium.org2012-03-131-0/+38
* Add HandleInputEventAck message to allow out-of-process plugins to respond to...bbudge@chromium.org2012-03-091-2/+5
* Rename NaCl/pepper gamepad interface from _dev to stablescottmg@chromium.org2012-03-074-7/+7
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-075-19/+102
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-03-061-2/+2
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-056-0/+202
* Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-036-200/+0
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-036-0/+200
* Revise gamepad interfacescottmg@chromium.org2012-03-013-4/+4
* Revert 123696 - Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-263-0/+71
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-263-71/+0
* Modified the flash cipboard interface to add html clipboard support.raymes@chromium.org2012-02-243-15/+51
* Exposed Listen and Accept methods to in-process plugins.ygorshenin@chromium.org2012-02-224-0/+104
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-213-3/+29
* Add GetUsbKeyCode _Dev interface for Pepper key eventsgarykac@chromium.org2012-02-213-1/+32
* Ifdef out skia code that won't compile on nacl.brettw@chromium.org2012-02-181-2/+3
* Work on improving PpbAudioConfig:RecommendSampleFrameCountnfullagar@google.com2012-02-183-12/+46
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-177-77/+79
* PPAPI: Proxy VarArrayBuffer for out-of-process.dmichael@chromium.org2012-02-162-2/+2
* Implement device enumeration for PPB_VideoCapture_Dev.yzshen@chromium.org2012-02-153-12/+98
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-152-10/+10
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-142-10/+10
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-142-10/+10
* Added idl file for Pepper 3D.alokp@chromium.org2012-02-102-6/+6
* Move the charset inteface to "trusted" (we can't implement this efficientlybrettw@chromium.org2012-02-092-21/+54
* PPB_NetAddress_Private: add getter methods for sockaddr.yzshen@chromium.org2012-02-091-0/+2
* Convert most users in thunk that used MayForceCallback to use the new Enter.....brettw@chromium.org2012-02-0531-339/+298
* Introduce PPB_Flash_MessageLoop interface for Pepper Flash.yzshen@chromium.org2012-01-314-0/+92
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-312-6/+26
* WebSocket Pepper API: make the API out of devtoyoshim@chromium.org2012-01-274-10/+10
* WebSocket Pepper API: Remove binary type handling interfacestoyoshim@chromium.org2012-01-273-42/+2
* Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop in...brettw@chromium.org2012-01-261-0/+25
* Revert 119198 - First pass at implementing the MessageLoop interface. This in...brettw@chromium.org2012-01-261-25/+0
* First pass at implementing the MessageLoop interface. This includes a simplebrettw@chromium.org2012-01-261-0/+25
* Enhance the PPAPI enter tracking.brettw@chromium.org2012-01-254-46/+184
* Implement PPB_DeviceRef_Dev.yzshen@chromium.org2012-01-213-0/+79
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-202-1/+9
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-202-9/+1
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-192-1/+9
* WebSocket Pepper API: fix wrong return code on thunktoyoshim@chromium.org2012-01-181-2/+2
* WebSocket Pepper API: add interfaces to handle binaryType attributetoyoshim@chromium.org2012-01-123-5/+44
* Pepper gamepad supportscottmg@chromium.org2012-01-103-1/+41
* Introduce PPB_ResourceArray_Dev.yzshen@chromium.org2012-01-074-1/+84