summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...ddorwin@chromium.org2011-05-041-1/+28
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-031-1/+6
* Review URL: http://codereview.chromium.org/6893138jond@google.com2011-05-022-6/+5
* Add UMA private PPAPI interface for UMA logging from NaCl pluginelijahtaylor@google.com2011-04-291-0/+45
* Clarify PREMUL suffix in description of image data formats.nfullagar@google.com2011-04-291-1/+19
* Review URL: http://codereview.chromium.org/6883277jond@google.com2011-04-293-6/+6
* Added removefilesCPP.sh to remove all unneeded html files generated by Doxyge...jond@google.com2011-04-292-18/+36
* Pepper video layer APIhclam@chromium.org2011-04-293-0/+192
* Adding file to delete unused Doxygen files. jond@google.com2011-04-291-0/+41
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-2/+14
* Removing a couple unused filesjond@google.com2011-04-282-32/+0
* Add version-specific defines for each C interface.brettw@chromium.org2011-04-2740-40/+86
* Trailing commas in PPB_PDF enums cause compile errors in Native Client toolch...bbudge@google.com2011-04-271-2/+2
* Revert Pepper Key event "USB code" CL.wez@chromium.org2011-04-261-16/+3
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-211-2/+2
* Pepper: Enable custom content-transfer-encoding header to be set in URL reque...viettrungluu@chromium.org2011-04-211-20/+36
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-201-0/+21
* Add a function to the Flash interface to get the current time zone offset.brettw@chromium.org2011-04-191-1/+5
* Added/modified documentation for Doxygenjond@google.com2011-04-193-129/+327
* Rename Instance_Trusted to Instance_Private, wire it up in Chrome.dmichael@chromium.org2011-04-192-14/+14
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-181-0/+6
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-181-4/+6
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-171-2/+13
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-151-1/+6
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-151-3/+12
* Support PPB_Flash_ModileLocal blocking calls from background threads. This isbrettw@chromium.org2011-04-151-1/+15
* Add trusted Instance C interfaces with scripting-related functions.dmichael@chromium.org2011-04-152-0/+128
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-141-6/+7
* Add CORS options to URL requests. This information will be used by the URLLoa...bbudge@chromium.org2011-04-141-3/+18
* Added ppp_broker.h and parameterized PpapiThread to support the broker process.ddorwin@chromium.org2011-04-143-4/+92
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-113-12/+16
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-111-4/+45
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-082-15/+15
* Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...wez@chromium.org2011-04-081-4/+17
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-071-0/+66
* Added and partially implemented entry points for PPB_GRAPHICS_3D.alokp@chromium.org2011-04-071-0/+1
* New and updated docs for pp_completion_callbackjond@google.com2011-04-071-16/+43
* Pepper3D API change - merging PPB_Surface3D and PPB_Context3D into PPB_Graphi...alokp@chromium.org2011-04-072-22/+137
* Remove assertion when destroying a plugin that doesn't exist. The DidDestroybrettw@chromium.org2011-04-041-0/+4
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-311-1/+12
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-313-353/+538
* Convert C++ example in the comment to Cnfullagar@google.com2011-03-292-14/+21
* Fix up some types in the API.neb@chromium.org2011-03-287-15/+13
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-281-7/+6
* Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.viettrungluu@chromium.org2011-03-241-2/+14
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-232-0/+145
* Minor changes to the comments of ResourceTracker and PP_ImageDataFormat.yzshen@chromium.org2011-03-231-1/+5
* Remove PPB_Var interface's scripting functionality.neb@chromium.org2011-03-232-413/+2
* fix commentsdilmah@chromium.org2011-03-221-2/+2
* Add an (unimplemented) API for getting the available list of font families onbrettw@chromium.org2011-03-191-0/+45