.. |
Makefile.in
|
Move nsPluginStreamListenerPeer to its own files, clean up the plugin host. b=578447 r=benwa
|
2010-07-13 16:48:00 -04:00 |
nsJSNPRuntime.cpp
|
Bug 549143 - fatvals
|
2010-07-14 23:19:36 -07:00 |
nsJSNPRuntime.h
|
Formatting cleanup for the plugins module. b=462894
|
2009-03-17 14:20:02 -07:00 |
nsNPAPIPlugin.cpp
|
bug 552266 - - asserting that autorooters are used only under a request. r=mrbkap
|
2010-07-23 13:33:15 +02:00 |
nsNPAPIPlugin.h
|
Merge mozilla-central to tracemonkey.
|
2010-07-20 15:07:03 -07:00 |
nsNPAPIPluginInstance.cpp
|
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 |
nsNPAPIPluginInstance.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 |
nsNPAPIPluginStreamListener.cpp
|
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 |
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
|
Formatting cleanup for the plugins module. b=462894
|
2009-03-17 14:20:02 -07:00 |
nsPluginHost.cpp
|
Bug 583506: Remove remaining support for blackwood java from plugins module. r/a=jst
|
2010-08-02 16:31:31 -04:00 |
nsPluginHost.h
|
Bug 583019: Remove unused library management code from the plugin host. r=benwa
|
2010-07-29 17:53:48 -04:00 |
nsPluginManifestLineReader.h
|
Formatting cleanup for the plugins module. b=462894
|
2009-03-17 14:20:02 -07:00 |
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
|
Gecko should use NPAPI directly, remove nsplugindefs.h abstractions. b=516661 r/sr=jst
|
2009-09-16 21:30:26 -04:00 |
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
|
Bug 553882 - [OS/2] Plugin-related coding errors. r=wuno
|
2010-04-22 14:58:49 +02: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 574095 - crash loading test plugin on 64-bit win7 tests in /layout/generic/crashtests/505912-1.html , /tests/layout/generic/test/test_plugin_clipping.xhtml [@ _SetWindowLongPtr() | nsPluginNativeWindowWin::SubclassAndAssociateWindow]. r=joshmoz
|
2010-07-12 13:49:12 +09:00 |
nsPluginSafety.h
|
Some windows build fixup
|
2009-07-02 13:48:33 -07:00 |
nsPluginsDir.h
|
Formatting cleanup for the plugins module. b=462894
|
2009-03-17 14:20:02 -07:00 |
nsPluginsDirBeOS.cpp
|
Simplify code for exposing plugin file names vs. full path. Second landing. b=488181 r/sr=jst,bz
|
2009-06-10 16:47:49 -04:00 |
nsPluginsDirDarwin.cpp
|
Bug 577967 - Crash [@ NSAddImage ] on startup on 2.0 branch. r=josh
|
2010-07-21 11:27:13 -05:00 |
nsPluginsDirOS2.cpp
|
[OS/2] Bug 517880 - Build Break following removal of nsplugindefs.h, r=pweilbacher
|
2009-09-22 15:49:26 +02:00 |
nsPluginsDirUnix.cpp
|
Gecko should use NPAPI directly, remove nsplugindefs.h abstractions. b=516661 r/sr=jst
|
2009-09-16 21:30:26 -04:00 |
nsPluginsDirUtils.h
|
Bug 506041 Part 2: Correct misspellings in source code
|
2010-05-13 14:19:50 +02:00 |
nsPluginsDirWin.cpp
|
Check NPAPI plugin architecture on Windows so we don't list or attempt to load binaries of the wrong arch. b=551471 r=jmathies
|
2010-05-12 14:13:09 -04:00 |
nsPluginStreamListenerPeer.cpp
|
Bug 583576 - Range requests on an embedded or fullpage stream causes the stream to be destroyed prematurely because we don't record the mPendingRequests on the nsPluginStreamListenerPeer, r=josh
|
2010-08-04 14:31:20 -04:00 |
nsPluginStreamListenerPeer.h
|
Improve memory mgmt and reduce COM pointer type usage in plugin stream code. b=578913 r=benwa (re-landing, did not cause Ts Shutdown regression)
|
2010-07-16 15:55:54 -04: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 558390 followup, non-Windows build bustage and removal of unnecessary call/hacks for functions which aren't stdcall, r=josh
|
2010-04-13 12:32:10 -04:00 |
PluginPRLibrary.h
|
Bug 558390 - Quake Live crashes because it implements NP_Initialize using cdecl, instead of the correct stdcall. Force the calling function to use a frame pointer so that the stack pointer gets reset correctly before we return, r=jrmuizelaar, landing in mozilla-central for bake time pending review from josh or jst
|
2010-04-13 12:10:00 -04:00 |