Commit Graph

1260 Commits

Author SHA1 Message Date
sgehani%netscape.com
b20bcb2046 Fix for UNIX specific bug: 10180.
git-svn-id: svn://10.0.0.236/trunk@43477 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-18 05:51:58 +00:00
ramiro%netscape.com
4cc02629c5 Link in secfree dynamically only where needed.
git-svn-id: svn://10.0.0.236/trunk@43413 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-17 15:46:57 +00:00
dp%netscape.com
6a933740e7 added files: mozilla/modules/libimg/gifcom/nsGIFModule.cpp, removed files: mozilla/modules/libimg/gifcom/nsGIFCallback.cpp
git-svn-id: svn://10.0.0.236/trunk@43336 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 02:01:43 +00:00
dp%netscape.com
08e46a57e4 Adding nsGIFModule.cpp; Removing nsGIFCallback.cpp
git-svn-id: svn://10.0.0.236/trunk@43334 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 01:45:36 +00:00
dp%netscape.com
5f154897a1 Removing nsGIFCallback.cpp
git-svn-id: svn://10.0.0.236/trunk@43332 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-14 01:26:49 +00:00
dp%netscape.com
2f61f25ba2 Adding nsGIFModule as a result of xpcom review of gif.
git-svn-id: svn://10.0.0.236/trunk@43295 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 20:21:16 +00:00
dp%netscape.com
35b8c690cb Adding GetIID() accessors
git-svn-id: svn://10.0.0.236/trunk@43283 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 08:35:58 +00:00
toshok%hungry.com
f966d0d966 we need the nspr private directory, even if building from the mozilla source tree, on unix.
git-svn-id: svn://10.0.0.236/trunk@43281 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-13 06:05:16 +00:00
sfraser%netscape.com
cc2c62ce13 One final try to get the header output paths right.
git-svn-id: svn://10.0.0.236/trunk@43226 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 06:07:12 +00:00
beard%netscape.com
050a7fed60 fixed access paths to point to the one, true, dist..
git-svn-id: svn://10.0.0.236/trunk@43225 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 04:29:35 +00:00
beard%netscape.com
2dfc6121d4 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@43223 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 03:57:06 +00:00
beard%netscape.com
1b3816cdd0 to fix build breakage, removed nsIJVMManager.h
git-svn-id: svn://10.0.0.236/trunk@43222 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 03:33:16 +00:00
bienvenu%netscape.com
d51c20c700 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@43220 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 03:10:30 +00:00
edburns%acm.org
e65bc07e20 This fix is for http://bugzilla.mozilla.org/show_bug.cgi?id=5429.
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.

It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr.  see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.

Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.


git-svn-id: svn://10.0.0.236/trunk@43214 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-12 01:56:18 +00:00
sgehani%netscape.com
b3e4e209dc Added static lib targets (in prep for landing the Mac Install Wizard).
git-svn-id: svn://10.0.0.236/trunk@43093 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 23:45:46 +00:00
sgehani%netscape.com
fceed57423 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@43091 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 23:44:53 +00:00
sgehani%netscape.com
1ef190b608 Adding Mac support to STANDALONE libjar.
git-svn-id: svn://10.0.0.236/trunk@43070 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 23:06:44 +00:00
sgehani%netscape.com
c161a44056 Fixing Mac bustage in STANDALONE libjar.
git-svn-id: svn://10.0.0.236/trunk@43068 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 23:05:09 +00:00
dp%netscape.com
46081f327c XPCOM Review of imglib.
git-svn-id: svn://10.0.0.236/trunk@43052 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 22:41:26 +00:00
mccabe%netscape.com
1999447bdb Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.


