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

988 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com aa9c68e1dc fixed .global label. 1999-04-02 01:07:59 +00:00
rogerl%netscape.com 61c43d0fff New. (And, as yet, unbuilt & untested) 1999-04-02 00:47:17 +00:00
jband%netscape.com 425e58564c expose directly callable shared allocator methods 1999-04-01 23:12:49 +00:00
waterson%netscape.com 030915143e Fixed long-long codegen to use prlong macros (so it works on Mac). 1999-04-01 22:03:25 +00:00
mcmullen%netscape.com 83c6db8e89 Just added a divider comment. 1999-04-01 20:07:52 +00:00
mcmullen%netscape.com dc51caba2e Fixed an illegal preprocessor directive. 1999-04-01 20:06:46 +00:00
dp%netscape.com a2a9509e9f added new tasks. Finished first task. 1999-04-01 07:27:42 +00:00
dp%netscape.com b8dfe78cdd More threadsafeness. 1999-04-01 06:45:50 +00:00
mcafee%netscape.com 2d625f9600 Simplifying SCO case. 1999-04-01 05:16:32 +00:00
mcafee%netscape.com 15d6df3109 Adding support for NTO. 1999-04-01 05:06:34 +00:00
mcafee%netscape.com e07a8b47d6 Simplifying ifdef logic in preparation for jump to hyperspace (autoconf) 1999-04-01 05:02:32 +00:00
waterson%netscape.com 16bc13ad90 Export the nsCStringKey symbols. 1999-04-01 01:59:57 +00:00
briano%netscape.com a28357faea Only descend into tests if ENABLE_TESTS is set. 1999-03-31 22:58:07 +00:00
rickg%netscape.com dfc765cb14 fixed bug in deque::pushfront 1999-03-31 08:42:06 +00:00
jband%netscape.com 1d4551acd4 make -m stubs not crash on interfaces without parents 1999-03-31 07:56:36 +00:00
dp%netscape.com 41c4c9a227 XPCOM used nsIRegistry. Thanks to Nicholas Ambrose <nick87@hotmail.com> 1999-03-31 07:04:12 +00:00
waterson%netscape.com 79fd76ca3a Added XPIDL_JS_STUBS hacks to support scriptability. 1999-03-31 06:42:42 +00:00
dp%netscape.com cabae9cdfc Fixed nsIRegistry implementation. ready for use. Thanks to Nicholas Ambrose <nick87@hotmail.com> 1999-03-31 06:28:36 +00:00
dp%netscape.com deb92777ce Removing xcDllStore.cpp 1999-03-31 06:18:51 +00:00
waterson%netscape.com e2a687bb1a Fixes to the stub generator to uncripple stub-based XPConnect a little bit: use JSObjects to get args from JS stack, then pull the privs out; handle error codes and null returns a bit more cleanly. 1999-03-31 06:08:22 +00:00
dougt%netscape.com ee22d153f3 Fixes off by one error. 1999-03-31 05:04:28 +00:00
jdunn%netscape.com e68fdd2cbe Fixed compiler problem on AIX with references. 1999-03-31 04:19:02 +00:00
sspitzer%netscape.com 27f8baa992 remove a warning
too many warnings and people will ignore them
1999-03-30 15:11:30 +00:00
dp%netscape.com ede6844b75 Attempting to fix the mac build by guessing the signature of the new nsHashtable constructor 1999-03-30 09:06:49 +00:00
dp%netscape.com aa723aadf5 Thread Safe nsHashtable (on demand only) 1999-03-30 08:15:39 +00:00
ramiro%netscape.com de0f3f737c delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
briano%netscape.com 0ab6ec357d Only descend into the tests directory if ENABLE_TESTS is set. 1999-03-30 03:07:23 +00:00
pierre%netscape.com 17dca257b7 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 01:23:24 +00:00
waterson%netscape.com 6bbd24c72e Changed RDF progids to use forward-slashes instead of pipes. 1999-03-30 01:09:24 +00:00
dp%netscape.com 29e4574f66 Adding items to todo list 1999-03-30 00:41:47 +00:00
briano%netscape.com 0af08a8120 Fixed the 'extra token after the endif' bug that was breaking some Unix builds. 1999-03-29 23:05:49 +00:00
jband%netscape.com 032133b320 fixing typedef bug that I introduced with previous checkin 1999-03-29 22:33:38 +00:00
scc%netscape.com 79cbc27c7a fixed out-of-date preprocessor symbol, should fix AIX build 1999-03-29 22:03:50 +00:00
waterson%netscape.com 66a55f3f2c Landed RDF_19990326_BRANCH, scriptability changes. 1999-03-29 19:52:54 +00:00
jband%netscape.com 6830bdc2c8 fix incorrect title comment (copied from another file) 1999-03-29 04:35:35 +00:00
jband%netscape.com 95c15becc6 many changes to xpidl:
- Removed '-n' from usage message.
- Added name_space (if declared) to comment in generated C++ header.
- Added [ptr], [ref], and [nsid] support for native declarations.
- Added support for [const] on 'in' params.
- Now add 'const' automatically for nsID in params.
- Added support for [shared] on 'out' params.
- Added -w warnings support for non-support of sequences.
- Removed support for enum and added -w wrning that they are ignored.
- Added support in header and typelib output for constants (short and long only).
1999-03-28 22:01:33 +00:00
jband%netscape.com 7933eabf5f add support for 'shared' flag in typelibs. This is available for use to indicate pointer type 'out' params which will not follow the xpcom rules of transfering ownership - i.e. they want to share a pointer rather than cloning the underlying data for the caller to delete when finished 1999-03-28 21:48:34 +00:00
dp%netscape.com fb1984138f Adding more on service manager, component manager and progid/clsid with a hope to eliminate confusion 1999-03-27 21:35:43 +00:00
jband%netscape.com 9b05e417fe removing export of removed file 1999-03-27 08:36:20 +00:00
mccabe%netscape.com 34f8d2da5f Consolidated xpt_cpp.h with xptinfo.h; removed xpt_cpp.h. Also
modified uses...
1999-03-27 08:02:15 +00:00
jband%netscape.com f332fa9be6 fixing cases of declaration not exactly matching definition and a few other instances of extraneous 'const' on PRUnichar passed by value 1999-03-27 07:34:44 +00:00
jband%netscape.com 87a6a6b447 removing (yet another!) misplaced semi-colon 1999-03-27 06:20:40 +00:00
warren%netscape.com 83dd072e3f Added ShutdownGlobalServiceManager 1999-03-27 02:22:33 +00:00
jband%netscape.com a8dd8e8500 removing misplaced semi-colonsthat break some platforms 1999-03-27 01:53:40 +00:00
mcafee%netscape.com c39f6c7fc3 Ignore generated files. 1999-03-27 00:08:06 +00:00
briano%netscape.com 36c6d788f1 Fixed the bug that was assuming Linux==x86 (only). 1999-03-26 23:06:38 +00:00
dp%netscape.com 4103ca4f8b One more point where load fail is detected. Adding error message 1999-03-26 18:49:46 +00:00
dp%netscape.com a487aa06b9 Showing a error message when lib loading fails. 1999-03-26 18:23:04 +00:00
danm%netscape.com 17cffb116d removing glowcode. a:jband 1999-03-26 02:37:22 +00:00
ftang%netscape.com edc37726f3 take out wrong assertion, we should do QueryInterface to both entry->mService and service with the sand IID and them compare them . approved by warren 1999-03-26 00:49:06 +00:00