summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Add PP_Bool conversion functions to pp_bool.h as disussed on the mailing list.brettw@chromium.org2011-05-261-0/+16
* Add new PDF plugin resources for print preview.thestig@chromium.org2011-05-261-1/+4
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-3/+16
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-251-3/+5
* Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag).dmichael@chromium.org2011-05-242-51/+59
* Change PPP_Printing_Dev QuerySupportedFormats to not require MemAlloc and Mem...dmichael@chromium.org2011-05-191-9/+71
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-71/+125
* Added new utility name 'html2ezt.py' to fix-up Doxygen htmls files for EZTmball@google.com2011-05-184-4/+145
* No longer need these files. One is for CPP (shouldn't be here) and the otherjond@google.com2011-05-172-388/+0
* Updated PPAPI Video Decoder CPP interface to reflect the status of C API.vmr@chromium.org2011-05-161-0/+46
* Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the...dmichael@chromium.org2011-05-131-11/+14
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-133-13/+12
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-103-170/+92
* 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