summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Move text input API to Instance.brettw@chromium.org2012-04-276-237/+146
* If shared memory cannot be mapped, the audio thread should not be started as ...raymes@chromium.org2012-04-261-1/+1
* Move the FlashClipboard API into the Flash one.brettw@chromium.org2012-04-256-312/+222
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-248-340/+245
* Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org2012-04-231-0/+4
* Hook up screensaver prevention on Windowsbrettw@chromium.org2012-04-202-1/+3
* Actually hook up the Pepper clear site data.brettw@chromium.org2012-04-201-3/+5
* Hook up the DeviceID to the browser process.brettw@chromium.org2012-04-202-2/+6
* Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code.bbudge@chromium.org2012-04-188-469/+490
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-137-13/+11
* Add a Flash API to get the device ID.brettw@chromium.org2012-04-133-0/+29
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-136-10/+57
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-1/+11
* Make the text input not require round-trips when the text is updated.brettw@chromium.org2012-04-123-14/+33
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-124-15/+31
* Eliminate use of PPB_URLUtil_Dev in NaCl build of Proxy.bbudge@chromium.org2012-04-123-17/+28
* Fix line endings. No code change.brettw@chromium.org2012-04-111-2/+2
* Don't set_unblock IPC messages that are repliesjhorwich@chromium.org2012-04-091-1/+5
* Hook up the file chooser proxy 0.6brettw@chromium.org2012-04-093-16/+1
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-087-238/+54
* PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks.dmichael@chromium.org2012-04-071-2/+2
* 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
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-048-0/+161
* PpapiCommandBufferProxy implements CommandBufferProxy.fsamuel@chromium.org2012-04-022-7/+73
* Added RTF support to pepper API.raymes@chromium.org2012-04-021-1/+7
* Fix refcounting error in file chooser.brettw@chromium.org2012-03-291-4/+0
* Updated PpapiCommandBufferProxy to take a ChannelError callback (same signatu...fsamuel@chromium.org2012-03-282-0/+18
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-286-401/+0
* Pass PP_CompletionCallback by referencetbreisacher@chromium.org2012-03-281-4/+5
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-268-77/+275
* Avoid accessing VarTracker from multiple threads.yzshen@chromium.org2012-03-213-10/+72
* Out-of-process implementation of the PPB_NetworkMonitor_Private interface.sergeyu@chromium.org2012-03-205-2/+234
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-196-0/+151
* Add OpenGL occlusion query support to pepper.jbauman@chromium.org2012-03-161-0/+2
* Add missing ppp_graphics_3d.idlnoelallen@chromium.org2012-03-161-3/+2
* Remove static initializer in ppb_image_data_proxy.cc.pliard@chromium.org2012-03-162-6/+9
* Added out-of-process support for server sockets.ygorshenin@chromium.org2012-03-157-10/+314
* Pepper IME API for surrounding text retrieval.kinaba@chromium.org2012-03-156-2/+179
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-156-4/+207
* Fix a crash related to PPAPI scripting.yzshen@chromium.org2012-03-1012-110/+78
* Fix line endings (no code change)yzshen@chromium.org2012-03-092-6/+6
* Add HandleInputEventAck message to allow out-of-process plugins to respond to...bbudge@chromium.org2012-03-095-1/+44
* Factor out the command buffer implementation in ppb_graphics_3d_proxy so that...fsamuel@chromium.org2012-03-084-230/+280
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-076-40/+50
* Rename NaCl/pepper gamepad interface from _dev to stablescottmg@chromium.org2012-03-072-2/+2
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-075-154/+229
* PPAPI: Change misused PP_Module to PP_Instancedmichael@chromium.org2012-03-072-5/+5
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-03-062-2/+2
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-03-061-5/+5