summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/plugin_lib.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes a crash in the Windows media player plugin caused when the Real player ...ananta@chromium.org2010-11-191-0/+15
* Don't call NP_Shutdown in FreePluginLibraryTask if the library has already be...marshall@chromium.org2010-11-161-5/+22
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-5/+5
* Enhance plugin logging a bit. This adds logging in a few more places, especia...brettw@chromium.org2010-07-281-9/+11
* Load Pepper v2 internal pdf plugin.jam@chromium.org2010-07-161-10/+1
* Enhance plugin load debug logging. This adds more logging forbrettw@chromium.org2010-06-251-4/+20
* Internal plugin needs to be loaded in a different place for the Linux sandbox.jam@chromium.org2010-06-171-2/+2
* Fixed a crash and added a test to find it.mad@google.com2010-06-161-8/+14
* Keep the internal plugin always loaded in a more efficient way (i.e. don't in...jam@chromium.org2010-06-101-18/+26
* Use DISALLOW_COPY_AND_ASSIGN instead DISALLOW_EVIL_CONSTRUCTORS in webkit dir...tfarina@chromium.org2010-06-051-2/+2
* Add a UseResFile call in Mac plugin loadingstuartmorgan@chromium.org2010-03-231-0/+7
* Don't attempt to unload Silverlight on the Macstuartmorgan@chromium.org2010-02-111-3/+10
* bsds: views/ and webkit/ support for FreeBSD/OpenBSDevan@chromium.org2009-12-311-3/+3
* Refactor the pepper API implementation to make it more scalable as we add morebrettw@chromium.org2009-12-071-2/+1
* Call np_getentrypoints after np_initialize on the Macstuartmorgan@chromium.org2009-11-141-2/+9
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-3/+3
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-151-1/+1
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-141-1/+1
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-141-1/+1
* None of these files need to include config.h any longer...so remove it.jorlow@chromium.org2009-07-231-2/+2
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-051-12/+3
* plugins: move NativeLibrary into base.evan@chromium.org2009-04-211-13/+22
* Add logging to NP_Initialize and CP_Initialize to try to figure out why gearsmpcomplete@google.com2009-02-061-0/+4
* Rearrange plugin entry points code to abstract out Linux.evan@chromium.org2009-01-301-28/+35
* Make adding internal plugins easier (and allow it to be dynamic). This code ...jam@chromium.org2009-01-291-57/+3
* Mac default plugin.avi@chromium.org2009-01-221-1/+56
* Build some basic plugin code on Linux.evan@chromium.org2009-01-221-5/+5
* Clean up how the default plugin is loaded so that InternalPluginInfo & Plugin...jam@chromium.org2009-01-201-16/+18
* New implementations of core plugin libraries.avi@google.com2009-01-151-176/+34
* Fix layout test failures. Looks like keying the plugins based on OriginalFil...jam@chromium.org2009-01-131-16/+7
* Get rid of lowercasing plugin filenames in order to determine if two paths po...jam@chromium.org2009-01-121-112/+85
* Change "dll" to "plugin" where appropriate.avi@google.com2009-01-061-2/+2
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-18/+26
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-2/+2
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-211-2/+2
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-2/+2
* This fixes bug http://code.google.com/p/chromium/issues/detail?id=4137, ananta@chromium.org2008-11-071-10/+13
* This fixes a regression introduced by my fix for http://code.google.com/p/chr...ananta@chromium.org2008-10-131-1/+1
* This fixes http://code.google.com/p/chromium/issues/detail?id=2846, which is ...ananta@chromium.org2008-10-101-6/+23
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-2/+3
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-1/+1
* Add webkit to the repository.initial.commit2008-07-271-0/+433