summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix resource icons not writing to shared memory correctly.elijahtaylor@google.com2011-06-021-5/+3
* Don't allow Pepper URL requests to have Javascript URLs. Modify PPB_URLReques...bbudge@google.com2011-06-023-1/+13
* Infobar Windows Media Player plug-in by default.cevans@chromium.org2011-06-013-2/+8
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-0135-670/+493
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-0135-489/+670
* Revert 87419 - Add some missing virtual keywords to fix the clang build.thestig@chromium.org2011-06-012-2/+2
* 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-312-2/+2
* 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
* Preserves NPObject identity for objects created in a plugin and passed to Jav...jam@chromium.org2011-05-263-0/+115
* 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-267-13/+14
* Removes obsolete code in WebPluginDelegateImpl.hbono@chromium.org2011-05-262-27/+0
* Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ...chromium@hybridsource.org2011-05-252-4/+4
* 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-255-13/+45
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-257-14/+13
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-257-13/+14
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-254-5/+5
* 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
* Miscellaneous webkit_glue namespace changes in preparation for building src\c...ananta@chromium.org2011-05-195-12/+28
* 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
* wstring: remove an obsolete unused function prototypeevan@chromium.org2011-05-171-9/+0
* wstring: remove wstring version of RemoveCharsevan@chromium.org2011-05-171-3/+3
* Update NPAPI headers to latest npapi-sdkstuartmorgan@chromium.org2011-05-171-1/+8
* 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
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-121-2/+2
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-121-2/+2