summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Remove PPAPI dependency on 'net'.bbudge@chromium.org2012-09-133-7/+8
* Return void from all PPP CDM API interface methodstomfinegan@chromium.org2012-09-131-35/+35
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-108-37/+199
* Cache the current locale in Pepper GetLocalTimeZoneOffsetjschuh@chromium.org2012-09-071-8/+20
* This adds the plugin side of the resource only, as well as a unittest.raymes@chromium.org2012-09-078-48/+237
* Fix resource leaks in CDM implementation.tomfinegan@chromium.org2012-09-061-8/+23
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-1/+4
* Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build.bbudge@chromium.org2012-09-046-38/+66
* AllowBroadcast() is exposed to NaCl.ygorshenin@chromium.org2012-08-312-1/+14
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-304-79/+148
* Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser processbbudge@chromium.org2012-08-306-66/+183
* Revert 154134 - Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser...bbudge@chromium.org2012-08-306-183/+66
* Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser processbbudge@chromium.org2012-08-306-66/+183
* Remove stray 'printfs' that got committed.bbudge@chromium.org2012-08-281-2/+0
* PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generallydmichael@chromium.org2012-08-2721-100/+382
* Improve the image data cache.brettw@chromium.org2012-08-243-23/+60
* Add a skeleton gamepad resource.brettw@chromium.org2012-08-247-5/+141
* Don't dispatch PPP_VideoDecoder_Dev methods with no decoder.fischman@chromium.org2012-08-231-0/+8
* Cache image data objects.brettw@chromium.org2012-08-224-9/+340
* Modify the PPAPI CDM interface to pass more info.tomfinegan@chromium.org2012-08-226-57/+191
* PPAPI: Make the proxy not issue redundant or stale calls to RequestSurroundin...viettrungluu@chromium.org2012-08-214-4/+43
* Add PPAPI decryptor implementation.tomfinegan@chromium.org2012-08-177-0/+701
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-1012-36/+211
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-074-28/+28
* Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t...bbudge@chromium.org2012-08-074-28/+28
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-074-28/+28
* Add PP_FlashLSORestrictions to the list of settings supported by the Flash_Ge...bauerb@chromium.org2012-08-023-0/+30
* Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations ...bauerb@chromium.org2012-07-271-2/+14
* PPAPI/NaCl: Make ImageData for NaCl just use shared memorydmichael@chromium.org2012-07-257-15/+155
* Modify the PPB_Audio_Shared code for NaCl.bbudge@chromium.org2012-07-251-4/+5
* PPAPI: Remove unused PPBAudio_NotifyAudioStreamCreated_Paramsdmichael@chromium.org2012-07-251-8/+0
* Remove unused member variable.nileshagrawal@chromium.org2012-07-182-6/+1
* Fix typo where dialog box save_as parameter was dropped, introduced as part o...tsepez@chromium.org2012-07-171-1/+1
* Fix some bugs in the file chooser.brettw@chromium.org2012-07-171-1/+1
* Remove ppb_fullscreen_dev interface, as fullscreen has been outnfullagar@google.com2012-07-161-1/+0
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-1417-419/+557
* Fix code in breakpad_win.cc which handles crash data entries for ppapi plugins.raymes@chromium.org2012-07-131-7/+0
* Add support for threadsafe completion callback factory.brettw@chromium.org2012-07-1316-91/+115
* Re-enabled PPAPI crash url for non-windows platforms.raymes@chromium.org2012-07-111-1/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-07-111-2/+4
* Get the audio proxy building as untrusted code for NaCl.bbudge@chromium.org2012-07-103-8/+6
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-101-0/+2
* Fix PPB_MouseLock.LockMouse crash and add tests.yzshen@chromium.org2012-07-091-10/+4
* Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy.bbudge@chromium.org2012-07-032-10/+10
* Disable setting the crash URL in breakpad for pepper flash.raymes@chromium.org2012-07-021-0/+5
* Create a PPAPI host for new resource message routing.brettw@chromium.org2012-06-302-0/+9
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-284-1/+37
* Invoke PluginImplementedObjectDestroyed for ppp_class deallocatejhorwich@chromium.org2012-06-272-9/+11
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-275-1/+27