summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-2/+7
* NaCl: Remove unused process ID/handle arguments from launch_nacl_process()mseaborn@chromium.org2012-05-021-8/+5
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-021-4/+62
* Add a PPB_Flash_Print interface and implement in Chrome.brettw@chromium.org2012-04-272-2/+47
* Fix small error in code in comment for PostMessage usage. No functional chang...elijahtaylor@chromium.org2012-04-271-2/+2
* WebSocket Pepper API: the second Close() should not return error code.toyoshim@chromium.org2012-04-251-3/+3
* Remove support for bitmap printing in pepperbrettw@chromium.org2012-04-191-9/+8
* Supply Windows handle-passing function to NaClmseaborn@chromium.org2012-04-171-2/+18
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-131-2/+30
* Add a Flash API to get the device ID.brettw@chromium.org2012-04-131-4/+36
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-0/+70
* Fixed some PP_X509Certificate_Private_Field enum values.raymes@chromium.org2012-04-121-4/+8
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-121-4/+52
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-081-0/+138
* Implemented the function which converts a Chrome X509Certificate into a peppe...raymes@chromium.org2012-04-051-9/+15
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-041-0/+172
* Added RTF support to pepper API.raymes@chromium.org2012-04-021-4/+15
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-281-46/+0
* Cleaned up documentation (standard documentation rewrite).jond@google.com2012-03-271-8/+8
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-262-21/+36
* Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.sergeyu@chromium.org2012-03-221-7/+48
* Change interface namenoelallen@chromium.org2012-03-221-2/+2
* PPAPI: Remove out-dated or unnecessary TODOs from public files.dmichael@chromium.org2012-03-212-12/+2
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-191-0/+58
* Add OpenGL occlusion query support to pepper.jbauman@chromium.org2012-03-161-20/+26
* Add missing ppp_graphics_3d.idlnoelallen@chromium.org2012-03-161-3/+29
* Pepper IME API for surrounding text retrieval.kinaba@chromium.org2012-03-152-4/+97
* HostResolver is exposed to plugin.ygorshenin@chromium.org2012-03-151-0/+118
* Require a user gesture to show the file chooser.bbudge@chromium.org2012-03-141-1/+8
* WebSocket Pepper API: Cleanup for more readability.toyoshim@chromium.org2012-03-131-1/+1
* WebSocket Pepper API: Implement extensionstoyoshim@chromium.org2012-03-101-2/+1
* Add the array output C API.brettw@chromium.org2012-03-081-0/+116
* Fixed some TODO comments so they wouldn't show up in the docs.jond@google.com2012-03-072-6/+9
* Rename NaCl/pepper gamepad interface from _dev to stablescottmg@chromium.org2012-03-071-16/+16
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-071-32/+105
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-051-7/+11
* Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-031-11/+7
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-031-7/+11
* Changed <code> to @code and </code> to @endcode (for formatting issues. Remov...jond@google.com2012-03-034-18/+17
* Fixing paths so that they pick up the variable for the pepper directory based...jond@google.com2012-03-021-2/+2
* Revise gamepad interfacescottmg@chromium.org2012-03-011-30/+32
* Adds a printing proxy and example. This adds a printing example.brettw@chromium.org2012-02-291-2/+2
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-262-0/+85
* Revert 123696 - Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-262-82/+47
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-262-47/+82
* Modified the flash cipboard interface to add html clipboard support.raymes@chromium.org2012-02-241-12/+38
* Make PPB_NetworkList_Private immutable.sergeyu@chromium.org2012-02-242-66/+125
* 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-54/+67
* Exposed Listen and Accept methods to in-process plugins.ygorshenin@chromium.org2012-02-221-0/+87