Commit Graph

844 Commits

Author SHA1 Message Date
amusil%netscape.com
7a89e2b8dc Fixed bug with StreamAsFileOnly. 1999-04-06 01:53:37 +00:00
mcmullen%netscape.com
1fd46d44bd Fix an erroneous assert. 1999-04-05 23:09:13 +00:00
jdunn%netscape.com
e7f649233b fix order of arguments for fputs 1999-04-05 18:11:45 +00:00
toshok%hungry.com
d3f2567bd3 add the nspr private include directory in a way that works with autoconf. this stuff still isn't built by default, but it builds for me on freebsd. 1999-04-05 03:12:13 +00:00
mcmullen%netscape.com
683b06bd7b Fix AIX bustage. 1999-04-02 23:46:20 +00:00
mcmullen%netscape.com
ec2dc4760b I changed prefapi.h to use prtypes instead of the obsolete XP_ things. 1999-04-02 20:39:17 +00:00
mcmullen%netscape.com
f32091e552 I changed prefapi.h to use prtypes instead of the obsolete XP_ things 1999-04-02 20:39:14 +00:00
mcmullen%netscape.com
8faeaa0426 Added tree management methods, and also changed to use the NSPR types instead of obsolete XP_ types. Added some consts. 1999-04-02 20:39:13 +00:00
beard%netscape.com
65b1f8f077 nsJVMManager::CreateThread(): upped the priority from LOW to NORMAL. 1999-04-02 06:21:59 +00:00
dveditz%netscape.com
4ffc0a5022 Fixing libreg threadsafe issues (NR_ API, not yet the version registry API) 1999-04-02 01:31:55 +00:00
dveditz%netscape.com
2d55b1af94 Fixed clobber 1999-04-01 22:54:09 +00:00
dveditz%netscape.com
4924be74a2 fixed copy clobber steps 1999-04-01 22:53:23 +00:00
amusil%netscape.com
a42a490ffe Added more restrictive check for what constitutes a plugin 1999-04-01 22:06:07 +00:00
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