summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Add template SyncCall() to PluginResource.yzshen@chromium.org2012-10-135-43/+251
* Allow null buffer resources to be returned through the PPB_ContentDecryptor_P...ddorwin@chromium.org2012-10-131-5/+12
* Remove 'Dev' permission from PPB_Var_ArrayBuffer interface.bbudge@chromium.org2012-10-121-1/+1
* Generalize Pepper CDM API decrypt and decode.tomfinegan@chromium.org2012-10-123-27/+31
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-125-0/+150
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-115-39/+151
* Implement plugin side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-1111-1/+366
* Disable PluginVarTrackerTest.RecursiveTrackWithNoRef to try to fix ppapi_unit...raymes@chromium.org2012-10-111-1/+1
* Introduce PPB_Flash_Font.yzshen@chromium.org2012-10-0911-52/+212
* Fixed EXPECT calls to compile on Precise with GCC 4.6.3.pastarmovj@google.com2012-10-091-3/+3
* Pepper WebSocket API: Implement new design Chrome IPC.toyoshim@chromium.org2012-10-097-7/+922
* Add some 'Private' and 'Dev' interfaces to the NaCl IPC PPAPI Proxy.bbudge@chromium.org2012-10-081-5/+2
* Copy PP_Vars in ppapi test PluginVectorReceiveInput so we can test their refc...raymes@chromium.org2012-10-061-5/+11
* [Coverity] Fix uninitialized scalar field.kmadhusu@chromium.org2012-10-041-2/+2
* Convert InstancePrivate to IDL.brettw@chromium.org2012-10-041-2/+1
* Update PPP side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-043-30/+32
* Converted PluginResource reply message handling to use base::Callbackraymes@chromium.org2012-10-0412-120/+239
* Update PPB side of Pepper CDM API to support video decoding.tomfinegan@chromium.org2012-10-033-9/+11
* Keep a module reference during all Pepper message handling.brettw@chromium.org2012-10-032-5/+7
* Added sync calls to resources.raymes@chromium.org2012-10-033-0/+40
* Plumb RequestorProcessID field through various layers to enable the Networkdarin@chromium.org2012-10-031-2/+8
* Fix IPC-based NaCl PPAPI proxy to send upload / download progress messages.bbudge@chromium.org2012-10-023-38/+34
* Remove VideoLayer and LayerCompositor APIs.brettw@chromium.org2012-10-022-9/+0
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-0216-56/+188
* Add IDL file for PPP_VideoCapture_Dev.yzshen@chromium.org2012-10-022-3/+2
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-013-23/+0
* Implement browser side of PPB_Printing resource.raymes@chromium.org2012-09-272-1/+5
* Render/pepper hang debugging: generate dumps for the browser and renderer pro...yzshen@chromium.org2012-09-261-5/+0
* Disable PPAPI unittest PluginVectorReceiveInputraymes@chromium.org2012-09-251-1/+1
* [OSX] Forward Flapper GetLocalTimeZoneOffset() to browser on OSX.shess@chromium.org2012-09-251-1/+3
* nacl: Fix a bunch of compiler warningsthakis@chromium.org2012-09-241-1/+1
* PPAPI/NaCl: Sanitize CallOnMainThread delay parameterdmichael@chromium.org2012-09-211-0/+6
* Changes to allow testing interface for new NaCl Proxynfullagar@google.com2012-09-203-1/+14
* PPAPI/NaCl: Set the PluginProxyDelegate for the IPC proxydmichael@chromium.org2012-09-201-0/+1
* Generate dumps for relevant renderers when users kill a hung pepper plugin.yzshen@chromium.org2012-09-191-2/+5
* Don't crash the renderer if the plugin crashes.brettw@chromium.org2012-09-191-0/+3
* Convert url request info to new proxy API.brettw@chromium.org2012-09-199-41/+308
* Various fixes to make ppapi_unittests pass again.raymes@chromium.org2012-09-194-28/+115
* Make return type of DispatchResourceReply consistentvictorhsieh@chromium.org2012-09-181-3/+3
* Eliminate some buffer copies in the URLLoader proxy.darin@chromium.org2012-09-183-51/+74
* Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.bbudge@chromium.org2012-09-171-0/+21
* Revert 157163 - Start IPC-based NaCl PPAPI proxy after all untrusted code has...bbudge@chromium.org2012-09-171-21/+0
* Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.bbudge@chromium.org2012-09-171-0/+21
* Add 'Net*' interface proxies to the untrusted NaCl IPC-PPAPI IRT build.bbudge@chromium.org2012-09-173-25/+25
* Convert the async device ID getter to a chrome resource hostbrettw@chromium.org2012-09-157-170/+126
* 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