summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-0510-143/+94
* Use extensions socket permission for TCP/UDP socket APIs in Pepperdpolukhin@chromium.org2012-11-022-12/+25
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-015-20/+157
* Revert 165376 - Use extensions socket permission for TCP/UDP socket APIs in P...dpolukhin@chromium.org2012-11-012-25/+12
* Use extensions socket permission for TCP/UDP socket APIs in Pepperdpolukhin@chromium.org2012-11-012-12/+25
* Add the PPB_NET_ADDRESS_PRIVATE interface to the NaCl IPC-based proxy.bbudge@chromium.org2012-10-251-275/+230
* Add PPB_MouseCursor interface proxy for the NaCl IPC proxy.bbudge@chromium.org2012-10-231-2/+0
* Put locks around PPB_Graphics3d.nfullagar@chromium.org2012-10-154-0/+54
* Implement plugin side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-111-0/+1
* Introduce PPB_Flash_Font.yzshen@chromium.org2012-10-092-0/+2
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-024-7/+76
* Revert 157040 - Add some logging to debug PPAPI permissions.brettw@chromium.org2012-09-271-4/+0
* Render/pepper hang debugging: generate dumps for the browser and renderer pro...yzshen@chromium.org2012-09-262-97/+0
* Generate dumps for relevant renderers when users kill a hung pepper plugin.yzshen@chromium.org2012-09-192-0/+97
* Convert url request info to new proxy API.brettw@chromium.org2012-09-193-328/+83
* Add some logging to debug PPAPI permissions.brettw@chromium.org2012-09-161-0/+4
* Convert the async device ID getter to a chrome resource hostbrettw@chromium.org2012-09-151-1/+1
* Remove PPAPI dependency on 'net'.bbudge@chromium.org2012-09-134-100/+92
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-104-0/+129
* This adds the plugin side of the resource only, as well as a unittest.raymes@chromium.org2012-09-071-0/+1
* Also check for accelerated plugins when determining when 3d is really enabled.jbauman@chromium.org2012-09-071-1/+4
* Add CHECKs to ensure that PPAPI resources are created on the right threadraymes@chromium.org2012-09-062-1/+25
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-052-7/+41
* Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build.bbudge@chromium.org2012-09-042-0/+6
* AllowBroadcast() is exposed to NaCl.ygorshenin@chromium.org2012-08-312-0/+23
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-303-22/+45
* Add UMA histogram to determine how often Stage3D could be used.jbauman@chromium.org2012-08-292-1/+3
* PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generallydmichael@chromium.org2012-08-278-27/+52
* Fix back-to-back StartPlayback/StopPlayback issue in PPAPI IPC proxynfullagar@google.com2012-08-251-4/+4
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-242-32/+6
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-202-6/+32
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-202-32/+6
* Add PPAPI decryptor implementation.tomfinegan@chromium.org2012-08-171-0/+3
* Mark PPAPI 3D contextgman@chromium.org2012-08-151-0/+2
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-102-8/+10
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-071-1/+12
* Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t...bbudge@chromium.org2012-08-071-11/+1
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-071-1/+11
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+1
* Modify the PPB_Audio_Shared code for NaCl.bbudge@chromium.org2012-07-253-1/+74
* Fix line endings.brettw@chromium.org2012-07-172-75/+75
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-141-1/+0
* Fix unit test to allow repeated successful runs by avoiding a function static...scottbyer@chromium.org2012-07-142-3/+6
* Revert 146670 - Fix unit test to allow repeated successful runs by avoiding a...scottbyer@chromium.org2012-07-132-6/+3
* Fix unit test to allow repeated successful runs by avoiding a function static...scottbyer@chromium.org2012-07-132-3/+6
* Add permissions buts for Pepper plugins.brettw@chromium.org2012-07-132-0/+75
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-102-1/+13
* Create a PPAPI host for new resource message routing.brettw@chromium.org2012-06-302-0/+26