summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk
Commit message (Expand)AuthorAgeFilesLines
* Don't require a recreation of the context when fullscreeningjbauman@chromium.org2012-09-192-1/+3
* Convert url request info to new proxy API.brettw@chromium.org2012-09-195-6/+25
* Add 'Net*' interface proxies to the untrusted NaCl IPC-PPAPI IRT build.bbudge@chromium.org2012-09-171-4/+4
* Convert the async device ID getter to a chrome resource hostbrettw@chromium.org2012-09-153-4/+9
* This adds the plugin side of the resource only, as well as a unittest.raymes@chromium.org2012-09-075-13/+85
* Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build.bbudge@chromium.org2012-09-041-5/+5
* AllowBroadcast() is exposed to NaCl.ygorshenin@chromium.org2012-08-313-0/+29
* ppapi: Make sure the touch-event interface is detected correctly.sadrul@chromium.org2012-08-302-1/+3
* Pass large object by const ref tbreisacher@chromium.org2012-08-281-1/+2
* 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