summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk
Commit message (Expand)AuthorAgeFilesLines
* Add a skeleton gamepad resource.brettw@chromium.org2012-08-243-5/+39
* Add SetScale to PPB_WidgetDev, use scale for paintingjhorwich@chromium.org2012-08-233-2/+23
* Cache image data objects.brettw@chromium.org2012-08-222-2/+13
* Modify the PPAPI CDM interface to pass more info.tomfinegan@chromium.org2012-08-222-9/+11
* Revert 152495 - Add SetScale to PPB_WidgetDev, use scale for paintingkinuko@chromium.org2012-08-213-23/+2
* Add SetScale to PPB_WidgetDev, use scale for paintingjhorwich@chromium.org2012-08-213-2/+23
* Add PPAPI decryptor implementation.tomfinegan@chromium.org2012-08-173-0/+129
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-073-8/+8
* Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t...bbudge@chromium.org2012-08-073-8/+8
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-073-8/+8
* Don't log UDP receive failures in releasejschuh@chromium.org2012-07-311-0/+4
* PPAPI/NaCl: Make ImageData for NaCl just use shared memorydmichael@chromium.org2012-07-252-2/+23
* Save PP_CompletionCallback in ppb_talk_private_thunk.ccjhorwich@chromium.org2012-07-191-1/+1
* Remove ppb_fullscreen_dev interface, as fullscreen has been outnfullagar@google.com2012-07-161-1/+1
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-142-5/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Get the audio proxy building as untrusted code for NaCl.bbudge@chromium.org2012-07-101-1/+1
* Fix PPB_MouseLock.LockMouse crash and add tests.yzshen@chromium.org2012-07-091-3/+14
* Add audio interface proxies to untrusted NaCl build.bbudge@chromium.org2012-07-031-5/+4
* Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy.bbudge@chromium.org2012-07-032-7/+7
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-284-0/+54
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-273-1/+39
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-2348-201/+446
* ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.sadrul@chromium.org2012-06-222-2/+7
* ppapi: Add support for touch events.sadrul@chromium.org2012-06-212-1/+78
* 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