Commit Graph

44731 Commits

Author SHA1 Message Date
bienvenu%netscape.com
2234776b85 always update folders when clicking on them r=putterman 1999-10-22 01:59:50 +00:00
amusil%netscape.com
87306fa309 Changed FALSE to XP PR_FALSE 1999-10-22 01:54:36 +00:00
brendan%mozilla.org
f1534c54ea Avoid gratuitous initialization and extra sets of ok (r=shaver@mozilla.org). 1999-10-22 01:44:47 +00:00
scc%netscape.com
a853bff6dc remove nsIVariant.h and nsVariant.cpp as per bug #16987 and changes already in for Unix (thanks brad) and Mac, r=danm 1999-10-22 01:33:03 +00:00
endico%mozilla.org
04924f2b34 oops forgot to add the newsbot directory to the path "../newsbot/newsbot.html", 1999-10-22 01:32:59 +00:00
alecf%netscape.com
5f98cabec7 update status 1999-10-22 01:27:08 +00:00
slamm%netscape.com
d5705e7ec8 Get the relative prefix for the static page correct. 1999-10-22 01:23:48 +00:00
amusil%netscape.com
1c91f30b2a Address book fix. DB file now gets closed in the destructor. Reviewed by bienvenu. 1999-10-22 01:18:42 +00:00
wtc%netscape.com
cc86e67e43 Bugsplat bug #366500: use the default, PRLock-based atomic stack
implementation on OSF1. r=larryh,srinivas@netscape.com.
Modified files: _osf1.h, osf1.c.
1999-10-22 01:10:00 +00:00
alecf%netscape.com
018a99bad8 nsIModulize mime emitters - porkjockey work, r=sspitzer 1999-10-22 01:05:04 +00:00
dp%netscape.com
dfb460cb22 bug# 15046 Preventing deletion of dll when getfactory fails. r=shaver,kipp 1999-10-22 01:04:16 +00:00
dp%netscape.com
7092bc9ea1 Fixed warning of unused variable. 1999-10-22 01:02:29 +00:00
alecf%netscape.com
4bd03fe287 start to consolidate URL and URI parsing into the base classes: remove a whole bunch of protocol-specific code in favor of generalization
basically, more fixes for #14437
r=scottip
1999-10-22 01:02:08 +00:00
dougt%netscape.com
e60ab7bac3 fix for bug 13894. Hooks up the notification from necko. r=cathleen. 1999-10-22 00:53:01 +00:00
endico%mozilla.org
06d1cf50f2 the names of the files to be wrapped must be given relative to the root of the tree. in this case: "../newsbot/newsbot.html" 1999-10-22 00:45:56 +00:00
evaughan%netscape.com
320ee7acc4 Fixed bug 9442. reviewed by Hyatt. 1999-10-22 00:38:22 +00:00
mjudge%netscape.com
7d0e807931 massive checkin for underlying implementation of key handling from javascript and home/end breakage and.. selecting around NON-text frames. like arrowing around an image for example. 16636,16655 and another i cannot find. r=kin r=hyatt a=me 1999-10-22 00:19:18 +00:00
endico%mozilla.org
48d7414df9 escape quotes around ALIGN=\"right\" 1999-10-22 00:14:43 +00:00
kipp%netscape.com
8946fa19df Alloc another iid 1999-10-22 00:12:31 +00:00
scc%netscape.com
30618333a0 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
c45477506a Clean up other dirt 1999-10-22 00:11:54 +00:00
kipp%netscape.com
b0c0abbae4 Whoops, missed this during my checkin :-( 1999-10-22 00:11:31 +00:00
davidm%netscape.com
bce29dfcb6 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
b4e5eca5ae 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
74f7dcef6c broke out from leaksoup.java so it can be used by tracesoup. 1999-10-21 23:55:25 +00:00
beard%netscape.com
7de237458f annotates refcount traces with blame/lxr URLs 1999-10-21 23:54:39 +00:00
endico%mozilla.org
9567d3112e 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
1fd1bc17dc 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
88f2f647e9 Fixing Unix warnings. r=harishd 1999-10-21 23:27:02 +00:00
akkana%netscape.com
d7e228ed78 Fix a runtime error message -- r= (and suggested by) dp 1999-10-21 23:12:31 +00:00
karnaze%netscape.com
2c99832a1a new regression tests 1999-10-21 22:52:00 +00:00
terry%mozilla.org
d429f12e92 Wasn't working right with multiple repositories. 1999-10-21 22:51:50 +00:00
wtc%netscape.com
8931f4f8c7 Fixed a small mistake in the previous checkin. 1999-10-21 22:51:06 +00:00
danm%netscape.com
38f4b0469b 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
7c93cfee95 adding !endif to complete !if 1999-10-21 22:40:16 +00:00
endico%mozilla.org
377a06f662 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
b427917e05 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
01ebcb16d0 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
c5ef1c3310 bug 12012 - RemoveFrame was using stale style display. r=dcone 1999-10-21 22:33:30 +00:00
mscott%netscape.com
2e67d0a2e9 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
857508d6e2 Temporary depend:clean hack. 1999-10-21 22:32:14 +00:00
mscott%netscape.com
4533bfaf6d 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
a12f8e3a13 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
3a41197340 bug #16754, r=erik, fixing memory leak 1999-10-21 22:25:44 +00:00
braddr%puremagic.com
c5070cffa9 Remove references to nsVariant.cpp and nsIVariant.h.
r=scc
1999-10-21 22:24:17 +00:00
bienvenu%netscape.com
62733bfe6a fix syncing of imap flags change to db r=mscott,16839 1999-10-21 22:23:25 +00:00
pnunn%netscape.com
ba5f434f1b 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
23ceab24e7 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
88533f97d5 check for null when marking header read, r=mscott 1999-10-21 22:22:07 +00:00
jst%citec.fi
96830556e2 Make printing use only enabled stylesheets. No bug, r=kipp@netscape.com and dcone@netscape.com. 1999-10-21 22:20:37 +00:00