git-svn-id: svn://10.0.0.236/trunk@42960 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 12:18:01 +00:00
ssu%netscape.com
67cc09c208 added ifdef win32 to win32 standalone specific code
git-svn-id: svn://10.0.0.236/trunk@42838 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-09 23:01:03 +00:00
toshok%hungry.com
bcc58d657c if we're building nspr from the mozilla tree, add the correct private NSPR include dir.
git-svn-id: svn://10.0.0.236/trunk@42786 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-09 19:47:21 +00:00
dveditz%netscape.com
1270a90070 fixing bustage
git-svn-id: svn://10.0.0.236/trunk@42638 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 05:03:08 +00:00
bienvenu%netscape.com
6405d2f6f1 one more try, export the lib during the libs phase
git-svn-id: svn://10.0.0.236/trunk@42637 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 04:56:01 +00:00
bienvenu%netscape.com
e63e8d2ae2 attempt to fix registry bustage
git-svn-id: svn://10.0.0.236/trunk@42636 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 04:22:45 +00:00
dveditz%netscape.com
eb1c26285d change library name to match Unix
git-svn-id: svn://10.0.0.236/trunk@42627 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 03:16:02 +00:00
dveditz%netscape.com
05b6bf4c8c update comment to reflect code
git-svn-id: svn://10.0.0.236/trunk@42626 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 03:12:40 +00:00
sspitzer%netscape.com
fd73386e86 since #7417 is fixed, we can set the default mailnews start page to something realistic, like the 4.5 start page. this fixes bug #7087
git-svn-id: svn://10.0.0.236/trunk@42615 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-07 02:00:19 +00:00
putterman%netscape.com
b503501642 Added pref for mailnews sidebar starting out open.
git-svn-id: svn://10.0.0.236/trunk@42585 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 23:43:04 +00:00
ssu%netscape.com
ce62f82656 fixed blockage of windows process messages when inflating files. This affects only the standalone windows build.
git-svn-id: svn://10.0.0.236/trunk@42425 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-06 07:58:15 +00:00
ramiro%netscape.com
6c3de6044f Fix for orange loonix tree.
git-svn-id: svn://10.0.0.236/trunk@42351 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 22:24:08 +00:00
ssu%netscape.com
b072ccdfc4 fixed problem with PR_Seek() in standalone mode
git-svn-id: svn://10.0.0.236/trunk@42341 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 22:08:29 +00:00
nisheeth%netscape.com
0f3b7af132 makefile.win got checked in accidentally. I'm not ready to export stopwatch.h yet, so, I'm backing my changes out.
git-svn-id: svn://10.0.0.236/trunk@42279 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 05:13:54 +00:00
nisheeth%netscape.com
cbe3b45187 Checking in initial version of stopwatch class. Not being built yet.
git-svn-id: svn://10.0.0.236/trunk@42273 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-05 05:07:58 +00:00
beard%netscape.com
008a9afbeb Fixing windows breakage, can't free const char* pointers!
git-svn-id: svn://10.0.0.236/trunk@41946 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 05:10:11 +00:00
buster%netscape.com
56fa198f6b added a (crappy) cast to get it to compile, for VC 5.2 on Windows at least.
the owner should verify this fix immediately.


git-svn-id: svn://10.0.0.236/trunk@41945 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 05:05:38 +00:00
pinkerton%netscape.com
b39a02f91d attempt to fix bustage. would take too long to pull on my win32 box, as that is the only place this breaks.
git-svn-id: svn://10.0.0.236/trunk@41941 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 04:31:19 +00:00
beard%netscape.com
aed0c41533 reverting GetDocumentBase() to be consistent with other accessors. If we decide to change this, let's change ALL of them.
git-svn-id: svn://10.0.0.236/trunk@41935 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 02:51:39 +00:00
hoa.nguyen%intel.com
2ebe5df53c Fixed and errant return condition in SetupPluginInstance().
git-svn-id: svn://10.0.0.236/trunk@41895 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 00:17:55 +00:00
hoa.nguyen%intel.com
e63291dd45 Added a parameter to the embed tag for testing.
git-svn-id: svn://10.0.0.236/trunk@41874 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 23:20:41 +00:00
hoa.nguyen%intel.com
0a71230845 Added some debug printf's. Added support for parameter passing in SimplePluginInstance::Initialize.
git-svn-id: svn://10.0.0.236/trunk@41873 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 23:19:29 +00:00
beard%netscape.com
6c1052d0ba sizeof(mode) field was dependent on compiler settings, now nsPluginPrint.mode is always a PRUint16.
git-svn-id: svn://10.0.0.236/trunk@41861 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-02 21:44:54 +00:00
neeti%netscape.com
ac4091c162 fix for bug 9853
git-svn-id: svn://10.0.0.236/trunk@41637 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 23:56:51 +00:00
dveditz%netscape.com
d82f6abb7a removing LITENESS
git-svn-id: svn://10.0.0.236/trunk@41635 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 23:54:36 +00:00
av%netscape.com
24d8824810 Cleaning memory allocation bug #9855
git-svn-id: svn://10.0.0.236/trunk@41627 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 23:51:53 +00:00
pnunn%netscape.com
d673cae756 Changes needed for alpha. pnunn.
git-svn-id: svn://10.0.0.236/trunk@41611 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 23:37:49 +00:00
pnunn%netscape.com
731eef61dd changes needed for alpha. pnunn.
git-svn-id: svn://10.0.0.236/trunk@41609 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 23:37:16 +00:00
warren%netscape.com
b096de8cbe Fix for prefs crash.
git-svn-id: svn://10.0.0.236/trunk@41596 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 17:51:21 +00:00
warren%netscape.com
462380bd8a Fixed leak.
git-svn-id: svn://10.0.0.236/trunk@41590 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 08:00:45 +00:00
blizzard%redhat.com
49af80fb2c fix linux startup bustage. reviewed by sspitzer, approved by cyeh.
git-svn-id: svn://10.0.0.236/trunk@41553 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-29 19:42:55 +00:00