summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the comments for PPB_MouseLock.yzshen@chromium.org2012-12-191-2/+1
* CDM/PPAPI: Fix plugin-side ref-counting leakdmichael@chromium.org2012-12-191-8/+8
* PPAPI: Move PPB_Console out of dev.ncbray@chromium.org2012-12-134-34/+46
* Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V...tomfinegan@chromium.org2012-12-122-3/+6
* Fix in process PPAPI decryption.tomfinegan@chromium.org2012-12-112-2/+15
* Convert flash font file to use the browser font trusted code.brettw@chromium.org2012-12-103-4/+10
* Introduce PPB_VideoCapture_Dev v0.3:yzshen@chromium.org2012-12-102-16/+64
* Remove PPB_Flash_File_ModuleLocal_2_0.raymes@chromium.org2012-12-072-71/+1
* Use PP_BrowserFont_Trusted_Descriptionbrettw@chromium.org2012-12-073-4/+5
* Revert 171858raymes@chromium.org2012-12-071-1/+65
* Remove PPB_Flash_File_ModuleLocal_2_0.raymes@chromium.org2012-12-071-65/+1
* Make BrowserFont take an InstanceHandle.brettw@chromium.org2012-12-072-9/+9
* Revert 171408raymes@chromium.org2012-12-062-0/+37
* Revert 171389raymes@chromium.org2012-12-062-37/+0
* Revert 171080raymes@chromium.org2012-12-062-0/+37
* Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code:yzshen@chromium.org2012-12-052-16/+60
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-042-37/+0
* Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.brettw@chromium.org2012-11-291-11/+11
* Deprecate and remove unused PPB_Flash functions.raymes@chromium.org2012-11-261-45/+68
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-161-4/+37
* Refactor video capture to new design, as part of the whole Pepper resource re...victorhsieh@chromium.org2012-11-162-44/+3
* Provide a safer FileIO Read APIvictorhsieh@chromium.org2012-11-163-40/+176
* PPAPI: Take PPB_MessageLoop out of Devdmichael@chromium.org2012-11-153-98/+99
* Rewrite PPB_AudioInput_Dev to use the new-style host/resource.yzshen@chromium.org2012-11-082-106/+4
* PPAPI: Make CompletionCallbacks work right on background threads.dmichael@chromium.org2012-11-082-1/+6
* Allow a video decoder object to be copied.brettw@chromium.org2012-11-072-6/+1
* Add more tests to ppapi/tests/test_image_data.cc, to facilitatenfullagar@chromium.org2012-11-012-0/+20
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-012-13/+70
* Add type argument to pepper content decryptor method GenerateKeyRequest().tomfinegan@chromium.org2012-10-292-6/+13
* Add pepper content decryption audio decoding API.tomfinegan@chromium.org2012-10-192-10/+34
* PPAPI: Add a (trivial) C++ wrapper for PPB_CursorControl_Dev.viettrungluu@chromium.org2012-10-192-0/+103
* PPAPI: Add a (trivial) C++ wrapper for PPB_Crypto_Dev.viettrungluu@chromium.org2012-10-182-0/+60
* Update PluginInstance for decrypt-and-decode video.xhwang@chromium.org2012-10-181-0/+1
* Fix typo in comment in ppapi/cpp/dev/url_util_dev.h.viettrungluu@chromium.org2012-10-181-1/+1
* Implement host side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-162-2/+34
* PPAPI/Flapper: Add default constructor for pp::flash::FontFile.viettrungluu@chromium.org2012-10-122-1/+6
* Generalize Pepper CDM API decrypt and decode.tomfinegan@chromium.org2012-10-122-12/+14
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-122-0/+54
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-112-0/+33
* Ensure the Printing_Dev::GetDefaultPrintSettings callback is run even if no i...raymes@chromium.org2012-10-112-7/+5
* Introduce PPB_Flash_Font.yzshen@chromium.org2012-10-092-0/+101
* Update PPP side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-042-11/+12
* Update PPB side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-032-3/+3
* Add IDL file for PPP_VideoCapture_Dev.yzshen@chromium.org2012-10-021-1/+1
* Implement browser side of PPB_Printing resource.raymes@chromium.org2012-09-272-14/+33
* PPAPI: Removed space and extra line from audio_config.hjond@chromium.org2012-09-251-2/+1
* Use either 0.1 or 1.0 versions of PPBFlashFullscreen.jbauman@chromium.org2012-09-251-11/+27
* Don't require a recreation of the context when fullscreeningjbauman@chromium.org2012-09-192-8/+18
* Return void from all PPP CDM API interface methodstomfinegan@chromium.org2012-09-132-51/+46
* Pepper WebSocket API: Fix memory leak issuetoyoshim@chromium.org2012-09-125-28/+30