summaryrefslogtreecommitdiffstats
path: root/ppapi/api
Commit message (Expand)AuthorAgeFilesLines
* Generalize Pepper CDM API decrypt and decode.tomfinegan@chromium.org2012-10-122-48/+18
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-123-0/+87
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-113-4/+100
* Implement plugin side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-111-4/+24
* Convert GPU blacklist to IDL.brettw@chromium.org2012-10-101-0/+23
* Introduce PPB_Flash_Font.yzshen@chromium.org2012-10-092-0/+66
* Convert PPB_Instance_Private interface to IDLraymes@chromium.org2012-10-081-0/+61
* Remove unused PPB_Flash_UDPSocket interfaceraymes@chromium.org2012-10-081-58/+0
* Convert UMA interface to IDL.brettw@chromium.org2012-10-051-0/+48
* Remove PP_FileInfo_Dev which appears to be unused.raymes@chromium.org2012-10-051-1/+1
* Allow pepper plugins to request the integrated GPU.jbauman@chromium.org2012-10-051-1/+15
* Convert InstancePrivate to IDL.brettw@chromium.org2012-10-041-0/+37
* Update PPP side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-042-27/+67
* Update PPB side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-032-12/+78
* Remove VideoLayer and LayerCompositor APIs.brettw@chromium.org2012-10-021-146/+0
* Add IDL file for PPP_VideoCapture_Dev.yzshen@chromium.org2012-10-021-0/+64
* Updated pp_touch_point.h docs in preparation for fixing the C++ docs (which a...jond@chromium.org2012-09-251-19/+20
* Changed "Pepper Audio API" to "Audio chapter in the Developer's Guide..."jond@chromium.org2012-09-212-5/+6
* Don't require a recreation of the context when fullscreeningjbauman@chromium.org2012-09-191-11/+18
* We are removing checksum/HMAC in WebM spec for encrypted content.fgalligan@chromium.org2012-09-181-7/+1
* Return void from all PPP CDM API interface methodstomfinegan@chromium.org2012-09-131-30/+5
* Update PP_InputEvent_Modifier enum to match WebInputEvent::Modifiersraymes@chromium.org2012-09-111-6/+8
* This adds the plugin side of the resource only, as well as a unittest.raymes@chromium.org2012-09-071-4/+32
* AllowBroadcast() is exposed to NaCl.ygorshenin@chromium.org2012-08-311-1/+32
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-301-1/+1
* Hook up CDM calls in CdmWrapper.xhwang@chromium.org2012-08-281-0/+25
* Connect PpapiDecryptor and PluginInstance.xhwang@chromium.org2012-08-281-1/+8
* Add SetScale to PPB_WidgetDev, use scale for paintingjhorwich@chromium.org2012-08-231-1/+9
* Modify the PPAPI CDM interface to pass more info.tomfinegan@chromium.org2012-08-223-18/+178
* Revert 152495 - Add SetScale to PPB_WidgetDev, use scale for paintingkinuko@chromium.org2012-08-211-9/+1
* Add SetScale to PPB_WidgetDev, use scale for paintingjhorwich@chromium.org2012-08-211-1/+9
* don't use COMPILER_MSVC in pp_macros.hsbc@chromium.org2012-08-211-1/+1
* Add PPAPI decryptor interfaces.tomfinegan@chromium.org2012-08-142-0/+298
* Add ability to load pnacl resources from DIR_PNACL_COMPONENT.jvoung@google.com2012-08-131-2/+6
* Retry "Add an interface for PNaCl to check if the session is incognito..."jvoung@google.com2012-08-061-6/+10
* Revert "Add an IPC for PNaCl to check if the session is incognito,"jvoung@google.com2012-08-031-10/+6
* Add an IPC for PNaCl to check if the session is incognito,jvoung@google.com2012-08-021-6/+10
* Add PP_FlashLSORestrictions to the list of settings supported by the Flash_Ge...bauerb@chromium.org2012-08-021-1/+25
* Add an interface for nacl to create delete-on-close temp files,jvoung@google.com2012-07-301-2/+10
* Factor out PP_FileHandle from ppb_flash_file into itsjvoung@google.com2012-07-271-0/+22
* Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations ...bauerb@chromium.org2012-07-271-15/+39
* Add a NaCl-Private interface for opening files in DIR_PNACL_COMPONENT.jvoung@google.com2012-07-231-1/+8
* Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...fischman@chromium.org2012-07-231-1/+1
* Remove ppb_fullscreen_dev interface, as fullscreen has been outnfullagar@google.com2012-07-161-47/+0
* PPAPI: Add Quota info to PPB_FileSystem::Open docdmichael@chromium.org2012-07-111-1/+8
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-101-1/+13
* Plumb through the page focus lost event to Pepper plugins.brettw@chromium.org2012-06-301-2/+10
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-282-0/+89
* Implement right-to-left text rendering in Pepper.brettw@chromium.org2012-06-282-1/+21
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-271-1/+22