summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk
Commit message (Expand)AuthorAgeFilesLines
* Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.yzshen@chromium.org2012-06-153-9/+40
* This returns the default print settings for the default printer. Currently th...raymes@chromium.org2012-06-143-0/+41
* Add an asynchronous version of the Flash DeviceID API.brettw@chromium.org2012-06-114-0/+68
* "Replace" PPB_Flash's GetSettingInt with a more general GetSetting.viettrungluu@chromium.org2012-06-083-0/+33
* Remove PPB_Transport_Dev API.sergeyu@chromium.org2012-05-304-152/+0
* Modified the pepper file chooser API to support filtering files by extensions.raymes@chromium.org2012-05-302-3/+3
* Add PPB_ImageData to untrusted NaCl build.bbudge@chromium.org2012-05-211-4/+4
* Test for Pepper IME events.kinaba@chromium.org2012-05-213-2/+47
* Get PPB_Audio interface building as untrusted code.bbudge@chromium.org2012-05-191-2/+2
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...tsepez@chromium.org2012-05-103-33/+0
* Hook up the PPB_Flash_Print proxy.brettw@chromium.org2012-05-072-5/+2
* Add AllowSuddenTermination to API. This provide means for plugins to let us k...tsepez@chromium.org2012-05-073-0/+33
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-024-41/+34
* Move the rest of the Flash functions to the thunk system.brettw@chromium.org2012-04-305-9/+229
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-3032-147/+134
* Move text input API to Instance.brettw@chromium.org2012-04-274-45/+22
* Move the FlashClipboard API into the Flash one.brettw@chromium.org2012-04-256-49/+49
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-246-8/+321
* Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code.bbudge@chromium.org2012-04-182-49/+58
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-123-3/+43
* Eliminate use of PPB_URLUtil_Dev in NaCl build of Proxy.bbudge@chromium.org2012-04-121-1/+2
* Fix line endings in ppapi. No code change.brettw@chromium.org2012-04-112-38/+38
* Hook up the file chooser proxy 0.6brettw@chromium.org2012-04-092-15/+6
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-087-57/+59
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-044-0/+93
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-284-110/+0
* Pass PP_CompletionCallback by referencetbreisacher@chromium.org2012-03-281-6/+8
* 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