summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* Pepper: Add a test for PPB_TCPSocket_Private.viettrungluu@chromium.org2011-11-152-6/+8
* Pepper: Add tests for the PPB_NetAddress_Private interface.viettrungluu@chromium.org2011-11-112-0/+8
* Cleanup: Remove unneeded forward declarations in ppapi.thestig@chromium.org2011-11-119-24/+4
* IDL for WebSocket Pepper API.toyoshim@chromium.org2011-11-111-0/+135
* Some description changes and documentation for logging.hjond@google.com2011-11-104-4/+28
* pp::NetAddress -> pp::NetAddressPrivate.viettrungluu@chromium.org2011-11-102-11/+12
* Make the Pepper Flash net address just private, not Flash-specific.viettrungluu@chromium.org2011-11-1010-141/+131
* Re-land r109086: Add private Pepper API for dealing with PP_Flash_NetAddress.viettrungluu@chromium.org2011-11-092-0/+119
* Revert 109160 - Revert 109153 - Revert 109086 - Add private Pepper API for de...binji@chromium.org2011-11-092-119/+0
* Revert 109153 - Revert 109086 - Add private Pepper API for dealing with PP_Fl...viettrungluu@chromium.org2011-11-092-0/+119
* Revert 109086 - Add private Pepper API for dealing with PP_Flash_NetAddress.thakis@chromium.org2011-11-092-119/+0
* Add private Pepper API for dealing with PP_Flash_NetAddress.viettrungluu@chromium.org2011-11-082-0/+119
* Add a three parameter (plus method) callback factory.sehr@google.com2011-11-021-0/+106
* Update comments of PPB_MouseInputEvent.GetMovement.yzshen@chromium.org2011-11-021-3/+3
* New and updated documentation.jond@google.com2011-10-242-82/+118
* Clone of http://codereview.chromium.org/8372020/bradnelson@google.com2011-10-241-0/+3
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-162-32/+31
* PPAPI Fullscreen: move out of Dev.polina@google.com2011-10-142-0/+79
* Pepper: Add a C++ wrapper for the trusted file chooser.viettrungluu@chromium.org2011-10-133-3/+94
* Convert video capture/decoder stuff to IDL.brettw@chromium.org2011-10-073-6/+6
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-294-25/+18
* Add IsScalingDisabled and PP_PRINTOUTPUTFORMAT_EMF to pepper printing interface.vandebo@chromium.org2011-09-282-1/+13
* Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...kinaba@chromium.org2011-09-274-18/+25
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-274-25/+18
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-262-0/+112
* Add a default contrustor to the FileSystem wrapper.brettw@chromium.org2011-09-202-0/+7
* Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.brettw@chromium.org2011-09-202-0/+79
* Declarations for Pepper IME API.kinaba@chromium.org2011-09-164-0/+243
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-152-3/+3
* Revert 101189 - Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-142-3/+3
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-142-3/+3
* Use Instance* in the Graphics3D constructor rather than Instance&, forbrettw@chromium.org2011-09-132-4/+140
* Remove executable permission.yzshen@chromium.org2011-09-082-0/+0
* Introduce a new Pepper interface: PPB/PPP_MouseLock.yzshen@chromium.org2011-09-082-0/+120
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-079-110/+110
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-069-110/+110
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-069-110/+110
* Add comment to PPB_MouseInputEvent version 1.1 that GetMovement hasn't been s...yzshen@chromium.org2011-09-061-0/+4
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-012-10/+10
* Add note about blocking completion callbacks on the main thread.dmichael@chromium.org2011-08-311-4/+7
* Add movement information to PPB_MouseInputEvent.yzshen@chromium.org2011-08-312-5/+24
* Fixed spelling errors and changed all references to PP_Resource to be thejond@google.com2011-08-316-10/+15
* Changed all @code to <code> and @endcode to </code> as per dmichael. Adding P...jond@google.com2011-08-306-83/+26
* Allow both Context3D and Graphics3D with the video decoderpiman@chromium.org2011-08-302-3/+17
* ppapi: Make 0.4 the default for PPP_Printing_Dev, leave backwards-compat.dmichael@chromium.org2011-08-292-17/+0
* Add SetProperti() in the PPB_Transport_Dev interface.sergeyu@chromium.org2011-08-262-0/+9
* Changing all True to true and all False to false as per dmichael.jond@google.com2011-08-232-27/+27
* Fixed references such that all begin "Refer to xyz for further information." jond@google.com2011-08-233-9/+14
* I think I need a rubber stamp LGTM from you.jond@google.com2011-08-221-125/+322
* Cleanup in the file chooser API.brettw@chromium.org2011-08-202-9/+48