summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_instance_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Introduce PPB_NetworkProxy_Devdmichael@chromium.org2013-06-241-3/+7
* Don't send PP_Vars/V8 values with cycles across PostMessageraymes@chromium.org2013-06-191-0/+10
* Revert 207040 "Don't send PP_Vars/V8 values with cycles across P..."raymes@chromium.org2013-06-181-10/+0
* Don't send PP_Vars/V8 values with cycles across PostMessageraymes@chromium.org2013-06-181-0/+10
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* CRX FileSystem Pepper private APIvictorhsieh@chromium.org2013-05-081-0/+4
* ppapi: Use base::MessageLoop.xhwang@chromium.org2013-05-061-1/+1
* Pepper: Autogenerate thunk for PPB_Fullscreenteravest@chromium.org2013-05-021-0/+8
* ppapi: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Apps V2 in Pepper: introduce singleton resource ExtensionsCommon.yzshen@chromium.org2013-03-291-0/+4
* Implement the plugin side of the PPB_PDF proxy. raymes@chromium.org2013-03-291-1/+2
* This is in preparation for adding a new-style proxy for PDF.raymes@chromium.org2013-03-211-0/+4
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-191-2/+5
* Add Pepper TrueType font API plumbing.bbudge@chromium.org2013-03-161-0/+4
* Remove DEV permission requirement on PPB_MouseCursor::SetCursor()wez@chromium.org2013-02-081-3/+2
* Verify we're not getting any plugin messages on the host side of the proxy.brettw@chromium.org2013-01-221-0/+3
* Remove the old PPB_Flash proxy.raymes@chromium.org2012-12-261-6/+0
* Ppapi: remove the code for closing pending user gesture.yzshen@chromium.org2012-12-221-15/+0
* Convert pepper font list to new resource system.brettw@chromium.org2012-12-201-16/+6
* Refactored PPB_Flash GetSettings to the new pepper resource modelraymes@chromium.org2012-12-191-1/+2
* Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V...tomfinegan@chromium.org2012-12-121-13/+4
* Implement an IsAllowed function in the pepper PPB_Broker_Trusted APIraymes@chromium.org2012-12-101-0/+4
* Add permission checks to PPAPI APIs implemented by PPB_Instance_Proxy.bbudge@chromium.org2012-12-081-6/+49
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-081-0/+5
* Revert 171408raymes@chromium.org2012-12-061-5/+0
* Revert 171389raymes@chromium.org2012-12-061-0/+5
* Revert 171080raymes@chromium.org2012-12-061-5/+0
* Encrypted Media: Allows empty key message to be fired.xhwang@chromium.org2012-12-041-5/+10
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-041-0/+5
* Fix Graphics2D in NaCl.brettw@chromium.org2012-12-031-13/+14
* Refactor PPB_Flash_Fullscreen to the new resource model.raymes@chromium.org2012-11-301-4/+16
* Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.brettw@chromium.org2012-11-291-6/+27
* Refactor the way singleton-style resources are exposed via PPB_Instanceraymes@chromium.org2012-11-291-48/+32
* Pepper proxy: make the browser sender handle the proxy lock properly.yzshen@chromium.org2012-11-271-11/+7
* Add a lock statement to the text input Pepper interface.brettw@chromium.org2012-11-161-1/+1
* Exclude host-side code from the NaCl IRT proxy build.bbudge@chromium.org2012-11-131-2/+10
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-051-1/+1
* Fix the PPAPI out of process proxy PPB_Instance::BindGraphics function.bbudge@chromium.org2012-11-021-6/+11
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-011-0/+26
* Allow 0 resource in PPB_Instance_Proxy::Deliver{Frame|Samples}.xhwang@chromium.org2012-10-231-20/+29
* Add CDM video decoder.tomfinegan@chromium.org2012-10-231-11/+23
* Add PPB_MouseCursor interface proxy for the NaCl IPC proxy.bbudge@chromium.org2012-10-231-4/+0
* Add pepper content decryption audio decoding API.tomfinegan@chromium.org2012-10-191-18/+26
* Add PPB_Testing_Dev GetDocumentURL to the NaCl IPC-based PPAPI proxy.bbudge@chromium.org2012-10-191-24/+25
* Allow null buffer resources to be returned through the PPB_ContentDecryptor_P...ddorwin@chromium.org2012-10-131-5/+12
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-121-0/+47
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-111-0/+22
* Implement plugin side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-111-0/+24
* Update PPB side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-031-6/+6
* This adds the plugin side of the resource only, as well as a unittest.raymes@chromium.org2012-09-071-38/+0