summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
Commit message (Expand)AuthorAgeFilesLines
* Move gles2 extensions out of dev.nfullagar@google.com2012-05-072-18/+18
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-073-20/+15
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-022-2/+8
* Move the rest of the Flash functions to the thunk system.brettw@chromium.org2012-04-303-2/+12
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-307-78/+23
* Move text input API to Instance.brettw@chromium.org2012-04-271-5/+0
* If shared memory cannot be mapped, the audio thread should not be started as ...raymes@chromium.org2012-04-263-16/+23
* NOTREACHED() in VarTracker::ReleaseVar() can be reached. Remove it.tsepez@chromium.org2012-04-251-3/+1
* Move the FlashClipboard API into the Flash one.brettw@chromium.org2012-04-254-2/+61
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-243-0/+17
* [Coverity] Fixed resource leak.groby@chromium.org2012-04-231-1/+2
* Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code.bbudge@chromium.org2012-04-181-1/+3
* Notify audio host that audio rendering in Pepper plugin is done.raymond.liu@intel.com2012-04-181-1/+29
* PPAPI: Compile out thread checks when pepper threading is turned on.dmichael@chromium.org2012-04-131-0/+6
* Make the text input not require round-trips when the text is updated.brettw@chromium.org2012-04-122-0/+8
* Fixed some PP_X509Certificate_Private_Field enum values.raymes@chromium.org2012-04-121-0/+4
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-124-12/+94
* Fix line endings. No code change.brettw@chromium.org2012-04-112-4/+4
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-082-0/+47
* Update PPB_AudioInput_Shared to work with the new format of the shared memory...yzshen@chromium.org2012-04-052-2/+13
* 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-044-1/+212
* Add ShareGroup to GLES2Implemenationgman@chromium.org2012-03-291-0/+1
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-9/+11
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-282-2/+0
* Pass PP_CompletionCallback by referencetbreisacher@chromium.org2012-03-282-5/+6
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-262-0/+177
* Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.sergeyu@chromium.org2012-03-221-1/+57
* PepperPlatformAudioInputImpl: support audio input device selection.yzshen@chromium.org2012-03-211-12/+25
* Fixed PPAPINaClTest.TCPServerSocketPrivate.ygorshenin@chromium.org2012-03-211-1/+3
* Avoid accessing VarTracker from multiple threads.yzshen@chromium.org2012-03-212-1/+27
* Out-of-process implementation of the PPB_NetworkMonitor_Private interface.sergeyu@chromium.org2012-03-203-37/+69
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-192-0/+2
* Add OpenGL occlusion query support to pepper.jbauman@chromium.org2012-03-162-10/+49
* Added out-of-process support for server sockets.ygorshenin@chromium.org2012-03-153-21/+11
* Pepper IME API for surrounding text retrieval.kinaba@chromium.org2012-03-151-0/+1
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-154-0/+203
* Fix read size 0 in shared ppb_file_io.noelallen@chromium.org2012-03-131-5/+5
* Implement PPB_NetworkMonitor_Private Pepper interface.sergeyu@chromium.org2012-03-131-1/+1
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-072-35/+265
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-03-062-9/+11
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-053-0/+167
* Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-033-167/+0
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-033-0/+167
* Adds a printing proxy and example. This adds a printing example.brettw@chromium.org2012-02-293-3/+23
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-262-148/+258
* Revert 123696 - Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-264-258/+175
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-264-175/+258
* Exposed Listen and Accept methods to in-process plugins.ygorshenin@chromium.org2012-02-223-0/+198
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-212-4/+22