endico%mozilla.org
ae1a83a449
escape quotes around ALIGN=\"right\"
1999-10-22 00:14:43 +00:00
kipp%netscape.com
7a054feae0
Alloc another iid
1999-10-22 00:12:31 +00:00
scc%netscape.com
cd02dceee5
remove "nsVariant.cpp" from the project, and "nsIVariant.h" from the MANIFEST, as per bug #16987 , r=sfraser
1999-10-22 00:12:03 +00:00
kipp%netscape.com
b9bde3f265
Clean up other dirt
1999-10-22 00:11:54 +00:00
kipp%netscape.com
1685387656
Whoops, missed this during my checkin :-(
1999-10-22 00:11:31 +00:00
davidm%netscape.com
1ad50f605d
2425 [PP] Mac: Apprunner doesn't gracefully quit at shutdown or r
r = sdagley
1999-10-22 00:01:45 +00:00
beard%netscape.com
83ad613043
added parent links, so you can go to the objects referring to a given link.
1999-10-21 23:58:28 +00:00
beard%netscape.com
1efbb03665
broke out from leaksoup.java so it can be used by tracesoup.
1999-10-21 23:55:25 +00:00
beard%netscape.com
47b7daff73
annotates refcount traces with blame/lxr URLs
1999-10-21 23:54:39 +00:00
endico%mozilla.org
4787a871c6
align bottom row to the right. <TR ALIGN="right"> doesn't seem to work in mozilla
1999-10-21 23:52:41 +00:00
terry%mozilla.org
3916430611
Make "checkins in last 7 days" link work better in worlds with
...
multiple repositories.
1999-10-21 23:42:39 +00:00
nisheeth%netscape.com
126807001a
Fixing Unix warnings. r=harishd
1999-10-21 23:27:02 +00:00
akkana%netscape.com
f843ef448c
Fix a runtime error message -- r= (and suggested by) dp
1999-10-21 23:12:31 +00:00
karnaze%netscape.com
0a7d92fd24
new regression tests
1999-10-21 22:52:00 +00:00
terry%mozilla.org
9dfe5e9e54
Wasn't working right with multiple repositories.
1999-10-21 22:51:50 +00:00
wtc%netscape.com
e0d927a2ba
Fixed a small mistake in the previous checkin.
1999-10-21 22:51:06 +00:00
danm%netscape.com
b80c7dd199
removing (unused) references to nsIWebShell.h. requested by buster@netscape.com, bug 16510, r:me
1999-10-21 22:47:50 +00:00
leaf%mozilla.org
815bedd449
adding !endif to complete !if
1999-10-21 22:40:16 +00:00
endico%mozilla.org
fddf364fe5
get rid of the <DIV>s and <SPAN>s since we have the rdf file now. the <SPAN> around the article link was messing up the link because they were intertwined <SPAN><A></SPAN>text</A>
1999-10-21 22:38:21 +00:00
wtc%netscape.com
f34d9ee29e
Bugsplat bug #365031 : moved the definition of PRStack from pratom.h
...
to primpl.h so that it is not exported.
Bugsplat bug #364813 : declare 'prstk_head' volatile, to prevent compiler
from optimizing away references in a loop.
r=larryh,srinivas@netscape.com
1999-10-21 22:36:35 +00:00
karnaze%netscape.com
29a25a3900
bug 5799 - width of auto width table considers percentage cells when they are small relative to the rest of the table. r=dcone
1999-10-21 22:36:21 +00:00
karnaze%netscape.com
b11b6cf67e
bug 12012 - RemoveFrame was using stale style display. r=dcone
1999-10-21 22:33:30 +00:00
mscott%netscape.com
75de9b6abe
Bug #16538 --> FetchMessage takes a stream listener and we should try to create a necko channel for the url,
...
and call AsyncRead on the channel, passing in the stream listener instead of trying to run the imap url
through the normal means. This fixes the problem where the channel wasn't properly initialized when
copying a imap message to a local folder.
r=jefft,bienvenu
1999-10-21 22:33:24 +00:00
wtc%netscape.com
7ae929db05
Temporary depend:clean hack.
1999-10-21 22:32:14 +00:00
mscott%netscape.com
c03873ef95
Bug #16538 --> we need to add nsIStreamObserver to the QI method for this class in order to avoid an assertion
...
with my fix to bug #16538 . I also replaced the handle rolled QueryInterface method with macro.
r=jefft,bienvenu
1999-10-21 22:31:27 +00:00
wtc%netscape.com
3767259766
Bugzilla bug #16994 : fixed compilation problems on platforms without
...
long longs. r=larryh@netscape.com . Thanks to Chris Seawood
<cls@seawood.org> for the bug report.
1999-10-21 22:28:14 +00:00
cata%netscape.com
21cdb2b468
bug #16754 , r=erik, fixing memory leak
1999-10-21 22:25:44 +00:00
braddr%puremagic.com
3156e89829
Remove references to nsVariant.cpp and nsIVariant.h.
...
r=scc
1999-10-21 22:24:17 +00:00
bienvenu%netscape.com
802aa6850f
fix syncing of imap flags change to db r=mscott,16839
1999-10-21 22:23:25 +00:00
pnunn%netscape.com
67cb0e41c1
bug#13505. Replacing str functions with nsCRT functions, nspr functions.
...
pnunn@netscape.com r:jfrancis@netscape.com
1999-10-21 22:23:24 +00:00
rods%netscape.com
6bd1234f0f
changed the padding so it is adding in the correct left right instead of top bottom
...
r=kmcclusk, Bug #16936
1999-10-21 22:22:32 +00:00
bienvenu%netscape.com
99ac8289ae
check for null when marking header read, r=mscott
1999-10-21 22:22:07 +00:00
jst%citec.fi
fc1c8f3ca2
Make printing use only enabled stylesheets. No bug, r=kipp@netscape.com and dcone@netscape.com.
1999-10-21 22:20:37 +00:00
rogerl%netscape.com
ace733bf91
Loop from 1 instead of 0 since the test result parsing gets messed up by
...
the null strings not containing 'PASSED'. The 0 case isn't all that
important for upperCase testing.
1999-10-21 22:18:52 +00:00
terry%mozilla.org
73d5761a98
Add some more debugging output.
1999-10-21 22:04:13 +00:00
ftang%netscape.com
548649505f
change the input method highligh code from 2 style to 4 styles. r=mjudge
1999-10-21 22:01:18 +00:00
jevering%netscape.com
5afee99624
Enabling boehm leak detector, r=dp bug#15906
1999-10-21 21:59:15 +00:00
jevering%netscape.com
4efe5ef67f
Enabling GC detector, r=dp, bug #15906
1999-10-21 21:56:47 +00:00
srinivas%netscape.com
b12847e847
Invoke the native acknowledge notify routine only when queue is non-empty.
...
Checkin for kipp@netscape.com .
1999-10-21 21:52:02 +00:00
akkana%netscape.com
f127abf339
16706: Call the rules code to delete the bogus node before inserting html, to fix the new mail reply code. r=jfrancis
1999-10-21 21:51:47 +00:00
kipp%netscape.com
54443e086b
Added two new tests
1999-10-21 21:46:52 +00:00
endico%mozilla.org
231c187724
oops use '&', not '%'
1999-10-21 21:44:39 +00:00
cata%netscape.com
02ab585175
bug #15690 , r=ftang, removing bogus rules which were affecting the menu template
1999-10-21 21:42:40 +00:00
danm%netscape.com
a64e04ed91
observe EventQueue creation and deletion. r:hyatt@netscape.com
1999-10-21 21:36:25 +00:00
ramiro%fateware.com
ae10e8e968
Use "(NSINSTALL) -D" instead of direct "mkdir" r=shaver.
1999-10-21 21:35:37 +00:00
danm%netscape.com
59ec625f46
adding method ListenToEventQueue (moving EventQueue observation from appshells to appshellservice) r:hyatt@netscape.com
1999-10-21 21:34:57 +00:00
dp%netscape.com
7e6d27b0c2
bug#14656 Circular release problem of component manager. Fixed by
...
adding shutdown() method that gets called before the last
release. Enabled only for dp & shaver until we resolve js coredump.
1999-10-21 21:34:39 +00:00
dp%netscape.com
34e3ad4a8e
Making sample better by using COMPtr r=waterson
1999-10-21 21:32:17 +00:00
dp%netscape.com
35f0cfe5fb
Addding xpcom init and shutdown. r=waterson
1999-10-21 21:31:53 +00:00
nisheeth%netscape.com
7c9206fdd1
Install util.lib to the dist directory in the libs phase rather than the install phase.
1999-10-21 21:31:26 +00:00