summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Initialize member variables.jhawkins@chromium.org2012-06-071-1/+2
* Open pepper files directly in browser.tsepez@chromium.org2012-06-053-0/+122
* Connect up flash blacklist entries to GetSettingIntjbauman@chromium.org2012-06-042-3/+3
* Revert 140399 - Open pepper files directly in browser.tsepez@chromium.org2012-06-043-122/+0
* Open pepper files directly in browser.tsepez@chromium.org2012-06-043-0/+122
* Revert 140093 - Open pepper files directly in browser.tsepez@chromium.org2012-06-013-122/+0
* Open pepper files directly in browser.tsepez@chromium.org2012-06-013-0/+122
* Remove PPB_Transport_Dev API.sergeyu@chromium.org2012-05-301-1/+0
* Add the necessary plumbing mechanisms to ensure proper WebGL support inside t...scshunt@google.com2012-05-292-4/+7
* Test for Pepper IME events.kinaba@chromium.org2012-05-212-0/+154
* Migrate WebKit "global script" font prefs.falken@chromium.org2012-05-184-23/+57
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-165-6/+6
* Change ppb_audio(_input)_shared to Shutdown the sync socket when terminating ...raymes@chromium.org2012-05-154-29/+34
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-112-4/+6
* remove WEBKIT_USING_CGjamesr@chromium.org2012-05-102-18/+2
* 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