summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Dynamically check types of PPAPI IDspiman@google.com2011-01-201-11/+59
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-202-2/+3
* base/i18n: Add namespace i18n to CharIterator.tfarina@chromium.org2011-01-201-2/+2
* plugins: drop PluginVersionInfo for internal pluginsevan@chromium.org2011-01-193-85/+84
* Added automatic update for plugins based on watching file changes.pastarmovj@chromium.org2011-01-191-3/+3
* Regkey functions return error code instead of boolamit@chromium.org2011-01-192-7/+10
* Fix widget pepper interface crashing after r71544.jam@chromium.org2011-01-182-3/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-1734-133/+133
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-1560-528/+605
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-153-26/+30
* Reland r69146darin@chromium.org2011-01-142-19/+2
* Add some initial OWNERS files for src/webkit/.darin@chromium.org2011-01-143-0/+5
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-142-36/+71
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-13/+13
* Revert 71334 - Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-142-67/+38
* Fixed bug 64847: Graphics2D paints outside plugin boundaries. Also removed un...ddorwin@chromium.org2011-01-131-8/+30
* Fix Pepper URL Loader callbacks.viettrungluu@chromium.org2011-01-132-38/+67
* Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.viettrungluu@chromium.org2011-01-133-138/+3
* Take out temp WEBKIT_HAS_WEB_AUTO_FILL_CLIENT code now that WebKit is rolled.jam@chromium.org2011-01-132-8/+0
* Method parameter name change in ppb_file_io_impl.* ...viettrungluu@chromium.org2011-01-122-4/+5
* Fix Pepper File IO callbacks.viettrungluu@chromium.org2011-01-113-65/+126
* Update our use of the NPAPI ClearSiteData API.bauerb@chromium.org2011-01-114-9/+23
* Re-land: add support for blocking out-of-date plug-ins on Linux.cevans@chromium.org2011-01-116-18/+120
* Always delete your pointers! Note that RUNNING_UNDER_VALGRIND may not becevans@chromium.org2011-01-111-17/+3
* Linux: Trade one hack for another to allow pepper plugins to print only selec...thestig@chromium.org2011-01-112-42/+50
* Revert 70963 - Support out-of-date plugin blocking on Linux.cevans@chromium.org2011-01-116-120/+18
* glue: deprecate npapi::PluginVersionInfoevan@chromium.org2011-01-112-0/+35
* Support out-of-date plugin blocking on Linux.cevans@chromium.org2011-01-106-18/+120
* More changes to code to use new WebView::create function that takes in a WebA...jam@chromium.org2011-01-101-1/+5
* Switch a wstring to a string16.evan@chromium.org2011-01-102-2/+3
* Make RenderView implement WebAutoFillClient, in preparation of making WebKit ...jam@chromium.org2011-01-101-0/+4
* Make accelerated plugin support aware of the requirement to use thekbr@google.com2011-01-101-1/+17
* Fix for a plugin crasher which occurs in the context of NPP_Destroy. The plug...ananta@chromium.org2011-01-071-14/+7
* Start sorting methods in class declarations.erg@google.com2011-01-071-2/+2
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-074-16/+33
* Expose Map/UnmapTexSubImage2DCHROMIUM to pepper pluginspiman@google.com2011-01-073-0/+79
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-077-6/+278
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-063-121/+4
* Enable accelerated compositing in fullscreen pepper.piman@google.com2011-01-064-2/+19
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-053-4/+44
* Re-use existing out-of-process plugins if one is already loaded. Otherwisebrettw@chromium.org2011-01-045-7/+43
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-013-7/+8
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-288-117/+292
* base/version: remove wstring versionevan@chromium.org2010-12-231-2/+2
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+1
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-2310-825/+902
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-215-737/+1153
* Bugfixes for recent PluginGroup refactoring.jkummerow@chromium.org2010-12-216-33/+78