This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e33d52ae4d94040aef0151ec41dbbb363113fcfa
Mozilla
/
mozilla
/
xpcom
/
base
History
vidur%netscape.com
6c45ba51c0
Added error base for DOM module
...
git-svn-id: svn://10.0.0.236/trunk@46436 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:11:52 +00:00
..
IIDS.h
Added nsIDOMDOMException IID
1999-09-08 23:11:32 +00:00
Makefile.in
…
makefile.win
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
MANIFEST
…
MANIFEST_IDL
…
nsAgg.h
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
nsAllocator.cpp
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
nsAllocator.h
…
nsCom.h
…
nsCOMPtr.cpp
renamed to QueryReferent, do_QueryReferent, etc.
1999-08-13 23:00:58 +00:00
nsCOMPtr.h
some small documentation changes, plus removed a function that was otherwise unused, and was confusing Solaris.
1999-08-26 10:45:50 +00:00
nscore.h
…
nsDebug.cpp
Print all warning messages on stdout, not just assertions
1999-09-07 19:15:10 +00:00
nsDebug.h
…
nsError.h
Added error base for DOM module
1999-09-08 23:11:52 +00:00
nsIAllocator.h
…
nsID.cpp
…
nsID.h
put back <string.h> until we find all the uses =(
1999-09-06 21:22:36 +00:00
nsIID.h
…
nsIPtr.h
…
nsISupports.idl
…
nsISupportsUtils.h
Added a couple of new macros to the NS_ENSURE family. NS_ENSURE_SUCCESS(res, ret). It ensures that a given result is an XPCOM success code, if not returns back whatever you pass in ret. And NS_ENSURE_NO_AGGREGATION(outer) checks to make sure the instantiating client is not trying to do aggregation and returns back an error if it is.
1999-08-25 14:03:25 +00:00
nsIWeakReference.idl
added comments, fixed tabs
1999-08-21 20:06:52 +00:00
nsrootidl.idl
…
nsTraceRefcnt.cpp
…
nsTraceRefcnt.h
…
nsTraceRefcntImpl.cpp
…
nsTraceRefcntImpl.h
…
nsWeakPtr.h
added license, fixed tabs
1999-08-21 20:07:27 +00:00
nsWeakReference.cpp
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
nsWeakReference.h
Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO.
1999-08-22 11:25:50 +00:00