.. |
android
|
Bug 797100: Replace internal usage of nsIPluginInstanceOwner with nsPluginInstanceOwner. r=jst
|
2012-10-02 22:43:18 -04:00 |
Makefile.in
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
npapi.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
npfunctions.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
npruntime.h
|
Bug 674240: Update NPAPI headers to npapi-sdk r12. r=bgirard
|
2011-07-28 14:32:29 -04:00 |
nptypes.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIHTTPHeaderListener.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIPluginDocument.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIPluginHost.idl
|
Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret, sr=joshmoz
|
2012-08-25 17:18:44 -04:00 |
nsIPluginInputStream.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsIPluginInstanceOwner.idl
|
Bug 785667 - Make plugins work with HiDPI mode on the Mac. r=bgirard
|
2012-10-02 14:48:05 -05:00 |
nsIPluginTag.idl
|
Bug 747300 - Add mimetype info to nsIPluginTag. r=josh
|
2012-08-24 12:04:15 -07:00 |
nsIPluginTagInfo.idl
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsJSNPRuntime.cpp
|
Bug 791798 - topcrash in mozilla::plugins::parent::_releaseobject because of incremental GC: we're creating a new wrapper before teardown which races with the release event. r=bsmedberg
|
2012-10-01 19:53:35 +02:00 |
nsJSNPRuntime.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsNPAPIPlugin.cpp
|
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (dom/plugins part) r=joshmoz
|
2012-10-04 10:31:37 +02:00 |
nsNPAPIPlugin.h
|
Bug 773958 - Define NP_CALLBACK as NP_LOADDS for a calling convention consistency. r=josh
|
2012-08-23 06:18:45 -04:00 |
nsNPAPIPluginInstance.cpp
|
Bug 750480 - Workaround for empty Java applets hanging with click-to-play. r=bsmedberg
|
2012-10-03 17:49:04 +02:00 |
nsNPAPIPluginInstance.h
|
Bug 750480 - Workaround for empty Java applets hanging with click-to-play. r=bsmedberg
|
2012-10-03 17:49:04 +02:00 |
nsNPAPIPluginStreamListener.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
nsNPAPIPluginStreamListener.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsPluginDirServiceProvider.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsPluginDirServiceProvider.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsPluginHost.cpp
|
Bug 792581 - part 5: Replace LL_CMP macro with standard comparison. r=ehsan
|
2012-10-03 10:13:19 -04:00 |
nsPluginHost.h
|
Bug 797100: Replace internal usage of nsIPluginInstanceOwner with nsPluginInstanceOwner. r=jst
|
2012-10-02 22:43:18 -04:00 |
nsPluginInstanceOwner.cpp
|
Bug 797385 - Part 2: Remove ibm864 usage. r=smontagu
|
2012-10-10 06:32:37 -04:00 |
nsPluginInstanceOwner.h
|
Bug 797100: Replace internal usage of nsIPluginInstanceOwner with nsPluginInstanceOwner. r=jst
|
2012-10-02 22:43:18 -04:00 |
nsPluginLogging.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsPluginManifestLineReader.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsPluginModule.cpp
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsPluginNativeWindow.cpp
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
nsPluginNativeWindow.h
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
nsPluginNativeWindowGtk2.cpp
|
Bug 793634 - Force builds to be compatible with gtk 2.18/glib 2.22. r=karlt
|
2012-09-25 14:47:18 +02:00 |
nsPluginNativeWindowOS2.cpp
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsPluginNativeWindowQt.cpp
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
nsPluginNativeWindowWin.cpp
|
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (dom/plugins part) r=joshmoz
|
2012-10-04 10:31:37 +02:00 |
nspluginroot.idl
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsPluginSafety.h
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
nsPluginsCID.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsPluginsDir.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsPluginsDirDarwin.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
nsPluginsDirOS2.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
nsPluginsDirUnix.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
nsPluginsDirUtils.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
nsPluginsDirWin.cpp
|
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (dom/plugins part) r=joshmoz
|
2012-10-04 10:31:37 +02:00 |
nsPluginStreamListenerPeer.cpp
|
Bug 797100: Replace internal usage of nsIPluginInstanceOwner with nsPluginInstanceOwner. r=jst
|
2012-10-02 22:43:18 -04:00 |
nsPluginStreamListenerPeer.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
nsPluginTags.cpp
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
nsPluginTags.h
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-09-06 10:11:28 -04:00 |
PluginPRLibrary.cpp
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
PluginPRLibrary.h
|
Bug 544088 - UseAsyncPainting() -> IsOOP(). r=joshmoz
|
2012-08-01 16:34:08 -04:00 |