summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks.dmichael@chromium.org2012-04-0714-298/+423
* Implemented the function which converts a Chrome X509Certificate into a peppe...raymes@chromium.org2012-04-053-17/+128
* Instrument NaCl's plugin to generate a crash dump to help diagnose in-the-fie...ncbray@google.com2012-04-052-1/+20
* Update PPB_AudioInput_Shared to work with the new format of the shared memory...yzshen@chromium.org2012-04-053-4/+19
* Change the cpp wrappers of audio input/video capture to use CompletionCallbac...yzshen@chromium.org2012-04-0512-263/+220
* Expose some ppapi structs/functions to other componentsfsamuel@chromium.org2012-04-051-13/+17
* Make sure that scoped_ptr<> cannot be used with ref-counted objects.sergeyu@chromium.org2012-04-051-2/+2
* Ppapi audio: don't terminate thread on all negative pending_data.ihf@chromium.org2012-04-052-3/+8
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-0427-2/+1054
* Port some nacl_integration tests to use autogenerated NMFjvoung@google.com2012-04-0378-439/+127
* Support for ARM NaCl untrusted runtime build.olonho@google.com2012-04-032-3/+45
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* PpapiCommandBufferProxy implements CommandBufferProxy.fsamuel@chromium.org2012-04-022-7/+73
* Added RTF support to pepper API.raymes@chromium.org2012-04-025-18/+104
* Update image data test to write into mapped pixel data.nfullagar@google.com2012-04-021-10/+17
* pass CompletionCallbacks by reference (resubmitting https://chromiumcoderevie...tbreisacher@chromium.org2012-04-022-6/+6
* Check explicitly for version 1.0 PPB_File* interfaces in pp::File* wrappers.wez@chromium.org2012-03-313-51/+53
* Revert 129994 - Pass CompletionCallbacks by referencetbreisacher@chromium.org2012-03-302-6/+6
* Pass CompletionCallbacks by referencetbreisacher@chromium.org2012-03-302-6/+6
* NaCl: Remove unused dependencies on libX11 and libXtmseaborn@chromium.org2012-03-292-3/+1
* Fix refcounting error in file chooser.brettw@chromium.org2012-03-291-4/+0
* Add ShareGroup to GLES2Implemenationgman@chromium.org2012-03-292-0/+2
* Close shm in image data destructornfullagar@google.com2012-03-291-0/+4
* Updated PpapiCommandBufferProxy to take a ChannelError callback (same signatu...fsamuel@chromium.org2012-03-282-0/+18
* Pass correct parameters in NaCl proxy for CreateFromIPv[46]Address.sergeyu@chromium.org2012-03-281-4/+2
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-9/+11
* Add ShareGroup stubgman@chromium.org2012-03-282-0/+2
* Fix warning-as-error for NaCl integrationnfullagar@google.com2012-03-281-0/+2
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-2819-667/+0
* Pass PP_CompletionCallback by referencetbreisacher@chromium.org2012-03-284-15/+19
* Move gpu hash_tables and atomicops stuff gman@chromium.org2012-03-282-0/+2
* PPAPI: Add @File description to completion_callback_factory.jond@google.com2012-03-271-0/+3
* Cleaned up documentation (standard documentation rewrite).jond@google.com2012-03-273-72/+97
* Add nacl.sconsnfullagar@google.com2012-03-271-0/+44
* Notify tabs when the user presses ESC to exit tab-fullscreen mode.bbudge@chromium.org2012-03-271-2/+2
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-2628-172/+797
* NaCl proxy for PPB_NetAddress_Private_1_1sergeyu@chromium.org2012-03-269-0/+332
* WebSocket Pepper API: fix data corruption at ReceiveMessage in NaCltoyoshim@chromium.org2012-03-263-1/+56
* Revert 128763 - Broke pnacl SDKrsleevi@chromium.org2012-03-249-332/+0
* NaCl proxy for PPB_NetAddress_Private_1_1sergeyu@chromium.org2012-03-249-0/+332
* Fix warning as error, check struct size.nfullagar@google.com2012-03-241-1/+7
* Added a pepper test for SSLHandshake. This starts an SSL server which the tes...raymes@chromium.org2012-03-235-3/+50
* Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.sergeyu@chromium.org2012-03-228-102/+309
* Revert 128266 - Added a pepper test for SSLHandshake. This starts an SSL serv...gman@chromium.org2012-03-225-50/+3
* Added a pepper test for SSLHandshake. This starts an SSL server which the tes...raymes@chromium.org2012-03-225-3/+50
* HostResolver is exposed to Native Client.ygorshenin@chromium.org2012-03-2217-3/+749
* Change interface namenoelallen@chromium.org2012-03-222-3/+3
* Check for specific PPB interface versions in the C++ wrappers for Graphics2D,...wez@chromium.org2012-03-229-141/+142
* Removed redundant TestTCPSocketPrivateShared. Renamed TestUDPSocketPrivateSha...raymes@chromium.org2012-03-226-361/+22
* PepperPlatformAudioInputImpl: support audio input device selection.yzshen@chromium.org2012-03-213-17/+47