summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Remove the NaCl SRPC proxy from Chrome.bbudge@chromium.org2013-01-171-4/+2
* Fix the comment of PPB_MessageLoop.PostWork()yzshen@chromium.org2013-01-171-5/+5
* Enforce non-negative BitstreamBuffer idsheu@chromium.org2013-01-151-2/+3
* When launching PNaCl helper nexes, explicitly disable IRT loading.jvoung@google.com2013-01-111-1/+4
* NaCl Ports uses the PPAPI_RELEASE macro to determine which versionnoelallen@chromium.org2013-01-112-3/+5
* Remove the socket_count parameter from NaCl Launch IPC messages.jvoung@google.com2013-01-091-6/+5
* Revert 175233 because Linux ASAN builder cannot compile it.alexeypa@google.com2013-01-041-68/+0
* Add trace event Pepper APIelijahtaylor@chromium.org2013-01-041-0/+68
* PPAPI: modify FileIO.Open to return PP_ERROR_NOTAFILE when opening a directorynhiroki@chromium.org2012-12-211-1/+3
* Update the comments for PPB_MouseLock.yzshen@chromium.org2012-12-191-3/+2
* Pepper and IPC plumbing to display message to NaCl userdschuff@chromium.org2012-12-141-1/+13
* Add idl version of ppb_flash_menu.idlnoelallen@chromium.org2012-12-131-16/+55
* PPAPI: Move PPB_Console out of dev.ncbray@chromium.org2012-12-131-13/+13
* Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V...tomfinegan@chromium.org2012-12-121-6/+5
* Fix some types at the IPC layer. Sizes should be unsigned.cevans@chromium.org2012-12-121-2/+2
* Fix in process PPAPI decryption.tomfinegan@chromium.org2012-12-111-3/+17
* Convert flash font file to use the browser font trusted code.brettw@chromium.org2012-12-101-5/+6
* Remove PPB_Instance 0.5brettw@chromium.org2012-12-101-10/+1
* Introduce PPB_VideoCapture_Dev v0.3:yzshen@chromium.org2012-12-101-15/+57
* Implement an IsAllowed function in the pepper PPB_Broker_Trusted APIraymes@chromium.org2012-12-101-4/+22
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-081-11/+2
* Remove PPB_Flash_File_ModuleLocal_2_0.raymes@chromium.org2012-12-071-25/+0
* Use PP_BrowserFont_Trusted_Descriptionbrettw@chromium.org2012-12-071-46/+50
* Revert 171858raymes@chromium.org2012-12-071-0/+25
* Remove PPB_Flash_File_ModuleLocal_2_0.raymes@chromium.org2012-12-071-25/+0
* Revert 171408raymes@chromium.org2012-12-061-2/+11
* Revert 171389raymes@chromium.org2012-12-061-11/+2
* Revert 171080raymes@chromium.org2012-12-061-2/+11
* Encrypted Media: Support pp::Buffer_Dev reuse in PpbBufferAllocator.xhwang@chromium.org2012-12-051-9/+13
* Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code:yzshen@chromium.org2012-12-052-18/+75
* Encrypted Media: Allows empty key message to be fired.xhwang@chromium.org2012-12-041-2/+3
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-041-11/+2
* Add a flag to LaunchSelLdr to skip grabbing a routing_id.jvoung@chromium.org2012-12-041-2/+6
* Make PPAPI headers compilable with -Wstrict-prototypesmseaborn@chromium.org2012-11-297-24/+24
* ppapi: Opt-in to receive synthetic mouse events for touch-events.sadrul@chromium.org2012-11-281-2/+10
* Convert the Pepper Talk API to use the new resource system.brettw@chromium.org2012-11-281-3/+3
* IDLize PPP_Scrollbar_Dev.teravest@chromium.org2012-11-281-6/+34
* IDLize PPB_DirectoryReader_Dev.teravest@chromium.org2012-11-271-31/+53
* Revert 169707 - Revert 169703 - IDLize PPB_Graphics3DTrusted.dalecurtis@google.com2012-11-271-55/+72
* Revert 169703 - IDLize PPB_Graphics3DTrusted.dalecurtis@google.com2012-11-271-72/+55
* IDLize PPB_Graphics3DTrusted.teravest@chromium.org2012-11-271-55/+72
* Deprecate and remove unused PPB_Flash functions.raymes@chromium.org2012-11-261-115/+15
* Add data_size to PP_EncryptedBlockInfo.xhwang@chromium.org2012-11-211-2/+11
* Improve NaCl plugin error reporting when using IPC proxy.bbudge@chromium.org2012-11-201-66/+105
* Revert 168557 - Improve NaCl plugin error reporting when using IPC proxy.bbudge@chromium.org2012-11-191-105/+66
* Improve NaCl plugin error reporting when using IPC proxy.bbudge@chromium.org2012-11-191-66/+105
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-161-2/+3
* Refactor video capture to new design, as part of the whole Pepper resource re...victorhsieh@chromium.org2012-11-161-13/+1
* Provide a safer FileIO Read APIvictorhsieh@chromium.org2012-11-161-4/+64
* PPAPI: Take PPB_MessageLoop out of Devdmichael@chromium.org2012-11-151-10/+11