summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...polina@google.com2011-06-062-24/+30
* Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...thakis@chromium.org2011-06-042-30/+24
* PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don'tpolina@google.com2011-06-042-24/+30
* Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).vmr@chromium.org2011-06-031-5/+5
* Cleaned up PostMessage documentationjond@google.com2011-05-312-40/+49
* Small fix on Pepper Video Decoder API data types.vmr@chromium.org2011-05-311-4/+16
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-271-4/+6
* Add a new function to run and claer a completion callback. This is a commonbrettw@chromium.org2011-05-271-0/+22
* Remove extra comma added in r86896.msw@chromium.org2011-05-261-1/+1
* 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