summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* PPAPI: Add Quota info to PPB_FileSystem::Open docdmichael@chromium.org2012-07-111-2/+8
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-101-2/+20
* Plumb through the page focus lost event to Pepper plugins.brettw@chromium.org2012-06-301-5/+15
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-284-0/+161
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-272-2/+26
* Pepper Flash: Add trivial C++ wrappers for PPB_Flash_File_{ModuleLocal,FileRef}.viettrungluu@chromium.org2012-06-252-0/+311
* ppapi: Add support for touch events.sadrul@chromium.org2012-06-213-0/+146
* PPAPI: Make Printing_Dev::GetDefaultPrintSettings() const.viettrungluu@chromium.org2012-06-152-2/+2
* PPAPI: Add a Printing_Dev::IsAvailable() (static) method.viettrungluu@chromium.org2012-06-152-1/+10
* This returns the default print settings for the default printer. Currently th...raymes@chromium.org2012-06-142-2/+21
* Add an asynchronous version of the Flash DeviceID API.brettw@chromium.org2012-06-112-0/+71
* Plumb texture target to VideoDecodeAccelerator::Clientsail@chromium.org2012-06-082-3/+5
* "Replace" PPB_Flash's GetSettingInt with a more general GetSetting.viettrungluu@chromium.org2012-06-082-9/+26
* Pepper Flash: Remove PPB_Flash 11.viettrungluu@chromium.org2012-06-071-2/+1
* Fix pp::View and pp::BrowserFontTrusted wrapper version checks.wez@chromium.org2012-06-012-50/+53
* Remove PPB_Transport_Dev API.sergeyu@chromium.org2012-05-302-131/+0
* Modified the pepper file chooser API to support filtering files by extensions.raymes@chromium.org2012-05-304-18/+17
* Coverity: Fix pass by value error in IMEInputEvent_Dev.kmadhusu@chromium.org2012-05-242-2/+2
* Test for Pepper IME events.kinaba@chromium.org2012-05-212-30/+113
* Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...tsepez@chromium.org2012-05-102-22/+3
* Pepper (Flash): Make pp::flash::Flash::InvokePrinting() return a bool.viettrungluu@chromium.org2012-05-082-2/+4
* Pepper: Make users of pp:NetworkMonitorPrivate less likely to leak resources.viettrungluu@chromium.org2012-05-082-3/+4
* Add AllowSuddenTermination to API. This provide means for plugins to let us k...tsepez@chromium.org2012-05-072-3/+22
* Work around linker error of multiple definitions of pp::BlockUntilComplete.scottmg@google.com2012-05-042-14/+5
* [NaCl] Fix NaCl SDK builder and PPAPI scons build.binji@chromium.org2012-05-031-1/+1
* Add a C++ wrapper for the InvokePrinting functionbrettw@chromium.org2012-05-022-9/+15
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-022-169/+100
* Fix small error in code in comment for PostMessage usage. No functional chang...elijahtaylor@chromium.org2012-04-271-1/+1
* Inserted missing documentation for parameters. Also fixed a confusing sentenc...jond@google.com2012-04-262-3/+7
* Fixed tests for UDP sockets.ygorshenin@chromium.org2012-04-262-19/+26
* WebSocket Pepper API: the second Close() should not return error code.toyoshim@chromium.org2012-04-251-1/+1
* Set svn:executable bit on scripts that are executable.maruel@chromium.org2012-04-231-2/+2
* Fix typo.brettw@chromium.org2012-04-171-2/+2
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-132-3/+25
* Add a Flash API to get the device ID.brettw@chromium.org2012-04-132-32/+96
* Fix IsBaseOf in output_traits.h.yzshen@chromium.org2012-04-122-5/+8
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-124-51/+132
* Fix line endings in ppapi. No code change.brettw@chromium.org2012-04-112-87/+87
* PPAPI: Clean up documentation for InstanceHandle and PASS_REFjond@google.com2012-04-102-27/+47
* Hook up the file chooser proxy 0.6brettw@chromium.org2012-04-091-0/+1
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-082-0/+87
* Change the cpp wrappers of audio input/video capture to use CompletionCallbac...yzshen@chromium.org2012-04-059-232/+117
* 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