summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Consolidate list of NaCl SCons files in Chrome repo.ncbray@chromium.org2012-11-072-64/+37
* Convert NetworkState to IDL.teravest@chromium.org2012-11-073-5/+62
* Allow a video decoder object to be copied.brettw@chromium.org2012-11-072-6/+1
* Remove even more redundant PPAPI tests from nacl_integration.ncbray@chromium.org2012-11-0712-1192/+0
* Update comments for the GeneratorByFile interface.teravest@chromium.org2012-11-071-29/+27
* NaCl: De-flake ppapi_extension_mime_handler.ccdmichael@chromium.org2012-11-061-1/+1
* Remove C++-style comments from C headers.sbc@chromium.org2012-11-065-10/+9
* Add GetWebSocketTestDataDirectory() to test_data_directorytoyoshim@chromium.org2012-11-061-1/+1
* Fix nacl_integration test to more reliably crash.bbudge@chromium.org2012-11-051-1/+1
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-0522-161/+111
* Fix ppapi_extension_mime_handler nacl test.dmichael@chromium.org2012-11-031-9/+11
* Avoid leaking SerializedHandles.yzshen@chromium.org2012-11-025-45/+136
* DLOG rather than DCHECK in GetBrowserInterface when name is NULL.bbudge@chromium.org2012-11-021-3/+6
* Instantiate a base::AtExitManager in NaCl IPC proxy Main().bbudge@chromium.org2012-11-021-0/+2
* Use extensions socket permission for TCP/UDP socket APIs in Pepperdpolukhin@chromium.org2012-11-024-14/+29
* Don't assert if PluginInstance can't get PPP_Combined. Some tests exercise th...bbudge@chromium.org2012-11-021-1/+0
* Fix the PPAPI out of process proxy PPB_Instance::BindGraphics function.bbudge@chromium.org2012-11-021-6/+11
* Fix generation of Single version IDL for SDKnoelallen@chromium.org2012-11-021-0/+10
* Add more tests to ppapi/tests/test_image_data.cc, to facilitatenfullagar@chromium.org2012-11-016-27/+105
* Move flash clipboard to the new proxy and add custom format supportraymes@chromium.org2012-11-0129-350/+795
* Fix version discovery for Interfaces, Structsnoelallen@chromium.org2012-11-012-37/+79
* Pass PPAPI permissions to NaClProcessHost and HostDispatcher when starting up.bbudge@chromium.org2012-11-017-13/+27
* Revert 165376 - Use extensions socket permission for TCP/UDP socket APIs in P...dpolukhin@chromium.org2012-11-014-29/+14
* Use extensions socket permission for TCP/UDP socket APIs in Pepperdpolukhin@chromium.org2012-11-014-14/+29
* Remove PpapiPermissions from selected Private interfaces.bbudge@chromium.org2012-11-014-33/+52
* Port ppapi_progress_event test from nacl_integration to browser_tests.ncbray@chromium.org2012-10-309-110/+5
* Split IPC logging between content and chrome.jochen@chromium.org2012-10-301-0/+7
* Add type argument to pepper content decryptor method GenerateKeyRequest().tomfinegan@chromium.org2012-10-2912-68/+89
* Provide IPC mechanism for host-to-resource messagingvictorhsieh@chromium.org2012-10-293-62/+65
* Fix layering violation where content is included by gpu.ccameron@chromium.org2012-10-282-59/+0
* Add support for additional a/v decoders to Pepper CDM API.tomfinegan@chromium.org2012-10-273-8/+26
* Revert nacl.scons from r164136, the Scons build of ppapi_gles2 is used by pna...binji@chromium.org2012-10-261-0/+17
* Reduce log spew in nacl_integration.ncbray@google.com2012-10-253-5/+0
* Don't crash when destoying transfer buffer that isn't mapped.jbauman@chromium.org2012-10-251-4/+5
* Remove more redundant PPAPI interface tests from NaCl's SCons build.ncbray@chromium.org2012-10-2523-2185/+0
* NaCl: Remove "#ifdef NACL_STANDALONE" code pathsmseaborn@chromium.org2012-10-255-33/+1
* NaCl: Remove the nacl_standalone==1 case from plugin.gypmseaborn@chromium.org2012-10-251-73/+40
* NaCl: Remove unused dylib_unittest.cc and plugin_unittest.ccmseaborn@chromium.org2012-10-253-140/+0
* Remove a large file that should have been removed in 161524.ncbray@google.com2012-10-251-65536/+0
* Add the PPB_NET_ADDRESS_PRIVATE interface to the NaCl IPC-based proxy.bbudge@chromium.org2012-10-253-282/+237
* WebSocket_AbortReceiveMessageCall was flaky because it was slow.toyoshim@chromium.org2012-10-241-13/+11
* Cache more information when launching NaCl sel_ldr, and pass 'Dev' interfacebbudge@chromium.org2012-10-232-3/+5
* Encrypted Media: Return and handle NeedMoreData correctly.xhwang@chromium.org2012-10-239-64/+66
* Change the way we generate versions.noelallen@chromium.org2012-10-2317-136/+428
* Allow 0 resource in PPB_Instance_Proxy::Deliver{Frame|Samples}.xhwang@chromium.org2012-10-231-20/+29
* Add CDM video decoder.tomfinegan@chromium.org2012-10-232-16/+33
* Add PPB_MouseCursor interface proxy for the NaCl IPC proxy.bbudge@chromium.org2012-10-233-10/+1
* Add the PPB_Memory_Dev interface to the NaCl IPC-based proxy.bbudge@chromium.org2012-10-221-1/+1
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-222-4/+4
* WebSocket Pepper API: split AbortCalls test to four partstoyoshim@chromium.org2012-10-222-37/+72