summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-042-0/+91
* pass CompletionCallbacks by reference (resubmitting https://chromiumcoderevie...tbreisacher@chromium.org2012-04-022-6/+6
* Check explicitly for version 1.0 PPB_File* interfaces in pp::File* wrappers.wez@chromium.org2012-03-313-51/+53
* Revert 129994 - Pass CompletionCallbacks by referencetbreisacher@chromium.org2012-03-302-6/+6
* Pass CompletionCallbacks by referencetbreisacher@chromium.org2012-03-302-6/+6
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-282-100/+0
* Cleaned up documentation (standard documentation rewrite).jond@google.com2012-03-271-57/+82
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-267-45/+151
* Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.sergeyu@chromium.org2012-03-222-7/+91
* Check for specific PPB interface versions in the C++ wrappers for Graphics2D,...wez@chromium.org2012-03-229-141/+142
* Check for specific PPB versions in pp::Fullscreen, pp::Audio and pp::Graphics...wez@chromium.org2012-03-213-34/+32
* Add NetworkListObserver utility class.sergeyu@chromium.org2012-03-212-14/+18
* Added C++ wrappers for PPB_HostResolver_Private interface.ygorshenin@chromium.org2012-03-212-0/+117
* PPAPI: Remove out-dated or unnecessary TODOs from public files.dmichael@chromium.org2012-03-211-5/+0
* Revert 127797 - Add NetworkListObserver utility class.sergeyu@chromium.org2012-03-202-18/+14
* Add NetworkListObserver utility class.sergeyu@chromium.org2012-03-202-14/+18
* Check explicitly for PPB_WebSocket v1.0 in pp::WebSocket wrapper.wez@chromium.org2012-03-171-28/+28
* Check explicitly for PPB_MouseLock v1.0 in pp::MouseLock.wez@chromium.org2012-03-171-7/+7
* Check explicitly for PPB_VarArrayBuffer v1.0 in C++ wrapper.wez@chromium.org2012-03-161-10/+10
* Pepper IME API for surrounding text retrieval.kinaba@chromium.org2012-03-152-21/+107
* Add C++ wrappers for output parameters.brettw@chromium.org2012-03-144-1/+621
* Added CPP wrapper for PPB_TCPServerSocket_Private.ygorshenin@chromium.org2012-03-134-2/+106
* Pepper: Make C++ wrappers for PPB_NetAddress_Private backwards compatible.viettrungluu@chromium.org2012-03-071-40/+73
* Fixed some TODO comments so they wouldn't show up in the docs.jond@google.com2012-03-071-6/+5
* PPB_AudioInput_Dev: support multiple audio input devices - Part 1.yzshen@chromium.org2012-03-072-13/+265
* Pepper: Make C++ wrappers for PPB_AudioConfig backwards compatible.viettrungluu@chromium.org2012-03-071-15/+29
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-054-0/+226
* Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-034-226/+0
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-034-0/+226
* Changed <code> to @code and </code> to @endcode (for formatting issues. Remov...jond@google.com2012-03-031-4/+5
* Remove assertion on instance destruction.brettw@chromium.org2012-02-291-7/+0
* Make VideoCapture_Dev backward compatible.yzshen@chromium.org2012-02-282-29/+83
* Make the PPP wrappers take an Instance*.brettw@chromium.org2012-02-2720-49/+41
* Convert resources to take an instance key instead of an Instance*.brettw@chromium.org2012-02-27109-496/+642
* Modified the flash cipboard interface to add html clipboard support.raymes@chromium.org2012-02-242-29/+84
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-212-2/+17
* Fix typo in Flash::IsAvailable. I got a compiler error when building for heap...jam@chromium.org2012-02-211-1/+1
* Pepper: Add a function to PPB_Flash to check if a rect is topmost.viettrungluu@chromium.org2012-02-182-3/+75
* Work on improving PpbAudioConfig:RecommendSampleFrameCountnfullagar@google.com2012-02-182-4/+23
* Documentation for C++ version of ppb_view.jond@google.com2012-02-181-51/+56
* C++ documentation for VarArrayBufferjond@google.com2012-02-181-31/+41
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-172-0/+423
* Minor changes as per Christians most-recent review of the docs.jond@google.com2012-02-164-8/+8
* Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...yzshen@chromium.org2012-02-162-6/+6
* Implement device enumeration for PPB_VideoCapture_Dev.yzshen@chromium.org2012-02-152-15/+151
* Remove TODO in PPAPI input event interface files.yzshen@chromium.org2012-02-141-5/+1
* Added idl file for Pepper 3D.alokp@chromium.org2012-02-102-10/+10
* PPB_NetAddress_Private: add getter methods for sockaddr.yzshen@chromium.org2012-02-092-4/+35
* Fix a tiny typo in the comment on pp::Instance::Init().wez@chromium.org2012-02-041-2/+2
* Introduce PPB_Flash_MessageLoop interface for Pepper Flash.yzshen@chromium.org2012-01-312-0/+82