Граф коммитов

51107 Коммитов

Автор SHA1 Сообщение Дата
terry%mozilla.org 332b39b203 Patch by Klaas Freitag <freitag@suse.de>, with modifications by me --
don't generate HTML tables with more than 50 lines, as browsers generally
can't cope with huge tables.
2000-01-22 16:51:49 +00:00
terry%mozilla.org 36388596c4 Patch by Holger Schurig <holger@holger.om.org> -- add new localconfig
option to skip the database check (since that code doesn't work with
all versions of MySQL/Msql-mysql/Perl/moonphase).
2000-01-22 16:33:33 +00:00
wtc%netscape.com 63ebf31080 Backed out previous checkin because it introduced bug #23969.
a=chofmann@netscape.com
2000-01-22 07:21:32 +00:00
beard%netscape.com 8d01d34630 changed all "try { s = (Scriptable) obj; } catch (ClassCastException e) {...}" to "if (obj instanceof Scriptable) { ... }". This will generally be more efficient NOT to use exception handling where instanceof will do. 2000-01-22 04:41:30 +00:00
terry%mozilla.org e9619288c8 Whoops; code to let people turn on new "newemailtech" pref was busted. 2000-01-22 04:37:42 +00:00
terry%mozilla.org 8ed4c20ca3 Added a new table fielddefs that records information about the
different fields we keep an activity log on.  The bugs_activity table
now has a pointer into that table instead of recording the name directly.

