dp%netscape.com
b034a8fa51
More threadsafeness.
1999-04-01 06:45:50 +00:00
waterson%netscape.com
bf53711090
Removed NODEPEND.
1999-03-31 06:47:10 +00:00
dp%netscape.com
1c9c3e6b34
Fixed nsIRegistry implementation. ready for use. Thanks to Nicholas Ambrose <nick87@hotmail.com>
1999-03-31 06:28:36 +00:00
jdunn%netscape.com
f0282bb022
use PR_FALSE instead of false... since the return is a PR_Bool.
1999-03-31 04:25:41 +00:00
beard%netscape.com
ff30b4c143
Now filling in fMimeTypeArray, fExtensionArray, and fMimeDescriptionArray.
1999-03-30 05:53:36 +00:00
briano%netscape.com
c934cc8737
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
389230902c
Changes to hook up LiveConnect on Windows
1999-03-29 22:18:05 +00:00
amusil%netscape.com
7c06b41bc4
Code to handle locating and loading plugin info.
1999-03-29 22:11:06 +00:00
mcafee%netscape.com
e7e4ae2cb4
Ignore generated files.
1999-03-27 09:22:27 +00:00
dougt%netscape.com
1507aaee65
Bug 4303. libjar should not be build as a component.
1999-03-26 20:49:52 +00:00
ramiro%netscape.com
2b93ebeee6
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
5e124e8b8a
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
2ea4cc8729
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
61fd0f92c7
removed GetJSWindow, moved to nsIPluginInstancePeer2
1999-03-25 03:32:22 +00:00
beard%netscape.com
ec3cc96c61
implementing nsIPluginInstancePeer2.
1999-03-25 03:31:37 +00:00
beard%netscape.com
4157bd0c85
using nsIPluginInstancePeer2
1999-03-25 03:30:14 +00:00
beard%netscape.com
0ab5e7a9f5
added nsIPluginInstancePeer2.h
1999-03-25 03:29:54 +00:00
beard%netscape.com
e7137004c5
First Checked In.
1999-03-25 02:45:38 +00:00
beard%netscape.com
0a6c31a062
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
381009c0a6
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
5d23e80b95
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
06ceab1335
added GetJSWindow()
1999-03-24 05:46:23 +00:00
beard%netscape.com
871a3087d9
added GetDocument()
1999-03-24 05:46:06 +00:00
beard%netscape.com
f7510c8636
added GetJSWindow
1999-03-24 05:40:02 +00:00
dougt%netscape.com
cc7a87c47c
First Checked In.
1999-03-24 01:10:59 +00:00
dp%netscape.com
b900869c23
InitXPCOM() : For a defined initialization sequence of xpcom global objects and components.
1999-03-23 23:28:32 +00:00
hshaw%netscape.com
7e805e531e
use NS_DEFINE_STATIC_IID_ACCESSOR macro
1999-03-23 21:08:05 +00:00
briano%netscape.com
ae6e485be5
Switched back to building both shared and static libs by default.
1999-03-23 04:26:03 +00:00
amusil%netscape.com
6301651fb7
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
74de82fd32
Updated makefile to use nspr version 3.
1999-03-22 06:10:59 +00:00
beard%netscape.com
bf6da2157f
QueryInterface build bustage (argh)
1999-03-21 21:11:53 +00:00
beard%netscape.com
66453bb872
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
7b6c84617b
added WrapJavaObject, which wraps a JNI global reference in a JSObject.
1999-03-21 19:53:28 +00:00
beard%netscape.com
8e8373e02b
added IID accessor
1999-03-21 19:51:01 +00:00
dp%netscape.com
13372716ec
Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com>
1999-03-21 19:26:32 +00:00
hshaw%netscape.com
eb580efa9a
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
f8a48c5464
NPStream* ptr -> NPStream* stream
1999-03-20 23:12:43 +00:00
beard%netscape.com
d31340b8fc
implemented nsICookieStorage.
1999-03-20 23:11:25 +00:00
beard%netscape.com
be86e562ad
added nsICookieStorage.h
1999-03-20 23:07:52 +00:00
leaf%mozilla.org
4ad9f70d5d
Landing nspr library name change, and plevent function call change.
1999-03-17 21:32:03 +00:00
morse%netscape.com
d7a67c6f49
add prefs for wallet
1999-03-17 06:24:58 +00:00
hshaw%netscape.com
d2801b5992
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
46c3cbb41b
To reduce confusion, read 'Netscape Preferences' for Mac, M3 bug #2343 , approved dp
1999-03-16 18:31:40 +00:00
hshaw%netscape.com
4113a96d6e
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
313c84fbf6
use default prefs.js if someone cause PREF_ API before initializing it
1999-03-15 21:38:06 +00:00
hshaw%netscape.com
78ac8a25e8
load up default pref file, more detailed version requires mac project file changes
1999-03-15 06:12:17 +00:00
beard%netscape.com
9d684e7026
added CreatePluginInstance.
1999-03-14 20:26:29 +00:00
beard%netscape.com
b59586b258
calling CreatePluginInstance instead of CreateInstance, so MIME type is available early.
1999-03-14 20:09:57 +00:00
beard%netscape.com
18fe13a2bf
added CreatePluginInstance, to create a plugin instance with a specified MIME type.
1999-03-14 20:09:12 +00:00
beard%netscape.com
33e191c63e
added nsILiveconnect service.
1999-03-14 04:41:51 +00:00