summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
Commit message (Expand)AuthorAgeFilesLines
* Route surface visibility notifications through ContextSupport/GpuControljamesr@chromium.org2013-12-081-1/+5
* Pepper: Move PPB_Testing_Dev to Private.teravest@chromium.org2013-11-251-2/+2
* Pepper: Use QuotaFileIO for SetLength, FileUtilProxy for Touch.bbudge@chromium.org2013-11-221-2/+3
* PPAPI: Add PluginPrivateFileSystemnhiroki@chromium.org2013-11-202-0/+21
* Split incompatible MSAA extensions.sievers@chromium.org2013-11-131-2/+2
* Pepper: Add shared Utilities for file systems.bbudge@chromium.org2013-11-123-0/+60
* PPAPI: Generalize PPB_Ext_CrxFileSystem as PPB_IsolatedFileSystemnhiroki@chromium.org2013-11-082-1/+2
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-071-2/+2
* [PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.mgiuca@chromium.org2013-10-312-0/+21
* Fix out of sync buffer indexing for PPAPI audio.dalecurtis@chromium.org2013-10-312-8/+19
* GetNativeImageDataFormat: Return PP_IMAGEDATAFORMAT_RGBA_PREMUL in the case o...jhoak@google.com2013-10-301-1/+6
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-231-16/+8
* [PPAPI] It is now valid to store PP_Resource 0 in a ResourceVar.mgiuca@chromium.org2013-10-161-0/+6
* Fix some WeakPtrFactory members that aren't lastdmichael@chromium.org2013-10-081-2/+2
* PPAPI: Remove instance param from GetFileTaskRunnerdmichael@chromium.org2013-10-013-3/+3
* PPAPI: Make GLES2 calls resilient to bad/dead resources.dmichael@chromium.org2013-09-305-261/+728
* Pepper API implementation for output protection.kcwu@chromium.org2013-09-281-0/+1
* Make *CommandBufferProxy* implement GpuControlpiman@chromium.org2013-09-272-2/+3
* [PPAPI] Var destructor is private.mgiuca@chromium.org2013-09-262-8/+8
* [PPAPI] ResourceVar now holds a pending renderer and browser host ID.mgiuca@chromium.org2013-09-262-0/+14
* [PPAPI] ResourceVar now reference counts its Resource in the plugin.mgiuca@chromium.org2013-09-237-58/+64
* PPB_TCPSocket: add support for TCP server socket operations.yzshen@chromium.org2013-09-202-0/+164
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-187-146/+87
* PPAPI: Purposely leak ProxyLock, fix shutdown racedmichael@chromium.org2013-09-1710-24/+164
* Pepper API implementation for platform verification.dalecurtis@chromium.org2013-09-171-0/+1
* Simplify PPB_NetworkMonitor proxy.sergeyu@chromium.org2013-09-173-212/+0
* Revert r223494 "Simplify PPB_NetworkMonitor proxy."sergeyu@chromium.org2013-09-173-0/+212
* Simplify PPB_NetworkMonitor proxy.sergeyu@chromium.org2013-09-173-212/+0
* Revert 223482 "Simplify PPB_NetworkMonitor proxy."ikarienator@chromium.org2013-09-173-0/+212
* Simplify PPB_NetworkMonitor proxy.sergeyu@chromium.org2013-09-173-212/+0
* Classify ARM Chromebooks as high latency audio.ihf@chromium.org2013-09-161-5/+16
* The current PPB_KeyboardInputEvent_Dev interface uses the old USB codes which...garykac@chromium.org2013-09-142-0/+10
* [PPAPI] ppapi::ResourceVar: Added IsPending method.mgiuca@chromium.org2013-09-133-3/+12
* Revert "PPAPI: Purposely leak ProxyLock, fix shutdown race"dmichael@chromium.org2013-09-1210-163/+24
* PPAPI: Purposely leak ProxyLock, fix shutdown racedmichael@chromium.org2013-09-1210-24/+163
* [PPAPI] Added PP_VARTYPE_RESOURCE as a PP_VarType enum value.mgiuca@chromium.org2013-09-124-6/+63
* Add a new parameter |latency| to PPB_Audio.yzshen@chromium.org2013-09-063-15/+83
* Remove printf from ppapi Resource.bbudge@chromium.org2013-09-061-1/+0
* Refactor PPB_NetworkMonitor_Private interface to use CompletionCallback.sergeyu@chromium.org2013-09-061-1/+1
* Revert 221284 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-09-057-87/+146
* PPAPI: Blocking callbacks shouldn't need a target_loop_dmichael@chromium.org2013-09-051-9/+15
* Use PP_ArrayOutput and PPB_NetAddress in PPB_NetworkList_Private..sergeyu@chromium.org2013-09-052-10/+24
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-09-047-146/+87
* [PPAPI] Added a new Var subclass, ResourceVar.mgiuca@chromium.org2013-09-034-0/+105
* webkit can no longer depend on ppapi; shared_impl can now depend on ipc.mgiuca@chromium.org2013-09-021-4/+0
* Revert 219911 "Pepper: Move FileRef to the "new" resource proxy."teravest@chromium.org2013-08-298-109/+145
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-285-713/+0
* Pepper: Move FileRef to the "new" resource proxy.teravest@chromium.org2013-08-288-145/+109
* Remove unreachable code.etienneb@chromium.org2013-08-211-6/+1
* Enforce a memory limit on MappedMemoryManagerkaanb@chromium.org2013-08-211-1/+2