Set up a new, highly experimental email-notification scheme.  To turn
it on, the maintainer has to turn on the "New email tech" param, and
then individual users have to turn on the "New email tech" preference.
2000-01-22 04:24:42 +00:00
beard%netscape.com 7e8572925e fix case for anonymous functions. 2000-01-22 03:28:04 +00:00
tbogard%aol.net 55e2d93c13 First check in for nsXULWindow, nsContentTreeOwner and nsChromeTreeOwner. These collectively serve as the eventual replacement for nsWebShellWindow. (This is not hooked to the build). 2000-01-22 03:15:41 +00:00
tbogard%aol.net 93a2638f9a Started filling in methods needed on nsIXULWindow. (This is not hooked to the build). 2000-01-22 03:13:20 +00:00
alecf%netscape.com 491ace149c fix linux bustage 2000-01-22 02:22:09 +00:00
warren%netscape.com a1eea10bb8 A better fix for the spin while retrieving POP messages on linux. Needed to handle PR_POLL_HUP, but apparently animated gifs return this too and its not a failure. r=alecf,mcafee 2000-01-22 02:06:00 +00:00
troy%netscape.com 8a78d916a5 b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
child list and changed ReparentFrameView() to check it.
2000-01-22 01:16:50 +00:00
ducarroz%netscape.com 0445db254a Bug 24705. OpenComposeWindowWithURI must not escape parameters before calling OpenComposeWindowWithValues since fix for bug 24301. R=ssptizer,jefft A=brendan@mozilla.org,jar,chofmann 2000-01-22 01:02:01 +00:00
rickg%netscape.com 20c9b00f4f added htmlgen docs 2000-01-22 00:56:02 +00:00
rickg%netscape.com 493c18e6d6 small improvements to htmlgen utility; this does NOT affect the mozilla tree 2000-01-22 00:55:25 +00:00
karnaze%netscape.com b109cd3999 new regression tests, not affecting the build. 2000-01-22 00:48:13 +00:00
leila.garin%eng.sun.com 240367c967 Added RunTimeException handling 2000-01-22 00:20:21 +00:00
valeski%netscape.com 09d0af3430 24250. r=gordon,mscott,warren. We now ensure that a cache entry adds itself to the loadgroup *before* the load group goes away. This allows the editor to 'Edit Page's again. 2000-01-21 23:58:29 +00:00
warren%netscape.com 5439dac668 Fix for bugs 24008 and 23849 -- needed to keep mSegmentEnd and mWriteCursor in sync for out-of-memory case. a=chofmann r=fur,gordon 2000-01-21 23:16:35 +00:00
michael.lowe%bigfoot.com 7c3842d550 Fix bustage 2000-01-21 22:47:22 +00:00
mcafee%netscape.com 6f6c1b6e00 Invalid html, added trailing /html tag. 2000-01-21 22:01:11 +00:00
michael.lowe%bigfoot.com 6696fa133b Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan 2000-01-21 21:56:09 +00:00
wtc%netscape.com 73c6187dbd Bugzilla bug #23969: checked in patches from dougt@netscape.com and
bienvenu@netscape.com. r=troy@netscape.com,wtc@netscape.com.
a=brendan@mozilla.org.
2000-01-21 21:53:40 +00:00
michael.lowe%bigfoot.com ba464d5c50 Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan 2000-01-21 21:45:50 +00:00
ducarroz%netscape.com f79f21f4f9 Bug 24301. OpenComposeWindowWithValues now pass value through a nsIMsgCompFields object instead of passing them directly as argument. R=mscott,bienvenu A=chofmann 2000-01-21 15:08:55 +00:00
ducarroz%netscape.com dfe5b1590a Bug 24391. Replace OpenComposeWindowWithValues by OpenComposeWindow. R=mscott,bienvenu A=chofmann 2000-01-21 15:05:59 +00:00
mscott%netscape.com d213aa35d1 Bug #23325 --> if someone tries to illegally make us resolve a relative url against a mailnews url (imap,
mailbox, news, etc.) just return "about:blank" as the url. Why? 'cause mailnews urls aren't relative and
trying to do so with msgs that don't have base urls associated with them is causing lots of problems.
r=sspitzer,rhp
a=chofmann
2000-01-21 05:49:20 +00:00
warren%netscape.com fee931251b Reverted change for PR_POLL_HUP to see if it clears up the tinderbox bloat test problem. 2000-01-21 03:31:39 +00:00
jdunn%netscape.com ab0b188028 Enable Optimized builds on HPUX
# 18875
r= pepper@netscape.com
a= chofmann@netscape.com
2000-01-21 03:17:50 +00:00
jst%citec.fi 22c68ca282 Fixing build bustage on linux, added a missing .get() on a nsCOMPtr. a=leaf@mozilla.org 2000-01-21 02:30:02 +00:00
briano%netscape.com 213b402982 Tweaks for my IRIX 5.3 build. 2000-01-21 02:28:06 +00:00
beard%netscape.com f74e58124f USE_NEW_COMPOSITOR=1 for M13. r=vidur,troy a=jar 2000-01-21 02:06:22 +00:00
danm%netscape.com 17c08a1d6f release widget addrefed during processing of mouse events. fixes leak which fixes crasher bugs 23652 and 24387. r:saari a:brendan. 2000-01-21 01:39:39 +00:00
vidur%netscape.com 38aef52a2f a=chofmann. r=nisheeth, hyatt. Revised fix for bug 24442 and 24524. Switched
reference count handling for the content stack to use nsISupports. The previous
check introduced a leak.
2000-01-21 01:32:32 +00:00
jefft%netscape.com b08acfedad fixed bug 23447 -- Empty Trash on Pop3 not working; JS file change only; r=bienvenu,putterman; a=chofmann 2000-01-21 01:30:00 +00:00
ssu%netscape.com b8e7612abc fixing bug #24373. no longer installs msvcrt dlls. a=chofmann. r=sgehani 2000-01-21 01:25:43 +00:00
vidur%netscape.com 11ade64c3d a=chofmann. r=vidur, troy. This is Nisheeth checking in on Vidur's machine. This fixes
bug 24442 and bug 24524.  The content stack wasn't addref'ing the content objects pushed
onto it while the content sink destructor was releasing the content objects.  This caused
a crash because the root content object would get freed one too many times.  Now,
PushContent() addrefs the content object before inserting it into the content stack.
2000-01-21 00:05:36 +00:00
putterman%netscape.com 3295d7781f Fix for 24362. Status bar gets updated message counts. a=chofmann. r=dp and jband. 2000-01-20 22:57:08 +00:00
putterman%netscape.com e95044655d Fix for 24362 and 23755. Can now see downloaded mail for a new profile. Status bar gets updated
message counts.  a=chofmann. r=alecf and bienvenu.
2000-01-20 22:56:00 +00:00
warren%netscape.com fe1bfd8593 Fixed assertion/malfunction when timers are set on bookmarks because the bookmark service's QI didn't return nsIStreamListener. r=rjc 2000-01-20 22:44:50 +00:00
tor%cs.brown.edu b22d70637a Merge gtk font changes, fix font handling in PopState().
Not in standard build.  r=blizzard, a=choffman
2000-01-20 22:43:29 +00:00
warren%netscape.com fbfa96b4c5 Fix spin retrieving POP messages on linux. Needed to handle PR_POLL_HUP. r=wtc,valeski,alecf,pavlov 2000-01-20 22:37:34 +00:00
leila.garin%eng.sun.com f114c1c32a Removed NodeImpl_equals_3 2000-01-20 22:35:25 +00:00
leila.garin%eng.sun.com d07e27fe91 changed PASS/FAIL conditions and add print statments 2000-01-20 22:32:20 +00:00
terry%mozilla.org 9c38b30d28 Continue making the last-changed date on a bug be updated if someone only adds a comment. 2000-01-20 21:42:23 +00:00
terry%mozilla.org 055416e250 Don't try to put out the footer if we're shutdown (as that can try to access the DB which we don't want). 2000-01-20 21:36:20 +00:00
terry%mozilla.org c308f025ee Moved all the long descriptions out of the bugs table, and into a new
table.  There is now a separate entry for each new long description,
rather than appending them all together in one big field.
2000-01-20 21:31:22 +00:00
norris%netscape.com 7092bd508b Fix ecma_3/ExecutionContexts/10.1.3.js
r=rogerl
2000-01-20 20:59:56 +00:00
morse%netscape.com 54a6e1bc79 fix corruption of username in saved password database, r=dp,waterson, a=jar 2000-01-20 20:58:41 +00:00
rginda%netscape.com ca34cb6063 Fixed testcase 2000-01-20 20:35:39 +00:00