Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
gecko-dev
зеркало из
https://github.com/mozilla/gecko-dev.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули gecko-dev
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
8f7b2e0707
gecko-dev
/
modules
/
plugin
/
base
/
public
История
Josh Aas
e1817688f3
Remove unnecessary NPPVprivateModeBool enum. b=468877
2009-02-01 21:15:44 -05:00
..
Makefile.in
Clean up npupp.h and rename it to npfunctions.h. b=455458 r/sr=jst
2008-10-07 21:50:25 -04:00
npapi.h
Remove unnecessary NPPVprivateModeBool enum. b=468877
2009-02-01 21:15:44 -05:00
npfunctions.h
Add API allowing plugins to participate in private browsing. b=468877 r/sr=jst
2009-01-30 16:40:14 -05:00
npruntime.h
NPAPI header updates - comments, cleanup, and webkit compat change. Part of the patch for 386676. r=smichaud sr=roc
2008-12-16 23:48:42 -05:00
nptypes.h
Bug 453883, ensure true/false marcos are available, r=joshmoz, sr=jst
2008-10-13 13:25:20 +08:00
nsDefaultPlugin.h
…
nsIClassicPluginFactory.idl
…
nsICookieStorage.idl
…
nsIEventHandler.idl
…
nsIFileUtilities.idl
…
nsIHTTPHeaderListener.idl
…
nsIJRILiveConnectPIPeer.idl
…
nsIJRILiveConnectPlugin.idl
…
nsIJVMAuthTools.idl
First part of the fix for bug 435334. Move the JVM auth tools from the OJI code into the plugin code. The code in question is in no way dependent on OJI and will be completely removed once the NPAPI has support for what this code offers. r=joshmoz@gmail.com, sr=jonas@sicking.cc
2008-06-27 12:27:40 -07:00
nsILegacyPluginWrapperOS2.idl
…
nsIPlugin.idl
…
nsIPluginDocument.idl
Bug 458100. Make sure that we'll also instantiate the plug-in even if the nsPluginDocument has no presshell yet at OnStartRequest time. Thanks to Evgeny <evg.salmin@gmail.com> for pointing out the problem. r+sr=jst
2008-10-07 14:53:23 -04:00
nsIPluginHost.idl
Bug 382367, Add support for enabling and disabling individual plugins, r+sr=jst
2007-07-03 14:42:35 -07:00
nsIPluginInputStream.idl
…
nsIPluginInstance.idl
…
nsIPluginInstanceInternal.h
Fixing bug 393928. Lazily initialize liveconnect, and only initialize it when we can't find a Java plugin that supports NPRuntime. When a Java plugin that supports NPRuntime is found, use NPRuntime to expose liveconnect functionality (i.e. window.java and window.Packages). r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu, a=jonas@sicking.cc
2007-10-09 18:24:28 -07:00
nsIPluginInstanceOwner.idl
…
nsIPluginInstancePeer.idl
…
nsIPluginInstancePeer2.idl
Fixing bug 474866. Make the plugin instance peer have a weak reference to its owner, and make the owner tell the peer once it's no longer its owner so we don't have reference cycles, yet the instance can hold on to its peer while being cached between pages. r+sr=mrbkap@gmail.com
2009-01-25 22:00:12 -08:00
nsIPluginManager.idl
…
nsIPluginManager2.idl
…
nsIPluginStreamInfo.idl
…
nsIPluginStreamListener.idl
…
nsIPluginTag.idl
Bug 427743: Expose file version of plugins. r+sr=jst
2008-07-15 11:50:42 +01:00
nsIPluginTagInfo.idl
…
nsIPluginTagInfo2.idl
…
nsIScriptablePlugin.idl
…
nsIWindowlessPlugInstPeer.idl
…
nsPIPluginHost.idl
Annotate the out param with [shared] and add a comment about it. b=434429 r+sr=bzbarsky
2008-07-08 02:23:04 +02:00
nsPIPluginInstancePeer.idl
…
nsPluginError.h
Bug 330511, Plugin-in blocklisting, r+sr=jst
2007-07-13 17:28:05 -07:00
nsPluginLogging.h
…
nsPluginNativeWindow.h
Fix leaky cycle between nsNPAPIPluginInstance and nsPluginInstancePeer. b=472439 r=josh sr=jst
2009-01-10 12:13:31 -05:00
nsPluginsCID.h
…
nsplugin.h
…
nsplugindefs.h
Should use LONG_PTR for plugin code due to Win64. b=472025 r=josh sr=jst
2009-01-13 13:15:39 -05:00
nspluginroot.idl
…