summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Update PluginInstance for decrypt-and-decode video.xhwang@chromium.org2012-10-182-0/+8
* Change pnacl translator filenames and layout.jvoung@chromium.org2012-10-181-1/+4
* Fix typo in comment in ppapi/cpp/dev/url_util_dev.h.viettrungluu@chromium.org2012-10-181-1/+1
* Make PPB_Flash_Proxy::GetLocalTimeZoneOffset()'s cache aware of the input time.viettrungluu@chromium.org2012-10-181-7/+19
* Move pnacl_component_crx_gen to the chrome tree from nacl.jvoung@chromium.org2012-10-186-2/+642
* Handle additional messages in the NaCl PpapiDispatcher.bbudge@chromium.org2012-10-171-19/+2
* Fix ppapi TwoWayTest so that it constructs a unique IPC::ChannelHandle.raymes@chromium.org2012-10-172-3/+9
* WebSocket test server migration on PPAPI teststoyoshim@chromium.org2012-10-171-6/+4
* Fix the NaCl IPC proxy untrusted side to allow calls off the main thread.bbudge@chromium.org2012-10-163-18/+18
* Make GLES2Implementation based on GLES2Interfacegman@chromium.org2012-10-161-0/+1
* Remove more tests from the NaCl SCons build.ncbray@chromium.org2012-10-1612-483/+14
* PluginResource: Avoid having two sets of similar methods for talking with bro...yzshen@chromium.org2012-10-169-88/+57
* Implement host side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-165-2/+258
* Enable Pepper threading for the NaCl IPC proxy untrusted side.bbudge@chromium.org2012-10-153-0/+9
* Put locks around PPB_Graphics3d.nfullagar@chromium.org2012-10-157-5/+216
* Add template SyncCall() to PluginResource.yzshen@chromium.org2012-10-136-43/+252
* 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
* Remove redundant PPAPI tests from NaCl SCons build.ncbray@google.com2012-10-1231-3745/+0
* PPAPI/Flapper: Add default constructor for pp::flash::FontFile.viettrungluu@chromium.org2012-10-122-1/+6
* Generalize Pepper CDM API decrypt and decode.tomfinegan@chromium.org2012-10-1210-152/+88
* Add decoder de-initialization and reset to the Pepper CDM API.tomfinegan@chromium.org2012-10-1216-4/+437
* Add PPAPI CDM video decoder initialization.tomfinegan@chromium.org2012-10-1117-112/+481
* Fix NaCl IPC-based proxy build to disable pepper threading for now.bbudge@chromium.org2012-10-113-18/+9
* Remove PPAPI tests from NaCl's SCons build that are not automated or are dead.ncbray@chromium.org2012-10-1143-3039/+1
* Fix print settings units conversion for PPB_Printing.raymes@chromium.org2012-10-111-3/+22
* Implement plugin side of sync EnumerateVideoCaptureDevicesraymes@chromium.org2012-10-1123-10/+675
* Ensure the Printing_Dev::GetDefaultPrintSettings callback is run even if no i...raymes@chromium.org2012-10-112-7/+5
* Disable PluginVarTrackerTest.RecursiveTrackWithNoRef to try to fix ppapi_unit...raymes@chromium.org2012-10-111-1/+1
* Fix NaCl IPC proxy build, to properly enable Pepper threading.bbudge@chromium.org2012-10-103-18/+18
* Convert GPU blacklist to IDL.brettw@chromium.org2012-10-104-9/+76
* ppapi: Fix expectation for touch-event location.sadrul@chromium.org2012-10-101-6/+2
* Introduce PPB_Flash_Font.yzshen@chromium.org2012-10-0930-76/+612
* 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-0918-21/+963
* Eliminate last references to disable_dynamic_plugin_loading in Chrome repo.ncbray@chromium.org2012-10-093-17/+3
* Use local strcmp in pnacl IRT shim.dschuff@chromium.org2012-10-091-1/+7
* Clean up NaCl's SCons build.ncbray@chromium.org2012-10-0913-748/+15
* Convert PPB_Instance_Private interface to IDLraymes@chromium.org2012-10-083-6/+111
* Enable Pepper threading, but only for the untrusted side of the NaCl IPC proxy.bbudge@chromium.org2012-10-083-0/+9
* Remove unused PPB_Flash_UDPSocket interfaceraymes@chromium.org2012-10-084-203/+1
* Add some 'Private' and 'Dev' interfaces to the NaCl IPC PPAPI Proxy.bbudge@chromium.org2012-10-083-33/+37
* Remove unused PPP_CursorControl_Devraymes@chromium.org2012-10-083-21/+0
* Copy PP_Vars in ppapi test PluginVectorReceiveInput so we can test their refc...raymes@chromium.org2012-10-061-5/+11
* Convert UMA interface to IDL.brettw@chromium.org2012-10-055-11/+119
* Remove PP_FileInfo_Dev which appears to be unused.raymes@chromium.org2012-10-052-16/+1
* Revert 160454 - Port three nacl_integration tests to browser_tests.sky@chromium.org2012-10-0517-0/+1374
* Port three nacl_integration tests to browser_tests.ncbray@chromium.org2012-10-0517-1374/+0
* Allow pepper plugins to request the integrated GPU.jbauman@chromium.org2012-10-052-4/+32
* [Coverity] Fix uninitialized scalar field.kmadhusu@chromium.org2012-10-041-2/+2