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
mcafee%netscape.com
3a99c257a4
Ignore generated files.
1999-03-27 09:22:27 +00:00
dougt%netscape.com
248168ecd4
Bug 4303. libjar should not be build as a component.
1999-03-26 20:49:52 +00:00
ramiro%netscape.com
301eeb4fe4
Change ConvertRGBToRGB24 to be dumb on unix so that it doesn reverse the
...
byte order. This is needed because the unix gtk image munging code expects
the image data to be in RGB format.
The ConvertRGBToRGB24 conversion is obviously a waste of time on unix and
probably mac.
Unfortunately, the alternative seems to require significant IMGLIB
work. Simply seeting to ic->converter to NULL for the 24 bit case
did not work as expected.
The correct fix might be to not do any conversion if the image data
is already in the format expected on the nsIImage end.
1999-03-26 09:50:40 +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
alecf%netscape.com
8d7eb39b2a
fix for #4264 - move fe_GetConfigDir into libxp, because that is in-memory and available for components to use
...
I've heard rumors that this will break mac, but I'll be able to fix it in one cycle
This allows components that don't link against libpref to be loaded and not crash
1999-03-25 22:45:46 +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
a8e341d0c4
using nsIPluginInstancePeer2
1999-03-25 03:30:14 +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
66f04ecd15
added GetJVMContext() to map_jsj_thread_to_js_context_impl() to get JSContext associated with a call back from Java. Using nsIPluginInstancePeer::GetJSWindow() to return global JSObject for each browser window.
1999-03-24 05:49:05 +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
dougt%netscape.com
89339d337c
First Checked In.
1999-03-24 01:10:59 +00:00
dp%netscape.com
d68b82058c
InitXPCOM() : For a defined initialization sequence of xpcom global objects and components.
1999-03-23 23:28:32 +00:00
hshaw%netscape.com
a06440fba4
use NS_DEFINE_STATIC_IID_ACCESSOR macro
1999-03-23 21:08:05 +00:00
briano%netscape.com
0d895e7a58
Switched back to building both shared and static libs by default.
1999-03-23 04:26:03 +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
dougt%netscape.com
e269adb84c
Updated makefile to use nspr version 3.
1999-03-22 06:10:59 +00:00
beard%netscape.com
e606519553
QueryInterface build bustage (argh)
1999-03-21 21:11:53 +00:00
beard%netscape.com
447508ced4
changed jvmMochaPrefsEnabled to be default true, cleaned up in preparation for making JSObject.getWindow.
1999-03-21 19:56:09 +00:00
beard%netscape.com
ba477e454e
added WrapJavaObject, which wraps a JNI global reference in a JSObject.
1999-03-21 19:53:28 +00:00
beard%netscape.com
d64b63d9e0
added IID accessor
1999-03-21 19:51:01 +00:00
dp%netscape.com
c1ed2b3f33
Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com>
1999-03-21 19:26:32 +00:00
hshaw%netscape.com
efae8e418a
Make destructors for nsPref and nsPrefFactory so we don't have uninitialization problems. Thanks bruce@cybersight.com
1999-03-21 09:03:26 +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
morse%netscape.com
fe132af758
add prefs for wallet
1999-03-17 06:24:58 +00:00
hshaw%netscape.com
9cb2606f25
Changes to call Startup() from main() so we don't have thread problems in javascript
1999-03-16 22:03:03 +00:00
hshaw%netscape.com
d7b5d09fd7
To reduce confusion, read 'Netscape Preferences' for Mac, M3 bug #2343 , approved dp
1999-03-16 18:31:40 +00:00
hshaw%netscape.com
a1738dc8a7
To reduce confusion, read preferences.js for UNIX, prefs.js for Win/Mac, M3 bug #2343 , approved dp
1999-03-16 17:59:11 +00:00
hshaw%netscape.com
e98087a5a6
use default prefs.js if someone cause PREF_ API before initializing it
1999-03-15 21:38:06 +00:00
hshaw%netscape.com
2c98dd6714
load up default pref file, more detailed version requires mac project file changes
1999-03-15 06:12:17 +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