jaggernaut%netscape.com
4e57c134bf
Bug 53057: Removing implicit |CharT*| conversion operator for nsCString, r=dbaron, rs=scc
2001-11-10 22:00:31 +00:00
blizzard%redhat.com
6f6bb65bce
null check in stack trace code so we don't crash on some systems. r=bryner, dbaron no bug number.
2001-11-09 16:18:56 +00:00
jband%netscape.com
53ec7f1ca3
fix bug 108915 to unbust XPCOM_STANDALONE. This #ifdef's out calls into code that is only available when i18n is part of the build. This has no impact on the browser or gecko embeddings. r=jst sr=alecf a=blizzard
2001-11-09 00:34:56 +00:00
jdunn%netscape.com
e75b3f222b
Reverting back to the previous version of this file (1.3)
...
The patch submitted by IBM didn't take into account all the conditions
r=cls@seawood.org
a=blizzard@mozilla.org
# 24458
2001-11-08 12:18:37 +00:00
jdunn%netscape.com
8bdb101a36
Fixing the problem with AIX not passing floating point params thru xptinvoke
...
submitted by pkw@austin.ibm.com
r=cls@seawood.org
a=blizzard@mozilla.org
# 106118
2001-11-08 12:17:19 +00:00
dbaron%fas.harvard.edu
034dc4a4b8
Fix |#ifdef TARGET_CARBON| assertions for bug 104651 to fix blocker bug 108911 (TARGET_CARBON changes only).
2001-11-07 22:08:31 +00:00
jaggernaut%netscape.com
193297bee0
Bug 108734: nsCString::Replace is broken. r=darin, sr=scc
2001-11-07 07:43:11 +00:00
dbaron%fas.harvard.edu
1de2e44c86
Add a comment explaining how to fix callers that trigger the null-termination assertion. r=jag rs=scc b=104651
2001-11-07 07:36:36 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
dbaron%fas.harvard.edu
6f23659d77
Fix nsDependentString users who were passing non-NULL terminated buffers. b=104651 rr=jag rs=scc
2001-11-07 05:51:27 +00:00
dbaron%fas.harvard.edu
738f794f2d
Quiet annoying warning on HP by using the two-step NS_STATIC_CAST that is really meant here. r=jag sr=brendan b=107052
2001-11-07 04:12:24 +00:00
dbaron%fas.harvard.edu
c0623fdbcd
Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc
2001-11-07 04:12:20 +00:00
alecf%netscape.com
7d0fba4ac4
fix for minor leak bug 108640 r=jag, sr=sspitzer
2001-11-06 23:14:47 +00:00
alecf%netscape.com
61f5ed73c5
fix for bug 108597 - move mOwnsBuffer and mCharSize into smaller variables to reduce nsStr's overall size
...
r=jag, sr=waterson
2001-11-06 22:50:13 +00:00
blizzard%redhat.com
798f3859c5
back out darin's fix for bug #107789 since it caused blocker #108637 .
2001-11-06 16:32:52 +00:00
jdunn%netscape.com
a785da805d
fixing build bustage on HP's & AIX's new compilers
...
removing the static keyword from a couple templates
sr=jst@netscape.com
# 106167
2001-11-06 13:22:05 +00:00
darin%netscape.com
ff691a5e15
fixes mac bustage
2001-11-06 03:56:00 +00:00
darin%netscape.com
803d882528
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
pete%alphanumerica.com
028b5e7203
b=92329, r=ccarlen, sr=brendan
...
Fix for nsLocalFileUnix ::GetTarget doesn't handle relative symlinks
--pete
2001-11-06 01:42:00 +00:00
andreas.otte%primus-online.de
626f01eda6
fix bug 61269 ['%' will get URL-escaped to "%25" if not followed by 2
...
hexadecimal digits] We no longer escape an % which is not followed by
two hex characters, at least not until forced. This is more compatible
with current usage in other browsers. r=dougt@netscape.com ,
sr=darin@netscape.com
2001-11-03 14:55:57 +00:00
dbaron%fas.harvard.edu
21255aecf4
Remove unused stopwatch code. b=107510 r=jag sr=waterson
2001-11-03 05:46:18 +00:00
dbaron%fas.harvard.edu
4dcfe39012
Remove unused logging code. b=107510 r=jag sr=waterson
2001-11-03 05:45:27 +00:00
dbaron%fas.harvard.edu
7c974b33e2
Removing nsIStopwatch.idl, which was never really part of the build. b=107510 r=jag sr=waterson
2001-11-03 05:26:55 +00:00
seawood%netscape.com
c79715ed1b
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
jst%netscape.com
c07afc1507
Fixing leaks in the exception service. Bug 108213. r=dbradley@netscape.com, sr=jband@netscape.com
2001-11-03 02:07:20 +00:00
dbradley%netscape.com
e621e30903
Bug 94650 - Added warning for scriptable interfaces that inherit from non-scriptable interfaces. r=jst, sr=jband
2001-11-03 00:05:57 +00:00
dbradley%netscape.com
dbb32a6c76
Bug 33193 - Sanity check for typelib truncation. r=jst, sr=jband
2001-11-03 00:02:56 +00:00
ccarlen%netscape.com
13ec7ea65a
Bug 105440 - directory service needs new keys and be able to support lists of directories. r=valeski/sr=jband
2001-11-02 15:29:57 +00:00
jaggernaut%netscape.com
dfe4ef469b
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-02 06:39:49 +00:00
dp%netscape.com
397b2dab4b
bug# 105509 inlining nsHashKey::nsHashKey
...
r=dougt, sr=jband
2001-11-02 04:58:30 +00:00
jband%netscape.com
68755c9237
fix bug 108045. Don't crash on case where an xpt file is missing an interface info that was there when the manifest got built. Insead, fail gracefully and force the subsequent run to re-autoreg. r=jst sr=brendan
2001-11-02 04:40:13 +00:00
dougt%netscape.com
43365d553d
removing appshell from xpcom. 96524. r=valeski@netscape.com, sr=jband@netscape.com
2001-11-01 23:45:04 +00:00
alecf%netscape.com
1d2b71114d
yank a bunch of junk from tests
...
r=jag, sr=scc
2001-11-01 23:40:10 +00:00
alecf%netscape.com
cdca66820d
remove all unicharutil dependencies from xpcom (finally!)
...
bug 100214, r=jag, sr=scc
2001-11-01 22:40:03 +00:00
bryner%netscape.com
7296193f07
Correcting the description of the third argument to NS_QuickSort. r=dbaron.
2001-11-01 22:21:34 +00:00
dougt%netscape.com
99d359e57c
Fix for 104962. Using faster win api SHGetSpecialFolderPath. r=dveditz@netscape.com, sr=jband@netscape.com
2001-11-01 22:16:56 +00:00
dbradley%netscape.com
e80e70e9e7
Bug 83426 - Remove DOM exception hack. r=jst, r=dbradley, sr=jband
2001-11-01 15:52:53 +00:00
jaggernaut%netscape.com
4a7f082fb7
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-01 09:09:57 +00:00
darin%netscape.com
af94e5ae56
fixes Darwin mach-o bustage (r=jband)
2001-11-01 05:06:41 +00:00
dbradley%netscape.com
522a873bfa
Bug 101696 - interface with no uuid shouldn't parse. Patch adds a warning, does not prohibit it, and cleans up interfaces that are missing id's r=rginda, sr=jband
2001-11-01 05:04:35 +00:00
jband%netscape.com
5022012045
file had no newline at EOF. rs=jband
2001-11-01 04:42:19 +00:00
jband%netscape.com
8ad3d70da9
added files: mozilla/xpcom/ds/nsIPropertyBag.idl
2001-11-01 02:10:24 +00:00
jband%netscape.com
8c53e7cc64
ack! forgot one .idl file. Fix Mac bustage
2001-11-01 02:08:41 +00:00
jband%netscape.com
f7cfdd5134
the HP compiler says that anonymous unions can't even have structs. So the union must be named. Fixing that bustage
2001-11-01 01:45:48 +00:00
jband%netscape.com
6d98c8cf02
fix Mac bustage (I hope). I think these names conflicted with other names
2001-11-01 01:15:53 +00:00
seawood%netscape.com
6daf60f372
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
jband%netscape.com
4b584cadb6
fix bustage on compilers that don't like anonymouse structs in unions. who knew? sr=jst
2001-11-01 00:34:29 +00:00
pete%alphanumerica.com
41da234dd2
b=107823, r=ccarlen, sr=brendan
...
--pete
2001-11-01 00:11:15 +00:00
pavlov%netscape.com
c595555a03
fixing bug 107106 r=valeski sr=jst
2001-11-01 00:05:19 +00:00
jband%netscape.com
205dbde211
added files: mozilla/xpcom/ds/nsVariant.cpp
2001-10-31 23:36:08 +00:00