Commit Graph

1714 Commits

Author SHA1 Message Date
shaver%netscape.com
6e521b9a74 fix 8184: don't get stuck on %{ that's not at the beginning of the line, and mind end of data 1999-06-15 14:17:21 +00:00
bruce%cybersight.com
26e044b8e0 Replace NULL with nsnull in 8 initializations as NULL is void* on Solaris Workshop 4.2 compilers and it dies on using NULL here. 1999-06-15 13:51:50 +00:00
mccabe%netscape.com
1a5ec8fedb Added a warning for using an (ignored) '%{' or '%{whatever' escape instead of using '%{C++'. 1999-06-15 11:18:03 +00:00
mcmullen%netscape.com
835181d19d Added a null test 1999-06-15 09:31:49 +00:00
mccabe%netscape.com
364565063f Removed unused declaration for (cvs rm'ed) stub mode, and added an explanatory comment as to what 'basename' actually means. (Not what I thought...) 1999-06-15 09:22:04 +00:00
warren%netscape.com
a00f9dda7e Fixed buffer tests. 1999-06-15 08:36:27 +00:00
mcmullen%netscape.com
c9ea567a8e trying to fix windows bustage with new parameters = set 'em to null! 1999-06-15 07:19:16 +00:00
waterson%netscape.com
c621cde475 Clean up stack trace output: add displacements and remove spaces that sometimes appear in demangled symbols (so my perl script doesn't barf). 1999-06-15 05:27:09 +00:00
mcmullen%netscape.com
1305107e9a Made write and read do an implicit open. Added a FileContents attribute to allow simple conversion between an entire file and a string. 1999-06-15 05:17:59 +00:00
mccabe%netscape.com
21e1bf9de8 Fix number of arguments to the fprintf format string I changed yesterday. 1999-06-15 04:59:19 +00:00
warren%netscape.com
d1a7f6e578 Added PR_LOG stuff. 1999-06-15 04:57:07 +00:00
waterson%netscape.com
4ef0ae057a Add MOZ_TRACE_REFCNT to allow you to instrument individual implementations of AddRef() & Release(). 1999-06-15 03:25:27 +00:00
shaver%netscape.com
42eefc0b16 xpidl_idl.c rewrite for improved maintenance, fixed bugs and whiter teeth 1999-06-15 03:07:44 +00:00
ducarroz%netscape.com
c2d00a4de9 fix for bug 8029. ResolveAlias should not set the nsFileSpe's internal error mError if the file doesn't exist which is a legal state during the creation of an nsFileSpec object. 1999-06-15 02:19:23 +00:00
rickg%netscape.com
a22536e99a more error reporting in ToInteger() 1999-06-15 02:03:33 +00:00
mccabe%netscape.com
49f4227270 Remove reference to the f_noscript field, which gets set when libIDL sees a bare 'noscript' keyword.
This fixes compiling against libIDL 0.6.8, which has changed the field to __f_noscript to deprecate.  Rightly so, as noscript is expressible as a bracketed [property], and we want it to go away too.  Ignoring it rather than #ifdef'ing saves us future maintenance hassle.
1999-06-15 00:37:46 +00:00
mcmullen%netscape.com
41bafe8c4e Fix casting problem 1999-06-14 22:55:24 +00:00
jband%netscape.com
c38eddc1d0 updating status page 1999-06-14 22:33:18 +00:00
jband%netscape.com
da093b18b7 adding BeOS x86 changes from Duncan Wilcox <duncan@be.com> 1999-06-14 22:17:41 +00:00
mcmullen%netscape.com
711694acda Registered nsIDirectoryIterator 1999-06-14 22:06:22 +00:00
mcmullen%netscape.com
1c381a5f09 Made write and read do an implicit open. Added a FileContents attribute to allow simple conversion between an entire file and a string. 1999-06-14 22:05:41 +00:00
mcmullen%netscape.com
a7567e39b2 Added constructors from new nsIFileSpec 1999-06-14 22:04:27 +00:00
mcmullen%netscape.com
b95bbe80e0 Removed base targets (this change got lost in another checkin, owing to a merge conflict). 1999-06-14 20:55:37 +00:00
dougt%netscape.com
bbbf030084 Adding IsQueueOnCurrentThread(). 1999-06-14 20:20:33 +00:00
mccabe%netscape.com
d3e4855338 Removed misleading /* interface scooby */ comment in generated #include "scooby.h" line. 1999-06-14 08:28:23 +00:00
waterson%netscape.com
189548ff5a Add MISCDEP so that DLL gets rebuilt if a static lib changes. 1999-06-14 02:22:52 +00:00
dp%netscape.com
8044b2e000 - NS_RegistryGetFactory API changed 1999-06-14 02:08:49 +00:00
dp%netscape.com
462e42b5b3 - NS_RegistryGetFactory API Change
- QuickRegister eliminated
1999-06-14 02:07:03 +00:00
rickg%netscape.com
d22b6af279 perf improvements, bug fix in insert(), better error reporting in ToInteger() 1999-06-13 21:23:04 +00:00
danm%netscape.com
9bf4058960 moved GetPrimordialThread from nsAppShellService to nsThread, as suggested by warren 1999-06-13 03:30:38 +00:00
erik%netscape.com
605e35b9f9 Was crashing when property already existed. Fixed now, by ignoring
subsequent attempts.
1999-06-12 21:07:22 +00:00
bruce%cybersight.com
2931e016b0 Add newline at end of file for commercial unix compilers. 1999-06-12 16:59:57 +00:00
waterson%netscape.com
6935cf5057 Ensure that mBuf <-- 0 before assignment begins. Otherwise we run the rise of a failed assignment causing a duplicate free. 1999-06-12 16:39:11 +00:00
dp%netscape.com
d9f0f1c296 Removing obsolete files from xpcom. 1999-06-12 15:54:46 +00:00
dp%netscape.com
7668dadfe3 Removing unused NS_RegistryGetFactory() prototype. 1999-06-12 15:36:22 +00:00
mccabe%netscape.com
1feaaef22d Resurrected this somehow. Beating it back down. 1999-06-12 09:44:11 +00:00
mccabe%netscape.com
e77a2e4553 Remove vestiges of BUILD_XPIDL and USE_XPIDL from the build. 1999-06-12 09:29:46 +00:00
rpotts%netscape.com
5cb58c574b Changed WriteSegments(...) to return NS_BASE_STREAM_FULL if a WriteSegment cannot be allocated. And to propagate WOULD_BLOCK if it is returned by the reader() function.... 1999-06-12 08:52:59 +00:00
rpotts%netscape.com
6b42522ecc Added a new stream return code - NS_BASE_STREAM_FULL. This is returned when a stream is full and must be read before more data can be added... 1999-06-12 08:50:24 +00:00
dp%netscape.com
b4ab2fab9c adding back for doc purpose 1999-06-12 08:08:15 +00:00
dp%netscape.com
1662f221c0 Removing obsoleted files from xpcom/ post xpcom2.0 landing 1999-06-12 07:54:05 +00:00
dp%netscape.com
3253e87086 Removing obsoleted files from xpcom/ post xpcom2.0 landing 1999-06-12 07:42:48 +00:00
beard%netscape.com
64865904bd fixed "rescued items" problem 1999-06-12 06:27:00 +00:00
jband%netscape.com
f2ca9e4574 fix Mac breakage 1999-06-12 06:00:03 +00:00
jband%netscape.com
bd5a7d2279 added forced linkage to another xptcall file and moved the prototypes to the dummies to xptcall.h 1999-06-12 04:30:13 +00:00
jband%netscape.com
ce9447b3ea another try for this code needed to make Irix work (with fixed dll export stuff this time) 1999-06-12 04:29:12 +00:00
dougt%netscape.com
060f2404d0 simplify, simplify, simplify. Changes submitted by brendan@mozilla.org. 1999-06-11 21:56:12 +00:00
rpotts%netscape.com
40e0f4af98 if no more data is available when reading a non-blocking input stream then return either WOULD_BLOCK or NS_OK... But exit the loop to prevent spinning! 1999-06-11 08:25:57 +00:00
rpotts%netscape.com
05b81531f8 initialize the [out] parameters in GetWriteSegment so they are correct even if NS_OK is not returned... 1999-06-11 08:22:17 +00:00
dougt%netscape.com
374017c404 Adding default UI thread posting if user passes nsnull as the destQ 1999-06-11 05:49:11 +00:00
mcafee%netscape.com
b12f8322a1 Updating last-changed date to match cvs log. 1999-06-11 04:01:22 +00:00
sgehani%netscape.com
16015f845b Updated tests to reflect newly added enumeration service in PersistentProperties. 1999-06-11 02:21:34 +00:00
sgehani%netscape.com
3eeb4463bb Added enumeration service to PersistentProperties which returns an enumeration of
PropertyElement objects.
1999-06-11 02:20:36 +00:00
dougt%netscape.com
e3b14bd3cb Updates the project to use the new xpcom 2. 1999-06-11 00:37:35 +00:00
dougt%netscape.com
1b8d4b5c5a First Checked In. 1999-06-11 00:37:05 +00:00
dougt%netscape.com
70511bbc92 Fixing some releasing object bugs. 1999-06-11 00:35:39 +00:00
briano%netscape.com
6a00550c5e Ifdef hack to get this to compile on SunOS 4.x. 1999-06-10 22:37:27 +00:00
dougt%netscape.com
72bcd8f4c8 Adding Autoproxification. 1999-06-10 20:24:15 +00:00
waterson%netscape.com
cdd5c2124b Remove nsStringImpl and nsIString. 1999-06-10 20:20:32 +00:00
waterson%netscape.com
c4010d17e1 Remove nsStringImpl.cpp. 1999-06-10 20:19:52 +00:00
akkana%netscape.com
57e34e9db5 Fix 5968 -- I got tired of seeing a bazillion warnings about the parameter index shadowing the globally defined string function 1999-06-10 20:18:17 +00:00
mcmullen%netscape.com
3569a7afa5 Added bulletproofing for null buffer parameters 1999-06-10 19:51:36 +00:00
mcmullen%netscape.com
17eb7aae98 Compromise. On other platforms, NS_WARNING does not call break. So we'll do the same. So for NS_WARNING, we'll simply print to the console and continue, a la mode de Pierre, while for other forms of NS_BLOWCHUNKS, we'll break into the debugger, as of old. 1999-06-10 19:50:56 +00:00
mccabe%netscape.com
7d683fdc53 Various touchups and warning fixes. 1999-06-10 09:18:59 +00:00
mccabe%netscape.com
440903d251 Fix many warnings, remove legacy -h option. 1999-06-10 08:21:35 +00:00
mcmullen%netscape.com
2a3a60880a Don't try to call strlen() on a null string. 1999-06-10 02:24:21 +00:00
dp%netscape.com
cad49967e1 openVMS changes. Thanks to Colin Blake <colin@theblakes.com> 1999-06-10 00:19:36 +00:00
mscott%netscape.com
c6dc4056a4 Remove warning introduced by an unused variabled into NS_NewFileSpecWithSpec. 1999-06-09 21:09:55 +00:00
mscott%netscape.com
dd0e6fd5c5 Adding NS_NewFileSpecWithSpec for C++ code which allows you to create a nsIFileSpec given a nsFileSpec. 1999-06-09 20:49:39 +00:00
mang%subcarrier.org
b173cd4005 fixed broken mailto: links 1999-06-09 20:23:35 +00:00
dp%netscape.com
3fa056d7b0 Using new Component Registry 1999-06-09 19:18:24 +00:00
dp%netscape.com
18bd0d6a6f Cleaning up silliness. 1999-06-09 19:17:50 +00:00
dp%netscape.com
891afaf041 Well Known Component Registry in <exedir>/component.reg implemented. 1999-06-09 19:16:38 +00:00
Jerry.Kirk%Nexwarecorp.com
88ed09eaff - Changing #ifdef to support both GCC 2.7 and 2.8 and adding support
for NTO platform.
1999-06-09 12:34:07 +00:00
ramiro%netscape.com
f7a6ed8848 Port to KCC. 1999-06-09 10:20:12 +00:00
ramiro%netscape.com
8b1c0c50d5 This is all C code. 1999-06-09 10:08:12 +00:00
mccabe%netscape.com
cbf274af94 removed files: mozilla/xpcom/typelib/xpidl/xpidl_stub.c 1999-06-09 09:46:07 +00:00
mccabe%netscape.com
6d66ab0b26 Removing remnants of stubs-generation mode. 1999-06-09 09:45:49 +00:00
briano%netscape.com
088c1e97d9 Fix for FreeBSD 2.x builds. 1999-06-09 08:43:51 +00:00
warren%netscape.com
c7f0ebfe8d Removed nsIByteBufferInputStream - obsolete. 1999-06-09 06:48:38 +00:00
warren%netscape.com
0b2245488a Cleaned up the nsIBuffer interface, added comments, etc. 1999-06-09 06:41:32 +00:00
warren%netscape.com
a619c8caf6 Added ReadSegments and WriteSegments to nsIBuffer to avoid the need to allocate intermediate buffers. 1999-06-09 04:52:47 +00:00
warren%netscape.com
47becf5b56 Added nscore.h to nsrootidl.idl for PRUnichar. 1999-06-09 03:19:10 +00:00
jband%netscape.com
e13ebb6f4e Fix build bustage. Will come back and do it right 1999-06-08 22:49:01 +00:00
sfraser%netscape.com
bbefbc1756 Back out pierre change, so that NS_ASSERTION calls DebugStr once again. Doing this on the basis of consensus at 7/6 macdev meeting. 1999-06-08 22:13:40 +00:00
jband%netscape.com
322f8084b6 Adding Irix implementation from Jason Heirtzler <jasonh@cthulhu.engr.sgi.com> 1999-06-08 21:49:30 +00:00
waterson%netscape.com
903e08a0d0 Obsolete. Generated from nsICollection.idl now. 1999-06-08 21:28:42 +00:00
waterson%netscape.com
57cb790229 Obsolete. Generated from nsIEnumerator.idl now. 1999-06-08 21:27:47 +00:00
warren%netscape.com
b113f2332f Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
briano%netscape.com
4d8ab97905 Changed the location of libxpcombase_s.a in the list in order to fix the NetBSD build. 1999-06-08 02:01:01 +00:00
sfraser%netscape.com
66152607d5 Fix for bug 7479; use unsigned char to avoid sign extension when converting to wide string. r rickg. 1999-06-08 00:28:47 +00:00
warren%netscape.com
7cee72ba4a Added nsIBufferOutputStream.idl 1999-06-07 22:47:55 +00:00
waterson%netscape.com
402b1dcdaa Add nsService constructor that allows you to get a service by ProgID using the statically linked nsServiceManager API. 1999-06-07 02:24:29 +00:00
bruce%cybersight.com
1a51cad684 Scoping problem with loop variable. Fixes OSF/1 build. 1999-06-05 11:22:11 +00:00
waterson%netscape.com
fc72cdd605 Remove NS_ASSERTION calls from nsService class. 1999-06-05 02:44:40 +00:00
briano%netscape.com
28e4c7fea6 Oops, forgot to add the braces.... 1999-06-05 01:57:35 +00:00
warren%netscape.com
c427020eb4 Added nsIBuffer::Search and cleaned up nsIBufferInputStream interface to just return the buffer. 1999-06-05 01:15:00 +00:00
briano%netscape.com
9a0e6dfc01 Fix for platforms that don't support long longs. 1999-06-05 01:07:50 +00:00
warren%netscape.com
12e737f1f8 Added 1999-06-04 23:58:05 +00:00
pierre%netscape.com
290128f36a (Mac only) PR_LOG() calls printf() with a "���" header instead of falling into MacsBug. 1999-06-04 23:04:28 +00:00