summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Don't send PP_Vars/V8 values with cycles across PostMessageraymes@chromium.org2013-06-187-56/+143
* Pepper: Add initial browser host for FileRef.teravest@chromium.org2013-06-183-0/+67
* Convert PDF to use SimpleImageData resource.bbudge@chromium.org2013-06-183-20/+7
* Update Blink include pathsabarth@chromium.org2013-06-172-4/+4
* Introduce PPB_HostResolver_Dev.yzshen@chromium.org2013-06-149-82/+329
* Enable input events on NaCl, re-enable on disabled platforms.bbudge@chromium.org2013-06-141-3/+3
* Introduce PPB_UDPSocket_Dev.yzshen@chromium.org2013-06-139-238/+494
* Introduce PPB_TCPSocket_Dev.yzshen@chromium.org2013-06-136-1/+381
* Make security team OWNERS for all IPC *_messages*.h files.palmer@chromium.org2013-06-121-7/+7
* Clean up Pepper ImageData resource class.bbudge@chromium.org2013-06-128-213/+257
* Use a direct include of strings headers in ppapi/, printing/.avi@chromium.org2013-06-114-4/+4
* Implement GetVoucherFile and GetHmonitor functions for PPB_Flash_DRMraymes@chromium.org2013-06-113-1/+70
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-114-6/+6
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Introduce PPB_NetAddress_Dev.yzshen@chromium.org2013-06-105-0/+159
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-072-2/+2
* Allow renderer to create pepper ResourceHosts in the browserraymes@chromium.org2013-06-071-0/+22
* Implement pepper interface and plumbing for HRD's UI on ChromeOSdcaiafa@chromium.org2013-06-074-28/+293
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-052-7/+2
* Remove unused CreateURLResponseInfo function.teravest@chromium.org2013-06-042-13/+0
* Update remaining files to use WeakPtr<T>::get() instead of "operator T*"akalin@chromium.org2013-06-041-8/+8
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-0215-40/+35
* Remove unused trusted interfaces.piman@chromium.org2013-06-014-28/+11
* PPAPI: Unlock when deallocating script objects at shutdowndmichael@chromium.org2013-05-311-1/+2
* pepper: simplify context creation/initializationpiman@chromium.org2013-05-314-25/+1
* Update references to Blink's Platform API headers (remaining)abarth@chromium.org2013-05-301-4/+4
* Rename PPB_Flash_DeviceID interface to PPB_Flash_DRMraymes@chromium.org2013-05-258-116/+113
* Add multicast support for PPB_Ext_Socket_Dev.yzshen@chromium.org2013-05-231-15/+20
* Exposed PPB_TCPServerSocketPrivate::GetLocalAddress().ygorshenin@chromium.org2013-05-213-3/+6
* Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM.cevans@chromium.org2013-05-174-23/+23
* Implement a V8 value<->PP_Var converterraymes@chromium.org2013-05-161-152/+4
* Change PPAPI PDF proxy messages to use IPC serialization.bbudge@chromium.org2013-05-164-20/+15
* Implementation of URLLoader using PluginResource/ResourceHost.bbudge@chromium.org2013-05-1613-847/+645
* Revert 200283 "Implement a V8 value<->PP_Var converter"raymes@chromium.org2013-05-151-4/+152
* Implement a V8 value<->PP_Var converterraymes@chromium.org2013-05-151-152/+4
* NaCl: Let SerializedHandle carry open flag.victorhsieh@chromium.org2013-05-143-10/+29
* Revert 199938 "This implements a converter for transforming betw..."yoichio@chromium.org2013-05-141-4/+152
* This implements a converter for transforming between V8 values and PP_Vars. T...raymes@chromium.org2013-05-141-152/+4
* components: Move tracing into tracing namespace.tfarina@chromium.org2013-05-111-2/+1
* Add PPAPI tests for VideoSource and VideoDestination resources.bbudge@chromium.org2013-05-113-9/+39
* Add browser resource host for Apps v2 APIs in Pepper.yzshen@chromium.org2013-05-092-11/+56
* Pepper: Remove PPB_URLResponseInfo_API::GetData.teravest@chromium.org2013-05-082-10/+0
* PPAPI: Check for NULL dispatcher in PPP_VideoDecoderdmichael@chromium.org2013-05-081-1/+7
* CRX FileSystem Pepper private APIvictorhsieh@chromium.org2013-05-0810-1/+183
* Pepper: Fix iteration bug in PluginVarTracker.teravest@chromium.org2013-05-071-3/+5
* ppapi: Use base::MessageLoop.xhwang@chromium.org2013-05-0611-30/+34
* Adds internal APIs, thunks, resources, and resource hosts.bbudge@chromium.org2013-05-049-28/+409
* Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntrieshamaji@chromium.org2013-05-038-202/+199
* Expose useful ImageData creation logic in PPAPI proxy.bbudge@chromium.org2013-05-022-62/+109