summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Relanding this as the previous iteration broke the chrome os build.ananta@chromium.org2011-06-014-0/+172
* Add some missing virtual keywords to fix the clang build.brettw@chromium.org2011-06-012-2/+2
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-0135-670/+489
* Revert 87396 - Added a facility in PPAPI to register interface factories whic...apatrick@chromium.org2011-06-014-166/+0
* Added a facility in PPAPI to register interface factories which can watch Get...ananta@chromium.org2011-05-314-0/+166
* Fix PPAPITest.DirectoryReader:yzshen@chromium.org2011-05-311-1/+1
* Give FunctionGroupBase a virtual destructor.thakis@chromium.org2011-05-313-5/+5
* Remove unused "virtual" keywords.thakis@chromium.org2011-05-311-1/+1
* The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux.kinaba@google.com2011-05-304-0/+8
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-2717-277/+331
* Add a new function to run and claer a completion callback. This is a commonbrettw@chromium.org2011-05-272-18/+6
* Add new PDF plugin resources for print preview.thestig@chromium.org2011-05-261-1/+5
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-266-8/+73
* [Re-instate r86681 by reverting its revert in r86687.]fischman@chromium.org2011-05-261-5/+5
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-264-7/+7
* Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ...chromium@hybridsource.org2011-05-251-1/+1
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-252-4/+21
* Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the...fischman@chromium.org2011-05-251-5/+5
* Updated OMX decoder for recent PPAPI changes, and added to the build.fischman@chromium.org2011-05-251-5/+5
* ppapi: Work around a compiler bug where the PPP_Printing_Dev struct is not ze...thestig@chromium.org2011-05-251-1/+4
* Add Skia to CG adapter for plugins.caryclark@chromium.org2011-05-253-12/+22
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-254-7/+7
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-254-7/+7
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag).dmichael@chromium.org2011-05-245-31/+94
* Change printing of PDFs for preview on Windows to not rasterize.vandebo@chromium.org2011-05-242-52/+59
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-237-125/+109
* Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory. fischman@chromium.org2011-05-231-6/+4
* Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.adamk@chromium.org2011-05-192-5/+0
* Fix bug introduced in r85773: PPB_Buffer_Impl::Init() never set size_!fischman@chromium.org2011-05-191-1/+4
* Change PPP_Printing_Dev QuerySupportedFormats to not require MemAlloc and Mem...dmichael@chromium.org2011-05-192-31/+124
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-184-10/+36
* Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use.fischman@chromium.org2011-05-185-21/+27
* Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the...dmichael@chromium.org2011-05-131-13/+33
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-1317-293/+172
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-135-35/+35
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-105-97/+207
* Fix the clang build by adding "virtual" to overridden functions.brettw@chromium.org2011-05-101-13/+13
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-108-248/+391
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Don't send Graphics3DContextLost after the instance is destroyedpiman@google.com2011-05-091-0/+5
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-0610-167/+199
* Fix renderer crash and resulting test hang in PDFBrowserTests.ddorwin@chromium.org2011-05-051-4/+7
* Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...ddorwin@chromium.org2011-05-044-1/+70
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-034-1/+25
* Implement PseudoTCP support in P2P Transport Pepper API.sergeyu@chromium.org2011-05-022-5/+31
* delete executable property on fileselijahtaylor@google.com2011-04-302-0/+0
* Add UMA private PPAPI interface for UMA logging from NaCl pluginelijahtaylor@google.com2011-04-293-0/+123
* Build fix to make ARM builders happyhclam@chromium.org2011-04-292-3/+3
* Pepper video layer APIhclam@chromium.org2011-04-298-0/+368