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

1286 Коммитов

Автор SHA1 Сообщение Дата
scc%netscape.com 0454213f91 got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in 1999-08-23 10:14:16 +00:00
mccabe%netscape.com 3d4917b628 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mccabe%netscape.com 2290033202 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com b95a2bdd54 Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
mccabe%netscape.com 779d51d186 First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
bienvenu%netscape.com ed1d697bc5 add history ab 1999-08-20 23:28:48 +00:00
mscott%netscape.com 3fa7ac0c80 Fix for Bug #12151 on behalf of sspitzer. 1999-08-20 22:59:16 +00:00
arielb%netscape.com bb8560101c includes updates to codbase matching security checks currently turned off
but in place.  redefined the script security manager in caps and it is
now generating codebase principals.
1999-08-20 09:51:02 +00:00
cls%seawood.org 0991be09fa Removed all references to obsolete OBJDIR variable.
Removed various sections of config.mk & rules.mk that were only used by OBJDIR or by a non-autoconf build.
1999-08-20 06:52:59 +00:00
pnunn%netscape.com f3f401c1c9 Cleaned up returns across api. pnunn. 1999-08-19 22:42:35 +00:00
pnunn%netscape.com dcd120c8f7 Cleaning up returns across api's. pnunn. 1999-08-19 22:31:12 +00:00
pnunn%netscape.com af9e76ad65 Cleaning up returns across api's. pnunn. 1999-08-19 22:22:46 +00:00
pnunn%netscape.com 9c94fb9fc4 Cleaning up returns across api's. pnunn 1999-08-19 22:19:06 +00:00
dp%netscape.com 73224d0136 - Adding a IID paramter to nsIModule::GetClassObject() 1999-08-19 14:55:52 +00:00
dcone%netscape.com 013a6c0e28 Took out some code that was not needed... 1999-08-19 14:17:13 +00:00
sgehani%netscape.com 46ce58a15b Adjusted static lib targets in anticipation of adding them to the build. 1999-08-19 10:52:58 +00:00
sgehani%netscape.com 3c86ec982a Fix for Mac specific bug: 10421. 1999-08-19 09:48:53 +00:00
tbogard%aol.net 81f90e5c5d Fixed Mac.. 1999-08-19 06:29:05 +00:00
sspitzer%netscape.com f35a6d8fb2 remove my old, temporary code to generate a prefs.js file with some default mail-news prefs. we don't need this anymore. fixes #12064 1999-08-19 06:28:39 +00:00
tbogard%aol.net c8c8eea4c0 XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree. 1999-08-19 05:36:30 +00:00
sgehani%netscape.com 08c4e213f8 Fix for UNIX specific bug: 10180. 1999-08-18 05:51:58 +00:00
ramiro%netscape.com 0149d76208 Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
dp%netscape.com 713eae3ce0 added files: mozilla/modules/libimg/gifcom/nsGIFModule.cpp, removed files: mozilla/modules/libimg/gifcom/nsGIFCallback.cpp 1999-08-14 02:01:43 +00:00
dp%netscape.com adeddff0cd Adding nsGIFModule.cpp; Removing nsGIFCallback.cpp 1999-08-14 01:45:36 +00:00
dp%netscape.com 031c593b6c Removing nsGIFCallback.cpp 1999-08-14 01:26:49 +00:00
dp%netscape.com 21a803ff65 Adding nsGIFModule as a result of xpcom review of gif. 1999-08-13 20:21:16 +00:00
dp%netscape.com 18bc7d64ba Adding GetIID() accessors 1999-08-13 08:35:58 +00:00
toshok%hungry.com 2058eb8065 we need the nspr private directory, even if building from the mozilla source tree, on unix. 1999-08-13 06:05:16 +00:00
sfraser%netscape.com 9e65931ac2 One final try to get the header output paths right. 1999-08-12 06:07:12 +00:00
beard%netscape.com 3882d9c9c2 fixed access paths to point to the one, true, dist.. 1999-08-12 04:29:35 +00:00
beard%netscape.com f89ed0dc3e First Checked In. 1999-08-12 03:57:06 +00:00
beard%netscape.com 540c0198b5 to fix build breakage, removed nsIJVMManager.h 1999-08-12 03:33:16 +00:00
bienvenu%netscape.com 3b12f5f7fb fix build bustage 1999-08-12 03:10:30 +00:00
edburns%acm.org 1706f2c458 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.
1999-08-12 01:56:18 +00:00
sgehani%netscape.com 432d8b5f87 Added static lib targets (in prep for landing the Mac Install Wizard). 1999-08-10 23:45:46 +00:00
sgehani%netscape.com caf8e19ce1 First Checked In. 1999-08-10 23:44:53 +00:00
sgehani%netscape.com f1dae366dc Adding Mac support to STANDALONE libjar. 1999-08-10 23:06:44 +00:00
sgehani%netscape.com d762d45cf8 Fixing Mac bustage in STANDALONE libjar. 1999-08-10 23:05:09 +00:00
dp%netscape.com e2b51ff8da XPCOM Review of imglib. 1999-08-10 22:41:26 +00:00
mccabe%netscape.com d6e7410f31 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.
1999-08-10 12:18:01 +00:00
ssu%netscape.com 7d69414aa1 added ifdef win32 to win32 standalone specific code 1999-08-09 23:01:03 +00:00
toshok%hungry.com 9efcfa356d if we're building nspr from the mozilla tree, add the correct private NSPR include dir. 1999-08-09 19:47:21 +00:00
dveditz%netscape.com 8398fc9db6 fixing bustage 1999-08-07 05:03:08 +00:00
bienvenu%netscape.com b57e609aef one more try, export the lib during the libs phase 1999-08-07 04:56:01 +00:00
bienvenu%netscape.com ec7197f099 attempt to fix registry bustage 1999-08-07 04:22:45 +00:00
dveditz%netscape.com da530db2f0 change library name to match Unix 1999-08-07 03:16:02 +00:00
dveditz%netscape.com b93556b555 update comment to reflect code 1999-08-07 03:12:40 +00:00
sspitzer%netscape.com cc0cfae5dd 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 1999-08-07 02:00:19 +00:00
putterman%netscape.com 2d879fdee4 Added pref for mailnews sidebar starting out open. 1999-08-06 23:43:04 +00:00