summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk
Commit message (Expand)AuthorAgeFilesLines
* Add PPB_MouseCursor interface proxy for the NaCl IPC proxy.bbudge@chromium.org2012-10-231-4/+1
* Add the PPB_Memory_Dev interface to the NaCl IPC-based proxy.bbudge@chromium.org2012-10-221-1/+1
* Add pepper content decryption audio decoding API.tomfinegan@chromium.org2012-10-193-15/+21
* Add PPB_Testing_Dev GetDocumentURL to the NaCl IPC-based PPAPI proxy.bbudge@chromium.org2012-10-191-2/+3
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-122-0/+28
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-113-3/+15
* Implement plugin side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-115-1/+90
* Introduce PPB_Flash_Font.yzshen@chromium.org2012-10-094-0/+89
* Pepper WebSocket API: Implement new design Chrome IPC.toyoshim@chromium.org2012-10-095-8/+9
* Add some 'Private' and 'Dev' interfaces to the NaCl IPC PPAPI Proxy.bbudge@chromium.org2012-10-082-28/+35
* Update PPB side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-033-6/+7
* Plumb RequestorProcessID field through various layers to enable the Networkdarin@chromium.org2012-10-031-1/+4
* Remove VideoLayer and LayerCompositor APIs.brettw@chromium.org2012-10-026-219/+0
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-15/+0
* Implement browser side of PPB_Printing resource.raymes@chromium.org2012-09-271-1/+2
* 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