.. |
Makefile.in
|
Bug 610556 - Linker errors on shared builds with NS_SetDllDirectory; r=khuey a=bsmedberg
|
2010-11-09 21:02:09 -05:00 |
nsJSNPRuntime.cpp
|
Bug 611652 - NPN_Construct doesn't work on JS functions, only on plugin-provided objects. Fix this by using JS_New to set up the construction class and prototype correctly, r=jst
|
2010-11-15 09:41:19 -05:00 |
nsJSNPRuntime.h
|
|
|
nsNPAPIPlugin.cpp
|
Bug 610238: Sync to npapi-headers rev 31. r=bsmedberg a=blocking2.0betaN+
|
2010-11-09 10:26:44 -05:00 |
nsNPAPIPlugin.h
|
Bug 596434: Don't require a PRLibrary when making a decision about whether or not to put a plugin out of process. r=jst a=blocking-b7
|
2010-09-15 21:57:13 -07:00 |
nsNPAPIPluginInstance.cpp
|
Bug 606285 and Bug 583109 - Send the "visible" notification when painting with async layers, so that when a plugin goes from invisible to visible it starts sending asynchronous paints. Suspend sending surface updates for asynchronous plugins when they are invisible, and set the empty clipRect so that the plugin knows that drawing is suspended per the new API. Assume that plugins are visible again when a Paint or BuildLayer call is received. r-pending=karlt
|
2010-11-05 10:40:55 -04:00 |
nsNPAPIPluginInstance.h
|
Bug 599476 - windowless plugins in object elements with data (e.g. certain Flash pages) are not painted. r=karlt a=beta7
|
2010-10-02 09:00:45 -07:00 |
nsNPAPIPluginStreamListener.cpp
|
Bug 603373 - Remove unused library argument of NS_TRY_SAFE_CALL_* macros r=joshmoz a=benjamin
|
2010-10-14 21:06:31 +00:00 |
nsNPAPIPluginStreamListener.h
|
Move nsNPAPIPluginStreamListener implementation to its own file. b=578383 r=jst
|
2010-07-13 14:42:03 -04:00 |
nsPluginDirServiceProvider.cpp
|
Winmo bustage fix from bug 545080 r=dougt
|
2010-02-20 00:53:38 -05:00 |
nsPluginDirServiceProvider.h
|
|
|
nsPluginHost.cpp
|
Remove Windows line endings. No bug. a=josh
|
2010-11-06 16:27:39 -04:00 |
nsPluginHost.h
|
Bug 484992 and bug 604420. Don't start a new network request when instantiating the plug-in for <object>s. r=josh, a=blocker
|
2010-10-22 21:16:29 -04:00 |
nsPluginManifestLineReader.h
|
|
|
nsPluginModule.cpp
|
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
|
2010-06-10 14:11:40 -04:00 |
nsPluginNativeWindow.cpp
|
|
|
nsPluginNativeWindowGtk2.cpp
|
b=540114 process reparent requests before removing the X error handler r=cjones
|
2010-02-18 11:05:24 +13:00 |
nsPluginNativeWindowOS2.cpp
|
bug604768 [OS/2] break - follow-up removal of argument to NS_TRY_SAFE_CALL_* macros r=daveryeo a=NPOTB
|
2010-10-20 17:27:27 +00:00 |
nsPluginNativeWindowQt.cpp
|
Bug 464966 - Add NPAPI Plugin support for Mozilla Qt. r=karlt
|
2010-04-20 21:49:34 +03:00 |
nsPluginNativeWindowWin.cpp
|
Bug 606846 - nsPluginNativeWindowWin.cpp compilation broken on mingw r=jmathies a=benjamin
|
2010-11-06 14:25:34 +00:00 |
nsPluginSafety.h
|
Bug 603373 - Remove unused library argument of NS_TRY_SAFE_CALL_* macros r=joshmoz a=benjamin
|
2010-10-14 21:06:31 +00:00 |
nsPluginsDir.h
|
Bug 578868: Only load plugin libraries into the main process when absolutely necessary. r=benwa sr=bsmedberg a=blocking-b5+
|
2010-08-17 20:05:48 -04:00 |
nsPluginsDirBeOS.cpp
|
Bug 578868: Only load plugin libraries into the main process when absolutely necessary. r=benwa sr=bsmedberg a=blocking-b5+
|
2010-08-17 20:05:48 -04:00 |
nsPluginsDirDarwin.cpp
|
Bug 611136 - Support WebPluginTypeEnabled key in com.apple.quicktime.plugin.preferences.plist, r=josh, a=betaN+
|
2010-11-15 14:21:18 -08:00 |
nsPluginsDirOS2.cpp
|
Bug 578868: Only load plugin libraries into the main process when absolutely necessary. r=benwa sr=bsmedberg a=blocking-b5+
|
2010-08-17 20:05:48 -04:00 |
nsPluginsDirUnix.cpp
|
Bug 591019 - Crash if description returned by plugin is empty. r=joshmoz a=b5
|
2010-08-30 17:40:13 -07:00 |
nsPluginsDirUtils.h
|
Bug 506041 Part 2: Correct misspellings in source code
|
2010-05-13 14:19:50 +02:00 |
nsPluginsDirWin.cpp
|
Bug 603679 - Fix a regression causing the Shockwave plugin to fail to load; r=bsmedberg a=blocking-beta8+
|
2010-11-04 14:45:51 -04:00 |
nsPluginStreamListenerPeer.cpp
|
Bug 484992 and bug 604420. Don't start a new network request when instantiating the plug-in for <object>s. r=josh, a=blocker
|
2010-10-22 21:16:29 -04:00 |
nsPluginStreamListenerPeer.h
|
Back out Bug 536324 part 3.
|
2010-08-30 13:20:39 -07:00 |
nsPluginTags.cpp
|
Bug 582486: Don't read an unused pref when unregistering from the category manager. r=josh
|
2010-07-29 14:15:13 -05:00 |
nsPluginTags.h
|
Bug 542971, bug 577985: Includes a number of plugin module memory mgmt fixes. Remove/replace nsPluginInstanceTag (instance tags), stop storing the plugin library and function table twice. r=jst
|
2010-07-19 22:11:26 -04:00 |
PluginPRLibrary.cpp
|
Bug 606285 and Bug 583109 - Send the "visible" notification when painting with async layers, so that when a plugin goes from invisible to visible it starts sending asynchronous paints. Suspend sending surface updates for asynchronous plugins when they are invisible, and set the empty clipRect so that the plugin knows that drawing is suspended per the new API. Assume that plugins are visible again when a Paint or BuildLayer call is received. r-pending=karlt
|
2010-11-05 10:40:55 -04:00 |
PluginPRLibrary.h
|
Bug 606285 and Bug 583109 - Send the "visible" notification when painting with async layers, so that when a plugin goes from invisible to visible it starts sending asynchronous paints. Suspend sending surface updates for asynchronous plugins when they are invisible, and set the empty clipRect so that the plugin knows that drawing is suspended per the new API. Assume that plugins are visible again when a Paint or BuildLayer call is received. r-pending=karlt
|
2010-11-05 10:40:55 -04:00 |