Граф коммитов

222 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 82a8458727 don't compile some code when TARGET_CARBON is defined. we need to find a better way around this. shouldn't affect normal builds. 1999-05-10 22:50:02 +00:00
pinkerton%netscape.com 527596dac3 comment out some stuff when TARGET_CARBON is defined. Doesn't affect normal builds. 1999-05-10 22:42:51 +00:00
beard%netscape.com d090052fa3 added GetJSContext() 1999-05-08 16:33:40 +00:00
beard%netscape.com 7b3d95f577 added "application/x-java-applet" as another MIME type for applets. These should be in a header file somewhere. 1999-05-08 15:19:06 +00:00
amusil%netscape.com 8d04feee92 Added support for Start/Stop Applet/Plugin lifetimes. 1999-05-07 22:06:47 +00:00
kipp%netscape.com 9e31b5ad32 Implement support for SetEnableRendering/GetEnableRendering 1999-05-07 19:26:23 +00:00
kipp%netscape.com 8b0757f313 Moved from webshell/src 1999-05-06 19:25:40 +00:00
amusil%netscape.com e729062911 Plugins now can properly load support dlls that are located in the
plugin directory.
1999-04-23 23:43:54 +00:00
warren%netscape.com 329d00e493 Added Write(nsIInputStream) and Flush to nsIOutputStream. 1999-04-22 07:31:03 +00:00
amusil%netscape.com ff4463b724 The number of variants should always start at 1. 1999-04-20 22:22:02 +00:00
amusil%netscape.com 082f656207 Patch for HP-UX specific problem. 1999-04-20 22:21:25 +00:00
beard%netscape.com 2b6f2f399e Added GetPluginCount, and GetPlugins, for DOM support 1999-04-20 19:29:28 +00:00
beard%netscape.com daeac99444 added IID accessor, changed GetJavaClass() to have a JNIEnv* parameter, no longer inherits from nsIPlugin. 1999-04-16 02:10:05 +00:00
beard%netscape.com 1088f083c6 added IID accessor, added GetJavaEnv() method. 1999-04-16 02:08:50 +00:00
beard%netscape.com 06592b4e10 added IID accessor, changed GetJavaClass() to have a JNIEnv* parameter. 1999-04-16 02:08:15 +00:00
beard%netscape.com 96d0939cb4 added GetJSThread(), to obtain the thread ID to send events to via nsIThreadManager::PostEvent(). 1999-04-12 03:14:19 +00:00
beard%netscape.com 45969d01c6 added GetJSThread() 1999-04-12 03:12:48 +00:00
toshok%hungry.com 375c277dbc check in (mostly) function nsPluginsDirUNIX, awaiting amusil's code to figure out mime types and stuff. 1999-04-07 05:22:13 +00:00
toshok%hungry.com 80a01f2e49 enable OJI on unix. 1999-04-07 05:20:54 +00:00
amusil%netscape.com e77d582d1d Fixed bug with StreamAsFileOnly. 1999-04-06 01:53:37 +00:00
amusil%netscape.com afbd90e95f Added more restrictive check for what constitutes a plugin 1999-04-01 22:06:07 +00:00
waterson%netscape.com 675ff674c6 Removed NODEPEND. 1999-03-31 06:47:10 +00:00
jdunn%netscape.com 3bab18959e use PR_FALSE instead of false... since the return is a PR_Bool. 1999-03-31 04:25:41 +00:00
beard%netscape.com 09e203abc3 Now filling in fMimeTypeArray, fExtensionArray, and fMimeDescriptionArray. 1999-03-30 05:53:36 +00:00
briano%netscape.com 3d1595b89d Added a newline at the end of the file to make a couple of Unix builds happier. 1999-03-30 01:48:20 +00:00
amusil%netscape.com d71744eb68 Changes to hook up LiveConnect on Windows 1999-03-29 22:18:05 +00:00
amusil%netscape.com 1b5d9cb054 Code to handle locating and loading plugin info. 1999-03-29 22:11:06 +00:00
danm%netscape.com 9778c7a9c6 oooo. rev 1.15 added dist/public/dom to INC path incorrectly. did it right this time. 1999-03-26 01:41:50 +00:00
beard%netscape.com facf60f39e removed GetJSWindow, moved to nsIPluginInstancePeer2 1999-03-25 03:32:22 +00:00
beard%netscape.com a0f2326d8d implementing nsIPluginInstancePeer2. 1999-03-25 03:31:37 +00:00
beard%netscape.com adbf879e69 added nsIPluginInstancePeer2.h 1999-03-25 03:29:54 +00:00
beard%netscape.com 97e4c42e74 First Checked In. 1999-03-25 02:45:38 +00:00
beard%netscape.com 5071a06087 fix build bustage, nsIScriptContextOwner.h can't be found except on XP_MAC. Will land on other platforms eventually. 1999-03-24 07:16:41 +00:00
danm%netscape.com eccf3e3d10 adding dist/public/dom to INC path so nsIPluginInstancePeer.cpp can find nsIScript*.h 1999-03-24 07:08:52 +00:00
beard%netscape.com f9ec70136f added GetJSWindow() 1999-03-24 05:46:23 +00:00
beard%netscape.com cd67444966 added GetDocument() 1999-03-24 05:46:06 +00:00
beard%netscape.com 0ad119785c added GetJSWindow 1999-03-24 05:40:02 +00:00
amusil%netscape.com c5d1e425e2 Made destructors virtual, added APIs to nsIPluginHost for determining if a plugin is available
for a particular mimetype or file extension.
1999-03-23 03:18:12 +00:00
beard%netscape.com a87f896fd7 NPStream* ptr -> NPStream* stream 1999-03-20 23:12:43 +00:00
beard%netscape.com bd6fe6d9bc implemented nsICookieStorage. 1999-03-20 23:11:25 +00:00
beard%netscape.com f079d12fc2 added nsICookieStorage.h 1999-03-20 23:07:52 +00:00
leaf%mozilla.org 0a0f5ac00f Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
beard%netscape.com 86c02cf8ff added CreatePluginInstance. 1999-03-14 20:26:29 +00:00
beard%netscape.com ac7164a98e calling CreatePluginInstance instead of CreateInstance, so MIME type is available early. 1999-03-14 20:09:57 +00:00
beard%netscape.com 259717e9c8 added CreatePluginInstance, to create a plugin instance with a specified MIME type. 1999-03-14 20:09:12 +00:00
beard%netscape.com 5878873570 added nsILiveconnect service. 1999-03-14 04:41:51 +00:00
mcmullen%netscape.com 44bfd48e97 Adapt to an API change. 1999-03-13 06:39:17 +00:00
beard%netscape.com cab2d1e4e7 added IID_ACCESSOR 1999-03-13 03:12:16 +00:00
beard%netscape.com 1e01f5a023 fixed IID accessor 1999-03-13 03:11:05 +00:00
beard%netscape.com 4fc2199aea massive overhaul for new stream APIs. 1999-03-12 04:48:04 +00:00