summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Rewrite PPB_AudioInput_Dev to use the new-style host/resource.yzshen@chromium.org2012-11-082-85/+1
* PPAPI: Make CompletionCallbacks work right on background threads.dmichael@chromium.org2012-11-081-19/+69
* Convert PPB_Crypto_Dev to IDL.teravest@chromium.org2012-11-081-2/+19
* Return IPC proxy startup result codes so NaCl plugin can default to SRPC corr...bbudge@chromium.org2012-11-081-3/+5
* Convert NetworkState to IDL.teravest@chromium.org2012-11-071-4/+23
* Remove C++-style comments from C headers.sbc@chromium.org2012-11-062-6/+6
* Add more tests to ppapi/tests/test_image_data.cc, to facilitatenfullagar@chromium.org2012-11-011-2/+5
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-011-20/+33
* Pass PPAPI permissions to NaClProcessHost and HostDispatcher when starting up.bbudge@chromium.org2012-11-011-6/+9
* Add type argument to pepper content decryptor method GenerateKeyRequest().tomfinegan@chromium.org2012-10-292-14/+18
* Add support for additional a/v decoders to Pepper CDM API.tomfinegan@chromium.org2012-10-271-4/+13
* Cache more information when launching NaCl sel_ldr, and pass 'Dev' interfacebbudge@chromium.org2012-10-231-2/+3
* Encrypted Media: Return and handle NeedMoreData correctly.xhwang@chromium.org2012-10-233-18/+19
* Change the way we generate versions.noelallen@chromium.org2012-10-231-1/+1
* Add pepper content decryption audio decoding API.tomfinegan@chromium.org2012-10-193-30/+125
* Generalize Pepper CDM API decrypt and decode.tomfinegan@chromium.org2012-10-122-60/+20
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-123-3/+89
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-113-13/+115
* Implement plugin side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-111-4/+55
* Convert GPU blacklist to IDL.brettw@chromium.org2012-10-101-7/+37
* Introduce PPB_Flash_Font.yzshen@chromium.org2012-10-093-22/+114
* Convert PPB_Instance_Private interface to IDLraymes@chromium.org2012-10-081-5/+12
* Remove unused PPB_Flash_UDPSocket interfaceraymes@chromium.org2012-10-081-78/+0
* Remove unused PPP_CursorControl_Devraymes@chromium.org2012-10-081-19/+0
* Convert UMA interface to IDL.brettw@chromium.org2012-10-051-7/+32
* Remove PP_FileInfo_Dev which appears to be unused.raymes@chromium.org2012-10-051-15/+0
* Allow pepper plugins to request the integrated GPU.jbauman@chromium.org2012-10-051-3/+17
* Convert InstancePrivate to IDL.brettw@chromium.org2012-10-041-9/+16
* Update PPP side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-042-33/+83
* Update PPB side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-032-19/+93
* Remove VideoLayer and LayerCompositor APIs.brettw@chromium.org2012-10-022-243/+0
* Add IDL file for PPP_VideoCapture_Dev.yzshen@chromium.org2012-10-021-7/+23
* Updated pp_touch_point.h docs in preparation for fixing the C++ docs (which a...jond@chromium.org2012-09-251-20/+21
* Changed "Pepper Audio API" to "Audio chapter in the Developer's Guide..."jond@chromium.org2012-09-212-7/+8
* Don't require a recreation of the context when fullscreeningjbauman@chromium.org2012-09-191-14/+17
* We are removing checksum/HMAC in WebM spec for encrypted content.fgalligan@chromium.org2012-09-181-7/+2
* Return void from all PPP CDM API interface methodstomfinegan@chromium.org2012-09-131-39/+13
* Update PP_InputEvent_Modifier enum to match WebInputEvent::Modifiersraymes@chromium.org2012-09-111-2/+4
* This adds the plugin side of the resource only, as well as a unittest.raymes@chromium.org2012-09-071-6/+34
* AllowBroadcast() is exposed to NaCl.ygorshenin@chromium.org2012-08-311-4/+61
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-301-2/+2
* Hook up CDM calls in CdmWrapper.xhwang@chromium.org2012-08-281-1/+26
* Connect PpapiDecryptor and PluginInstance.xhwang@chromium.org2012-08-281-2/+8
* Add SetScale to PPB_WidgetDev, use scale for paintingjhorwich@chromium.org2012-08-231-4/+19
* Modify the PPAPI CDM interface to pass more info.tomfinegan@chromium.org2012-08-223-30/+223
* Revert 152495 - Add SetScale to PPB_WidgetDev, use scale for paintingkinuko@chromium.org2012-08-211-19/+4
* Add SetScale to PPB_WidgetDev, use scale for paintingjhorwich@chromium.org2012-08-211-4/+19
* don't use COMPILER_MSVC in pp_macros.hsbc@chromium.org2012-08-211-3/+3
* Add PPAPI decryptor interfaces.tomfinegan@chromium.org2012-08-142-0/+335
* Add ability to load pnacl resources from DIR_PNACL_COMPONENT.jvoung@google.com2012-08-131-2/+5