summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-134-1/+199
* Added test for disallowed tcp server socket API.ygorshenin@chromium.org2012-03-113-0/+118
* Renable NaClPPAPITest.PostMessage_SendingArrayBuffer with the fix in testing_...jam@chromium.org2012-03-111-1/+4
* Switch PPAPITests to run in browser_tests instead of ui_tests. The former is ...jam@chromium.org2012-03-103-28/+21
* Fix a crash related to PPAPI scripting.yzshen@chromium.org2012-03-1014-117/+97
* Add a very simple example pepper plugin that uses a 3d contextjamesr@chromium.org2012-03-103-0/+201
* Revert 125942.thakis@chromium.org2012-03-103-21/+28
* Coverity: Fix two pass-by-values.jhawkins@chromium.org2012-03-102-2/+2
* Remove NewRequiredCallback.brettw@chromium.org2012-03-1010-127/+29
* WebSocket Pepper API: Implement extensionstoyoshim@chromium.org2012-03-103-5/+5
* Switch PPAPITests to run in browser_tests instead of ui_tests. The former is ...jam@chromium.org2012-03-093-28/+21
* Fix line endings (no code change)yzshen@chromium.org2012-03-092-6/+6
* Treat pnacl nexe load crashes the same as normal nexe load crashes.jvoung@google.com2012-03-091-1/+1
* Add HandleInputEventAck message to allow out-of-process plugins to respond to...bbudge@chromium.org2012-03-098-65/+62
* Revert 125761 - Implement PPB_NetworkMonitor_Private Pepper interface.viettrungluu@chromium.org2012-03-093-198/+0
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-093-0/+198
* Add the array output C API.brettw@chromium.org2012-03-083-0/+206
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-082-0/+2
* Fix line endings.brettw@chromium.org2012-03-081-564/+564
* Factor out the command buffer implementation in ppb_graphics_3d_proxy so that...fsamuel@chromium.org2012-03-085-230/+282
* Move ppapi/examples/gles2/ to ppapi/examples/video_decodejamesr@chromium.org2012-03-075-51/+53
* Add ASSERT_SUBTEST_SUCCESS for Pepper tests.sergeyu@chromium.org2012-03-073-40/+30
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-076-40/+50
* Pepper: Make C++ wrappers for PPB_NetAddress_Private backwards compatible.viettrungluu@chromium.org2012-03-072-41/+74
* Fixed some TODO comments so they wouldn't show up in the docs.jond@google.com2012-03-075-17/+24
* Rename NaCl/pepper gamepad interface from _dev to stablescottmg@chromium.org2012-03-0722-70/+69
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-0718-290/+1262
* Add Yuzhu to ppapi/OWNERSbrettw@chromium.org2012-03-071-1/+1
* PPAPI: Change misused PP_Module to PP_Instancedmichael@chromium.org2012-03-072-5/+5
* Add Trung to owners.brettw@chromium.org2012-03-071-1/+1
* Pepper: Make C++ wrappers for PPB_AudioConfig backwards compatible.viettrungluu@chromium.org2012-03-071-15/+29
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-03-062-2/+2
* Remove unneeded arguments from SelLdrLauncher::Start call.sehr@google.com2012-03-061-2/+1
* Prevent NaCl proxy from closing the handle by bumping the ref count.nfullagar@google.com2012-03-061-1/+3
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-03-064-16/+18
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-0/+1
* This adds support for a number of features in the current WebIDL spec (http:/...asargent@chromium.org2012-03-055-30/+119
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-0520-17/+647
* Coverity: Fix a few pass-by-values.jhawkins@chromium.org2012-03-041-3/+2
* Convert uses of int ms to TimeDelta in ppapi.tedvessenes@gmail.com2012-03-031-1/+1
* Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-0320-645/+17
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-3/+3
* WebSocket Pepper API: unit test must use close code defined by APItoyoshim@chromium.org2012-03-031-21/+29
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-0320-17/+645
* Changed <code> to @code and </code> to @endcode (for formatting issues. Remov...jond@google.com2012-03-039-35/+34
* Fixing paths so that they pick up the variable for the pepper directory based...jond@google.com2012-03-022-3/+3
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-1/+0
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-0/+1
* Close and delete pnacl temp files when compile or link fails.jvoung@google.com2012-03-013-54/+73
* Revise gamepad interfacescottmg@chromium.org2012-03-0110-99/+101