warren%netscape.com
|
f169d7579e
|
Added NS_WITH_SERVICE1 macro.
|
1999-03-19 05:48:49 +00:00 |
|
dp%netscape.com
|
cc70ac201a
|
using nsHashtable for dllStore.
|
1999-03-12 11:23:49 +00:00 |
|
warren%netscape.com
|
27d6390ab4
|
Exporting symbols for the mac.
|
1999-03-11 10:47:54 +00:00 |
|
warren%netscape.com
|
d046a90e99
|
Added union and intersection enumerators.
|
1999-03-11 09:56:59 +00:00 |
|
warren%netscape.com
|
15c5137cf6
|
Added progID version of GetService. Fixed up nsService to not be a template.
|
1999-03-10 22:53:17 +00:00 |
|
ramiro%netscape.com
|
eb2ce0674f
|
Use the macro on all platforms. Thanks to pierre for helping me make sure
it doesnt break the mac. I verified that it works on unix and windows.
|
1999-03-09 19:19:02 +00:00 |
|
warren%netscape.com
|
a6656a9445
|
Implemented virtuals in cpp file to try to avoid linux pedantic error.
|
1999-03-09 14:09:11 +00:00 |
|
warren%netscape.com
|
44568143d6
|
Backed out the nsService template stuff.
|
1999-03-09 11:49:41 +00:00 |
|
warren%netscape.com
|
088146892f
|
Commented out template because linux isn't happy with it.
|
1999-03-09 11:12:23 +00:00 |
|
warren%netscape.com
|
4b2d56fbaa
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
|
alecf%netscape.com
|
a1357cc961
|
patches from cmanske@netscape.com - use NS_IMETHODIMP* macros instead of declaring nsrefcnt/etc directly
|
1999-03-08 21:34:16 +00:00 |
|
ramiro%netscape.com
|
8a849f863a
|
Templates in nsXPComFactory exorcism. Part I.
Replaced the template code with a NS_DEF_FACTORY.
This is temporary. As soon as I can verify this works on windows and
mac, ill remove the old code.
|
1999-03-08 09:44:16 +00:00 |
|
beard%netscape.com
|
d5f75e7080
|
Added NS_DEFINE_STATIC_CID_ACCESSOR.
|
1999-03-07 23:56:59 +00:00 |
|
alecf%netscape.com
|
8eb785a0db
|
split up nsISupports macros into seperate files
|
1999-03-05 22:39:03 +00:00 |
|
scc%netscape.com
|
e1b19c0104
|
rename |IID()| --> |GetIID()|
|
1999-03-03 23:03:34 +00:00 |
|
scc%netscape.com
|
2ec0a397ea
|
rename |IID()| --> |GetIID()|
|
1999-03-03 19:48:57 +00:00 |
|
buster%netscape.com
|
614f00f10a
|
added editor module (#define NS_ERROR_MODULE_EDITOR )
|
1999-03-03 18:30:09 +00:00 |
|
beard%netscape.com
|
19dc7e5b59
|
moved NS_CALLBACK to nsCom.h.
|
1999-03-03 04:09:33 +00:00 |
|
beard%netscape.com
|
12e2a6116d
|
Added NS_CALLBACK macro for standard callback APIs
|
1999-03-03 04:09:11 +00:00 |
|
waterson%netscape.com
|
c361814ef3
|
Added ProgIDToCLSID cache.
|
1999-03-03 01:18:15 +00:00 |
|
alecf%netscape.com
|
19c3844fa8
|
start splitting nsISupports.h into multiple header files (blank right now until we get them into the Mac build)
|
1999-03-03 00:31:50 +00:00 |
|
scc%netscape.com
|
1cd756d76b
|
backed out depency on nscore.h
|
1999-03-02 23:52:38 +00:00 |
|
scc%netscape.com
|
eee168d553
|
now rely on "nscore.h" for NS_REINTERPRET_CAST instead of defining my own. now relying on autoconf system for all unixes. Some tests may need to be fixed.
|
1999-03-02 23:08:54 +00:00 |
|
mcafee%netscape.com
|
f3ffb9a767
|
Adding comparisons to autoconf results.
|
1999-03-01 10:13:18 +00:00 |
|
ramiro%netscape.com
|
1bf8790f66
|
AIX portability fixes. (Waqar Malik <waqar@netscape.com>)
|
1999-03-01 06:29:14 +00:00 |
|
beard%netscape.com
|
f8887c33ae
|
SetDestructor
|
1999-02-28 19:04:47 +00:00 |
|
dp%netscape.com
|
ab0c11dd65
|
Adding nsRegistry to unix.
|
1999-02-27 21:49:34 +00:00 |
|
dp%netscape.com
|
ffbd0ef6da
|
Changed comment to indicate that Quick Registration via the quick register data structure isn't for prime time yet.
|
1999-02-27 08:56:21 +00:00 |
|
alecf%netscape.com
|
6756268744
|
add IID() method
|
1999-02-27 03:16:56 +00:00 |
|
ebina%netscape.com
|
89821bbf93
|
Remove support for the old RegisterFactory API.
|
1999-02-27 02:06:54 +00:00 |
|
scc%netscape.com
|
67bb023757
|
for VC++5.0, no member using declarations (to prevent internal compiler error); to make this compile fixed type of AddRef and Release in nsDerivedSafe
|
1999-02-26 23:43:40 +00:00 |
|
scc%netscape.com
|
fb59a99841
|
deprecated |dont_AddRef|, added a new form of |getter_AddRefs| to take its place. Removed all nothing of bool from the headers (should help gcc)
|
1999-02-26 19:50:46 +00:00 |
|
alecf%netscape.com
|
6b6c41ebc8
|
fix AIX bustage
|
1999-02-26 18:58:08 +00:00 |
|
warren%netscape.com
|
44cae3cd3f
|
Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends.
|
1999-02-26 10:17:14 +00:00 |
|
beard%netscape.com
|
98702cb2df
|
Fixing callback typedef, using new NS_CALLBACK macro which will be moved to nsCom.h when it proves itself.
|
1999-02-26 04:30:17 +00:00 |
|
beard%netscape.com
|
be0e2a94ed
|
added nsIGenericFactory.h
|
1999-02-26 04:06:13 +00:00 |
|
beard%netscape.com
|
2f1f98057b
|
First Checked In.
|
1999-02-26 04:05:14 +00:00 |
|
beard%netscape.com
|
959fd48186
|
added IID() accessor.
|
1999-02-26 04:04:13 +00:00 |
|
law%netscape.com
|
04202570ee
|
Export nsIRegistry.h
|
1999-02-25 19:16:00 +00:00 |
|
alecf%netscape.com
|
e5d1ad1d90
|
fix HPUX bustage - HP's compiler can't do "using" or static casts
|
1999-02-25 17:47:54 +00:00 |
|
ebina%netscape.com
|
c52ac55676
|
Stub in the new RegisterFactory API in preparation for removing the old one.
|
1999-02-25 16:07:31 +00:00 |
|
beard%netscape.com
|
fe134ebace
|
added nsIAllocator.h
|
1999-02-25 04:21:12 +00:00 |
|
warren%netscape.com
|
7befcf9e6f
|
Updated IIDs
|
1999-02-24 09:31:34 +00:00 |
|
warren%netscape.com
|
650ed02faf
|
Added NS_NewConjoiningEnumerator
|
1999-02-24 07:58:06 +00:00 |
|
warren%netscape.com
|
01dd4f0ed6
|
Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray.
|
1999-02-23 08:10:24 +00:00 |
|
beard%netscape.com
|
9468c7d879
|
XP_MAC: using __comobject as magic base class for all XPCOM objects.
|
1999-02-20 02:22:18 +00:00 |
|
mjudge%netscape.com
|
fbcb42974f
|
changing nsIEnumerator to use NS_IMETHOD not virtual nsresult
|
1999-02-19 23:43:20 +00:00 |
|
warren%netscape.com
|
38a1b276d2
|
Added NS_DECL_ISUPPORTS_INHERITED and NS_IMPL_ISUPPORTS_INHERITED.
|
1999-02-19 06:33:33 +00:00 |
|
mcafee%netscape.com
|
9feda1b10b
|
Adding support for Solaris native compiler. a=scc
|
1999-02-18 22:34:15 +00:00 |
|
mcmullen%netscape.com
|
7e6415b643
|
Reserved a range for file i/o errors.
|
1999-02-18 18:58:25 +00:00 |
|