Commit Graph

109524 Commits

Author SHA1 Message Date
jpierre%netscape.com
8885d6de5f Fix for 167615 - don't crash if a token returns a NULL CRL object 2002-09-26 01:38:45 +00:00
jpierre%netscape.com
7150fbd4e4 Fix for 167615 - don't crash if the CRL isn't found due to a database error 2002-09-26 01:37:41 +00:00
dmose%netscape.com
0f3d3c0654 Fix syntax error (not yet part of build). 2002-09-26 01:12:42 +00:00
mscott%netscape.com
3b96dd6b59 Allow the component manager to create instances of a nsMsgSearchTerm.
rs=sspitzer
2002-09-26 01:06:25 +00:00
dmose%netscape.com
dd6491d35b Fix syntax error (not part of build). 2002-09-26 01:03:06 +00:00
akkana%netscape.com
ab32e1d25f 169308: Make nsIEditorLogging scriptable: add idl file to the mac build 2002-09-26 00:52:18 +00:00
martinl%netscape.com
f40cba819d Bug 160405
Change to properly use private colormap.  This is ifdef'd for HP, AIX, Sun, OSF only.
Has been tested on OEM branch.  Landing on trunk.
r=syd  sr=blizzard
2002-09-26 00:43:06 +00:00
sspitzer%netscape.com
421c0d835e working on spam UI, making it match the spec. see bug #169638.
not visible to the user yet.  r/sr=bienvenu
2002-09-26 00:33:15 +00:00
dmose%netscape.com
0503099ac2 Add bayesian spam filter Makefile generation; not yet part of the build 2002-09-26 00:31:17 +00:00
sspitzer%netscape.com
25c8310fb2 rename a global var to gFoo, to match our conventions. 2002-09-26 00:31:09 +00:00
dmose%netscape.com
399c89c164 Make it possible to get an nsMsgKeyArray from an nsMsgKeySet, and to get the list of NEW messages from nsIMsgDatabase (bug 170841). r=naving@netscape.com, sr=bienvenu@netscape.com 2002-09-26 00:22:53 +00:00
peterlubczynski%netscape.com
b3ac5276f0 Fixing bug 167601, support PLUGINURL param values for OBJECT tag instead of codebase attribute, r=anthonyd, sr=jst 2002-09-26 00:17:20 +00:00
aaronl%netscape.com
bb160689d1 Bug 169821. Find prev/next command in typeaheadfind forgets type of search (links only or text). r=kyle, sr=alecf 2002-09-26 00:12:44 +00:00
aaronl%netscape.com
03207c2ef6 Bug 169827. Escape should cancel million keystrokes protection in typeaheadfind. r=caillon, sr=alecf 2002-09-26 00:09:58 +00:00
aaronl%netscape.com
076b6d3c59 Bug 166791. Invisible insertion point after tabbing to text field when typeaheadfind is active. r=mjudge, sr=alecf 2002-09-26 00:07:53 +00:00
naving%netscape.com
f5f1e3b8e6 r/sr=sspitzer adding msg_folder_flag_junk needed for junk folder 2002-09-26 00:05:09 +00:00
wtc%netscape.com
fda8e75512 Bug 170379: fix the stack overflow crash by not allocating the 32K "sieve"
array on the stack.
2002-09-26 00:04:25 +00:00
waldemar%netscape.com
25e0d3e6a1 Fixed bug 2002-09-25 23:54:34 +00:00
waldemar%netscape.com
d3906a023d Removed JS20/Units.lisp from the default build 2002-09-25 23:54:19 +00:00
akkana%netscape.com
5fa10e540a 169308: Make nsIEditorLogging scriptable: fix a typo. r=brade sr=kin 2002-09-25 23:53:17 +00:00
waldemar%netscape.com
6dda06e2e2 Added support for float32; changed the lexer's token data structures 2002-09-25 23:53:16 +00:00
waldemar%netscape.com
d6f254bf7c Changes to support the updated lexer and the simplified token data structure 2002-09-25 23:52:03 +00:00
waldemar%netscape.com
9735c6a8e2 Removed units and added support for l, ul, and f suffixes. Changed the basic types of the token variants to match changes in other files 2002-09-25 23:51:12 +00:00
waldemar%netscape.com
aee5c157f3 Replaced fill-capture by the new repeat primitive 2002-09-25 23:49:53 +00:00
waldemar%netscape.com
49ac14b7f4 Added support for float32; made float32 and float64 disjoint from rational numbers; misc. numeric primitive changes 2002-09-25 23:49:12 +00:00
nhotta%netscape.com
f03e27ec59 Adding empty IDN implementation to make actual implementation done easily,
r=shanjian, sr=darin.
2002-09-25 23:49:08 +00:00
waldemar%netscape.com
477b09de7f First version 2002-09-25 23:48:38 +00:00
waldemar%netscape.com
dbf88e2453 Added support for float32; made float32 and float64 disjoint from rational numbers; misc. numeric primitive changes; added bottom expression; made append take two or more operands; added support for expressions in comments; added repeat operator 2002-09-25 23:47:25 +00:00
waldemar%netscape.com
3069038425 Fixed bug in handling of :wrap 2002-09-25 23:44:38 +00:00
waldemar%netscape.com
22d4dab763 Fixed bug 2002-09-25 23:43:57 +00:00
samuel%sieb.net
3172a3e43b Bug 132817 - Chatzilla has problems joining channels on a pirc server
r=rginda
2002-09-25 23:40:24 +00:00
akkana%netscape.com
6238486007 169308: Make nsIEditorLogging scriptable: fix a typo. r=brade sr=kin 2002-09-25 23:34:59 +00:00
akkana%netscape.com
0ce7189dff 169308: Make nsIEditorLogging scriptable: a couple of nicities suggested by Kin. r=brade sr=kin 2002-09-25 23:34:04 +00:00
bienvenu%netscape.com
ae1d71720d fix 100% cpu useage loading mail message with background image r=mscott, sr=sspitzer 98626 2002-09-25 23:30:02 +00:00
akkana%netscape.com
45c04544f8 169308: Make nsIEditorLogging scriptable. r=brade sr=kin 2002-09-25 23:29:40 +00:00
akkana%netscape.com
523005a0be 169001: remove editorshell references. r=brade sr=kin 2002-09-25 23:20:38 +00:00
dmose%netscape.com
ca825f5ecd Add comment crediting various folks in the Bayesian spam community for their ideas. 2002-09-25 22:22:07 +00:00
dmose%netscape.com
a844e60d56 Initial work (mostly by peterv) for a bayesian spam filter. Not yet part of the build. 2002-09-25 22:15:12 +00:00
jfrancis%netscape.com
2080c294fb fix for 170344: block operations failing at certain selection points. r=akkana, sr=kin 2002-09-25 21:56:23 +00:00
tara%tequilarista.org
1798cfbe5f Fixing (but still leaving commented out) the Log query field, a la bug 170395 2002-09-25 21:55:22 +00:00
radha%netscape.com
ef66be7029 Fix for bug 156312. onScroll events fire when scroll doesn't happen. r=saari sr=jst. 2002-09-25 21:29:33 +00:00
darin%netscape.com
2de4f81a70 fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
for freezing" r=dougt sr=rpotts
2002-09-25 21:28:53 +00:00
dougt%netscape.com
c00b6ca42b Set means Define. When the method Define was removed, we didn't adjust Set to implictly Define. patch by ashishbhatt@netscape.com, r=khanson, r=dougt, b=169563 2002-09-25 21:27:20 +00:00
dougt%netscape.com
6ef0fe91ee fixing bustage 2002-09-25 20:49:29 +00:00
dcone%netscape.com
f7ba010e3f simplified the interface. r=rods Not part of build, this checkin is for the Debug plugin. 2002-09-25 20:36:30 +00:00
axel%pike.org
082103f593 not part of build. Move to urns, so results are portable. Only add files with both source and style. Some of the logic is by peterv. 2002-09-25 20:25:16 +00:00
roc+%cs.cmu.edu
835c1c0cb9 Bug 170629. Back out GetBorderAndPadding usage in nsBoxFrame to fix layout regression. r=karnaze,sr=kin 2002-09-25 20:23:34 +00:00
axel%pike.org
dc6f8416b3 not part of build. Fix stats and output datasources. Don't work on the database, but on the separate datasources, have a in-memory ds for each. Speedup by removing the datasource observer. 2002-09-25 20:23:23 +00:00
dougt%netscape.com
8dfc6f6c80 no more nsComponentManager:: in inline fu. sr=darin 2002-09-25 20:19:41 +00:00
timeless%mac.com
2c7bd92603 Bug 22056 Show toolbars as text/icons/both
r=biesi sr=dveditz
2002-09-25 20:18:56 +00:00