summaryrefslogtreecommitdiffstats
path: root/ppapi/api
Commit message (Expand)AuthorAgeFilesLines
* Add AllowSuddenTermination to API. This provide means for plugins to let us k...tsepez@chromium.org2012-05-071-1/+13
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-1/+7
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-021-1/+26
* Add a PPB_Flash_Print interface and implement in Chrome.brettw@chromium.org2012-04-272-1/+24
* Fix small error in code in comment for PostMessage usage. No functional chang...elijahtaylor@chromium.org2012-04-271-1/+1
* WebSocket Pepper API: the second Close() should not return error code.toyoshim@chromium.org2012-04-251-2/+2
* Remove support for bitmap printing in pepperbrettw@chromium.org2012-04-191-8/+7
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-131-0/+16
* Add a Flash API to get the device ID.brettw@chromium.org2012-04-131-1/+8
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-0/+45
* Fixed some PP_X509Certificate_Private_Field enum values.raymes@chromium.org2012-04-121-3/+9
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-121-1/+24
* Fix line endings in ppapi. No code change.brettw@chromium.org2012-04-111-106/+106
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-081-0/+106
* Implemented the function which converts a Chrome X509Certificate into a peppe...raymes@chromium.org2012-04-051-8/+14
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-041-0/+161
* Added RTF support to pepper API.raymes@chromium.org2012-04-021-3/+14
* Cleaned up documentation (standard documentation rewrite).jond@google.com2012-03-271-7/+7
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-263-2/+59
* Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.sergeyu@chromium.org2012-03-221-25/+51
* Change interface namenoelallen@chromium.org2012-03-221-1/+1
* PPAPI: Remove out-dated or unnecessary TODOs from public files.dmichael@chromium.org2012-03-212-12/+0
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-191-0/+35
* Add missing ppp_graphics_3d.idlnoelallen@chromium.org2012-03-161-0/+25
* Pepper IME API for surrounding text retrieval.kinaba@chromium.org2012-03-152-1/+68
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-151-0/+79
* Require a user gesture to show the file chooser.bbudge@chromium.org2012-03-141-0/+7
* WebSocket Pepper API: Cleanup for more readability.toyoshim@chromium.org2012-03-131-1/+1
* WebSocket Pepper API: Implement extensionstoyoshim@chromium.org2012-03-101-1/+0
* Add the array output C API.brettw@chromium.org2012-03-081-0/+89
* Pepper: Make C++ wrappers for PPB_NetAddress_Private backwards compatible.viettrungluu@chromium.org2012-03-071-1/+1
* Fixed some TODO comments so they wouldn't show up in the docs.jond@google.com2012-03-072-5/+10
* Rename NaCl/pepper gamepad interface from _dev to stablescottmg@chromium.org2012-03-071-9/+9
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-071-29/+106
* This adds support for a number of features in the current WebIDL spec (http:/...asargent@chromium.org2012-03-051-2/+1
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-051-10/+15
* Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-031-15/+10
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-031-10/+15
* Changed <code> to @code and </code> to @endcode (for formatting issues. Remov...jond@google.com2012-03-034-13/+12
* Fixing paths so that they pick up the variable for the pepper directory based...jond@google.com2012-03-021-1/+1
* Revise gamepad interfacescottmg@chromium.org2012-03-011-33/+33
* Adds a printing proxy and example. This adds a printing example.brettw@chromium.org2012-02-291-1/+1
* Make VideoCapture_Dev backward compatible.yzshen@chromium.org2012-02-281-1/+1
* Modified the flash cipboard interface to add html clipboard support.raymes@chromium.org2012-02-241-7/+38
* Make PPB_NetworkList_Private immutable.sergeyu@chromium.org2012-02-242-58/+90
* Change to interface to M19, add a few more test cases to test_audio.nfullagar@google.com2012-02-241-3/+4
* Fixed some grammar.jond@google.com2012-02-241-53/+66
* Exposed Listen and Accept methods to in-process plugins.ygorshenin@chromium.org2012-02-221-0/+61
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-211-1/+10
* Add GetUsbKeyCode _Dev interface for Pepper key eventsgarykac@chromium.org2012-02-211-0/+50