summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Hook up the PPB_Flash_Print proxy.brettw@chromium.org2012-05-074-5/+43
* PPAPI: Make ScopedModuleReference not crash on plugin side.dmichael@chromium.org2012-05-072-8/+10
* Move gles2 extensions out of dev.nfullagar@google.com2012-05-071-5/+7
* Add AllowSuddenTermination to API. This provide means for plugins to let us k...tsepez@chromium.org2012-05-073-0/+24
* Generate and connect a Pepper identifier for Chrome OSdrewry@google.com2012-05-043-6/+23
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-032-2/+2
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-025-7/+20
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-022-0/+13
* Move the rest of the Flash functions to the thunk system.brettw@chromium.org2012-04-309-890/+707
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-3018-96/+51
* 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