terry%mozilla.org
664cb8a7b7
Minor wording change to hopefully make it more obvious slight changes
...
in the "long description" search.
2000-01-22 19:43:30 +00:00
terry%mozilla.org
2f96a4a900
Stupid typo caused "any words" and "all words" searches on the long
...
description to crash.
2000-01-22 19:31:41 +00:00
terry%mozilla.org
53834f0a62
Fixed stupid typo.
2000-01-22 19:25:33 +00:00
terry%mozilla.org
b9bf740674
If no sort order is specified, use the cookie if available.
2000-01-22 19:23:58 +00:00
terry%mozilla.org
514b98b46e
Remember the previous sort order in a cookie, and make that the
...
default sort order for new queries. Add a new "show list" link to the
navigation header to return you to the list of selected bugs.
2000-01-22 19:08:57 +00:00
terry%mozilla.org
61399c39cf
Patch by Christine Begle <cbegle@mozilla.org>>, with heavy
...
modifications by me -- let you query for "any words" and "all words",
as well as the existing substring and regexp stuff.
2000-01-22 17:50:00 +00:00
terry%mozilla.org
e05f053bd9
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
a33fd6cdbb
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
b3fde19ed2
Backed out previous checkin because it introduced bug #23969 .
...
a=chofmann@netscape.com
2000-01-22 07:21:32 +00:00
beard%netscape.com
ffb65b9c0b
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
2506187e53
Whoops; code to let people turn on new "newemailtech" pref was busted.
2000-01-22 04:37:42 +00:00
terry%mozilla.org
351bf0b663
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
8210812d99
fix case for anonymous functions.
2000-01-22 03:28:04 +00:00
tbogard%aol.net
125928f0ec
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
06b32447fc
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
ade4d33028
fix linux bustage
2000-01-22 02:22:09 +00:00
warren%netscape.com
55f699855b
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
73a3709284
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
33ead1d581
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
14ad23074e
added htmlgen docs
2000-01-22 00:56:02 +00:00
rickg%netscape.com
7f65039175
small improvements to htmlgen utility; this does NOT affect the mozilla tree
2000-01-22 00:55:25 +00:00
karnaze%netscape.com
9363c4096f
new regression tests, not affecting the build.
2000-01-22 00:48:13 +00:00
leila.garin%eng.sun.com
086227c3a8
Added RunTimeException handling
2000-01-22 00:20:21 +00:00
valeski%netscape.com
e9efdf715d
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
852a0965c1
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
47a3c0722f
Fix bustage
2000-01-21 22:47:22 +00:00
mcafee%netscape.com
ba5627df37
Invalid html, added trailing /html tag.
2000-01-21 22:01:11 +00:00
michael.lowe%bigfoot.com
3326c2959e
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
4ae3ffca76
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
60576d43b8
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
d3074f6898
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
030a3d0b5e
Bug 24391. Replace OpenComposeWindowWithValues by OpenComposeWindow. R=mscott,bienvenu A=chofmann
2000-01-21 15:05:59 +00:00
mscott%netscape.com
5dcede0562
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
6a0991be07
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
b7a229f2f8
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
f1efdfa159
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
c546fa792c
Tweaks for my IRIX 5.3 build.
2000-01-21 02:28:06 +00:00
beard%netscape.com
3363634a2a
USE_NEW_COMPOSITOR=1 for M13. r=vidur,troy a=jar
2000-01-21 02:06:22 +00:00
danm%netscape.com
e0dd2dae60
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
7be4e353c8
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
c89b22c331
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
4330d53554
fixing bug #24373 . no longer installs msvcrt dlls. a=chofmann. r=sgehani
2000-01-21 01:25:43 +00:00
vidur%netscape.com
2a5fbbf7a1
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
9662c43c13
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
52d7065ba5
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
acb4c64a2a
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
9169272326
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
b69218ec49
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
07d60bd722
Removed NodeImpl_equals_3
2000-01-20 22:35:25 +00:00
leila.garin%eng.sun.com
f460b38b00
changed PASS/FAIL conditions and add print statments
2000-01-20 22:32:20 +00:00