scc%netscape.com
9cdd1c4d19
fixed a problem with cut and advancing past the end of a string with an iterator r=waterson
2000-05-16 10:13:23 +00:00
scc%netscape.com
7ecdb44d84
turning on the new strings API.
2000-05-16 07:18:04 +00:00
waterson%netscape.com
5761d5cb3f
Revert NS_READABLE_CAST. Without the reference, it didn't work.
2000-05-16 07:01:30 +00:00
waterson%netscape.com
48c9901fe8
Clean up some of the last warnings.
2000-05-16 00:45:38 +00:00
waterson%netscape.com
d8d4f434ce
Flip NS_READABLE_CAST back the other way: more important to placate egcs that gcc-2.7.2.3
2000-05-15 23:06:25 +00:00
rayw%netscape.com
9ad7507320
Added an observer to autoregistration, which allows a callback during that
...
part of startup to advance a progress display, per bug 35866.
I did not get the code actually reviewed, but I discussed it, and tested it
for breakage. Other developers must register for the observer before it can
be ascertained whether it performs as advertized.
2000-05-15 19:28:12 +00:00
tor%cs.brown.edu
8d8e918649
SUNWspro5.0 bustage fix: add "const" in a couple places to keep
...
the compiler happy. Patch from tomi.leppikangas@oulu.fi , r=tor
2000-05-15 19:00:43 +00:00
dbaron%fas.harvard.edu
2512f5ddcc
Count some classes for the leak stats. r=warren@netscape.com
2000-05-15 13:10:18 +00:00
scc%netscape.com
80ec832b95
patch from Joerg Brunsmann to fix bug #39268 . r=scc
2000-05-15 12:57:21 +00:00
scc%netscape.com
483586e820
circular include logic defeated me ... protect the new operator definitions locally
2000-05-15 08:07:25 +00:00
scc%netscape.com
5ee079cc19
oops
2000-05-15 07:37:18 +00:00
scc%netscape.com
c84fe3a063
adding macros and uses to support Solaris' inability to pick operator+
2000-05-15 07:28:00 +00:00
dp%netscape.com
f9c96c0b0a
Updated build instructions
2000-05-15 07:21:12 +00:00
brendan%mozilla.org
2cc44b24b1
Enforce interCaps Mozilla XPIDL style (r=shaver).
2000-05-15 07:03:46 +00:00
brendan%mozilla.org
4f3dc7517a
Comment grammar and style fixes.
2000-05-15 06:41:00 +00:00
brendan%mozilla.org
fa32280b9c
Space cleanup.
2000-05-15 06:21:49 +00:00
scc%netscape.com
bdc40d3a04
added macro code to help define more comparison operators. Got rid of |typename|. We can live with the warnings, maybe; but windows can't digest it in this context.
2000-05-15 05:14:40 +00:00
scc%netscape.com
8b82758f42
changes to fix some errors constructing autostrings from null pointers that led to crashes
2000-05-15 03:10:19 +00:00
waterson%netscape.com
5ba063ecca
With NEW_STRING_APIS, turn on definition of string comparison operators to avoid accidental pointer comparisons. r=scc
2000-05-15 01:27:04 +00:00
scc%netscape.com
32e96c5f6a
...oops, have to comment out the body too. Sorry.
2000-05-15 00:16:30 +00:00
scc%netscape.com
d5ba894b3c
commented out an |NS_WARNING| that will overwhelm you, I'll turn it into an assertion for me only, later. Also got rid of |Equals(*, int)| temporarily, as with |Compare| to catch clients who should be using |EqualsWithConversion|
2000-05-15 00:13:57 +00:00
scc%netscape.com
8b3d993edd
disable a not helpful warning for VC++
2000-05-14 23:33:05 +00:00
alecf%netscape.com
3a693fdcaf
repair the NS_IMPL_QUERY_INTERFACE_INHERITED3 macro
2000-05-14 23:09:21 +00:00
dp%netscape.com
23a577e795
Including nsTestSample.cpp.
2000-05-14 22:56:53 +00:00
dp%netscape.com
07ce6f295a
Sample XPCOM Application
2000-05-14 22:49:36 +00:00
dp%netscape.com
7d031aa4f9
Standalone xpcom.
2000-05-14 22:46:24 +00:00
scc%netscape.com
a3d2146f0b
comment out |Compare| with a length to help find callers of the old compare function that need to become to |CompareWithConversion|.
2000-05-14 22:32:30 +00:00
dp%netscape.com
ba06cf0ccc
Initial version
2000-05-14 18:22:11 +00:00
michael.lowe%bigfoot.com
19e375a6c7
Fix some leaks, and other problems found using BoundsChecker r=bryner@uiuc.edu
2000-05-14 09:18:43 +00:00
waterson%netscape.com
eba1d16a5f
Also wrap in #ifdef __cplusplus
2000-05-14 00:17:47 +00:00
waterson%netscape.com
8de4387b69
Remove #ifdef that's no longer necessary now that STL headers aren't included.
2000-05-14 00:14:19 +00:00
waterson%netscape.com
f3918467fe
Wrap C++ in |extern C++| block to fix build. r=scc
2000-05-14 00:11:54 +00:00
waterson%netscape.com
ec50330ca2
Remove #ifdef that is unnecessary when STL headers are not included.
2000-05-14 00:05:24 +00:00
scc%netscape.com
6e7090ce6f
waterson and I are giving up on the current build being allowed to even include files related to STL, mostly (but not only) because of Solaris ... by the time someone want to _use_ STL, maybe the compilers will be better, and this fix won't effect them.
2000-05-13 23:59:49 +00:00
dp%netscape.com
ce09f5bcfc
Standalone xpcom.
2000-05-13 23:35:55 +00:00
dp%netscape.com
06ef67f327
Removed NS_NewSample(). Using NS_IMPL_ISUPPORTS1.
2000-05-13 23:11:43 +00:00
scc%netscape.com
bb3a3d8ee9
fixed macro-based comparison operators to help with our type-unification problems
2000-05-13 21:39:37 +00:00
scc%netscape.com
5af4ace901
Added |NS_READABLE_CAST| to clarify what we're doing in places where we face the type-unification error on lame compilers.
2000-05-13 20:29:18 +00:00
scc%netscape.com
5840dd129b
getting ready to turn this stuff on, changes related to that: empty strings specified with null pointer, a couple of other fixes.
2000-05-13 20:17:35 +00:00
waterson%netscape.com
a0702b9992
Resolve gcc-2.7.2.3 type unification ambiguity for nsAReadableString's Compare() method. NOT PART OF THE BUILD.
2000-05-13 02:11:26 +00:00
waterson%netscape.com
094635b935
Fix build bustage. Added nscore.h, which declares NS_STATIC_CAST et. al.
2000-05-13 02:05:50 +00:00
waterson%netscape.com
3579e2d1b1
Deal with type unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc
2000-05-13 00:23:04 +00:00
waterson%netscape.com
1eab8e8175
Deal with type-unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc
2000-05-13 00:19:21 +00:00
waterson%netscape.com
6d1bd93d73
Add necessary code to get NEW_STRING_APIS to compile properly on gcc-2.7.2.3. r=scc
2000-05-13 00:05:29 +00:00
gordon%netscape.com
ff3224696b
Let go of monitor a bit earlier in ReleaseService() so that services which are shuttingdown may aquire their own monitors without potential deadlocks. Also changed allocation/deallocation of ServiceManager's monitor to use nsAutoMonitor methods, as per brendan's suggestion.
2000-05-12 23:39:34 +00:00
scc%netscape.com
3d2ee11bee
fix bug #36316
2000-05-12 23:09:28 +00:00
scc%netscape.com
76fd1bdfc5
fix bug #36311
2000-05-12 23:05:11 +00:00
dougt%netscape.com
9780125284
Patch from snizinsk@us.ibm.com
...
from email:
What is in the tree from 5/2 was not correct (the
PR_CALLBACKs that were checked in 5/2 were incorrect for our build. They
should be on the prototypes which are declared "static PRIntn" not on
"NS_IMETHOD".
2000-05-12 22:11:45 +00:00
mkaply%us.ibm.com
c3b039c794
# 37239
...
r= mkaply@us.ibm.com
OS/2 bring up continues - OS/2 specific changes
2000-05-12 19:26:34 +00:00
scc%netscape.com
6a3f519024
Added "nsStringIO.h" to exports. r=hyatt
2000-05-12 07:46:13 +00:00