Commit Graph

72580 Commits

Author SHA1 Message Date
ducarroz%netscape.com
f11fbfacfc Fix for bug 58532. Need to catch error thrown by the function unescape. R=sspitzer, SR=mscott 2000-11-01 23:23:06 +00:00
brendan%mozilla.org
b238fa4ec4 Fix leaks for 'unregistered' monitors and locks (55498, r=beard, sr=jband). 2000-11-01 22:21:28 +00:00
mkaply%us.ibm.com
3a8580a9a4 #58628
r=mkaply, a=blizzard
Code from jkobal to fix some focus problems
2000-11-01 21:08:09 +00:00
blizzard%redhat.com
86540dd66a Fix bug #58343. Make the signal connection while the superwin is still alive and don't explicitly remove the reference from the toplevel window. r=pavlov sr=brendan 2000-11-01 20:56:35 +00:00
danm%netscape.com
73fe6e57b7 small tweak to get nspr logging running again. bug 58514 r=warren 2000-11-01 20:30:47 +00:00
harishd%netscape.com
42fcdba367 27006 - Don't reload documents with POST form data.
r=rpotts,pollmann
sr=vidur
2000-11-01 20:25:33 +00:00
naving%netscape.com
b5371bc277 54152. r=scottip sr=mscott. Lines node created. 2000-11-01 20:06:53 +00:00
naving%netscape.com
047b7661b0 54152. r=scottip sr=mscott. Lines node created 2000-11-01 20:06:19 +00:00
mkaply%us.ibm.com
407f3c54a9 #55813
r=dougt, sr/a=waterson
Support for a MOZILLA_HOME dir to specify pref location
2000-11-01 20:04:59 +00:00
naving%netscape.com
82456f3916 54152. r=scottip sr=mscott. Lines supported in news 2000-11-01 20:04:22 +00:00
naving%netscape.com
05b079e33a 54152. r=scottip sr=mscott. Lines supported in news. 2000-11-01 20:02:28 +00:00
naving%netscape.com
06466e73cf 54152 r=scottip sr=mscott. Lines supported now. 2000-11-01 20:01:44 +00:00
naving%netscape.com
94db327a0c 55132, 54152. r=scottip, sr=mscott. Lines now supported in news and threadpane scrolls to
correct position when messagepane collapses and recollapses.
2000-11-01 20:00:31 +00:00
naving%netscape.com
fb63ab512f Bug #56044, r=sspitzer, sr=mscott. Deleting instead of renaming is the right thing
to do because the folder is created in the code that follows.
2000-11-01 19:56:29 +00:00
namachi%netscape.com
f1d814fc84 Update Talkback Technology from Fullcircle(nowonder) to Support.com 2000-11-01 19:49:09 +00:00
mkaply%us.ibm.com
2f0725f023 #57006
r=mjduge, sr/a=sfraser
Change hardcoded 15 to a call to the devicecontext to get conversion value
2000-11-01 18:54:16 +00:00
blakeross%telocity.com
e5efb22564 Fix 58570: lots of strict warnings in searchTermOverlay.js. r=timeless sr=alecf 2000-11-01 18:49:24 +00:00
nboyd%atg.com
c82387d076 Upgrade to Ant 1.2 and remove deprecated tasks. 2000-11-01 18:43:55 +00:00
ccarlen%netscape.com
5e51084c8b This code was moved to mozilla/modules/appfilelocprovider. Removing from here. r=cls@seawood.org 2000-11-01 12:54:20 +00:00
rginda%netscape.com
b148672fee doh! forgot to add the new file 2000-11-01 10:20:07 +00:00
rginda%netscape.com
bc4c96a140 -- CHATZILLA CHANGES ONLY --
sr = scc, r = syd
fix for bug 57633, which also fixes 27805,40636,41343,51352,54145,56708,57104,57138, and some other random unfiled bugs.
2000-11-01 09:33:16 +00:00
alla%lysator.liu.se
1f47e7baf0 Update elf-gc-dynstr to support ppc binaries and non-native-endian binaries. Also some general cleanup. r=waterson 2000-11-01 08:14:11 +00:00
mscott%netscape.com
b9944d7bfa Bug #56938 --> get the document channel from the docloader
and force any Refresh urls back through the original window
context that initiated the helper app download. This solves
the problem where the user clicks on a link to download
content (either to disk or to a helper app) and that document
contains both a redirect for the actual content and a REFRESH
header which is used to point at a page the content provider
wants to see after the download is complete.

sr=rpotts, r=sspizter
2000-11-01 08:06:19 +00:00
mscott%netscape.com
94e52d3266 Bug #56938 --> add a method for retrieving the doc loader's
document channel.
r=sspitzer, sr=rpotts
2000-11-01 08:04:49 +00:00
mscott%netscape.com
bb724de52a Bug #56938 --> Break out the code which parses and sets up refresh urls into
a separate method so we can expose it as an interface method
via nsIRefreshURI.
r=sspitzer,sr=rpotts
2000-11-01 08:03:58 +00:00
mscott%netscape.com
61575fcf7b Bug #56938 --> add a method for setting up a refresh uri given just a channel.
r=sspitzer, sr=rpotts
2000-11-01 08:03:22 +00:00
ben%netscape.com
b47f424cf7 that previous checkin was r=jrgm, blake, a=alecf 2000-11-01 06:55:19 +00:00
ben%netscape.com
a09b6cfc75 test for the fix for 58551, crash on startup when event listener added twice. 2000-11-01 06:54:19 +00:00
cls%seawood.org
188f0f9ffb Declare local variables as static to avoid conflicts with variables of the same name in other modules. Fixes Irix AliveTest bustage. r=javi 2000-11-01 06:01:54 +00:00
bryner%uiuc.edu
688cd348f4 Bug 56065 - Don't append an extra "*.*" filter to the filepicker when we don't know the extension. r=brendan, sr=mscott. 2000-11-01 05:59:44 +00:00
blakeross%telocity.com
fac7b2ea0b Fix 57648: strict warnings in bm-panel.js. patch by Jarrod Gray, r=me a=alecf 2000-11-01 03:37:47 +00:00
blakeross%telocity.com
65af110529 Fix 44329: xul is described as eXtensible. wording patch by Stephen Walker <walk84@usa.net> r=matt a=brendan 2000-11-01 02:20:22 +00:00
rhp%netscape.com
b2fcb25f16 crash deleting mail - Bug #: 50239 2000-11-01 02:11:44 +00:00
rogerl%netscape.com
0ad52b2c9b Fixed signed/unsigned whinage. 2000-11-01 02:04:04 +00:00
rogerl%netscape.com
25a870f386 Simple call tests. 2000-11-01 01:55:46 +00:00
rogerl%netscape.com
25d50d736d Fixed rest parameter index handling. 2000-11-01 01:55:13 +00:00
rogerl%netscape.com
c6dbe02e61 Fixed signed/unsigned whine. 2000-11-01 01:48:15 +00:00
warren%netscape.com
48f769ea63 Moving leak fixes from logging_102900_branch to trunk to quite tinderbox a bit more. 2000-11-01 01:41:15 +00:00
rogerl%netscape.com
c8d1c1d0bb Fixed JSArray for 1.5 semantics stuff. Changed readEvalFile to stop
doing line at a time nonsense. Fixed ExprNode::Index cases to use
InvokeExprNode instead of Binary.
2000-11-01 01:39:43 +00:00
hyatt%netscape.com
6d8effc4b4 Fix for 34400 and 49406. 34400 is r=waterson, a=brendan. 49406 is r=danm, a=brendan 2000-11-01 01:20:59 +00:00
warren%netscape.com
fe7c6ebabe Bug 47263 - null check for top crasher (mOutputStream becomes null -- could be going through END_READ state twice). 2000-11-01 00:58:10 +00:00
mstoltz%netscape.com
5d1cbe00c6 Bug 58021 r=mccabe sr=hyatt. Added security check to sidebar.addPanel to prevent js/chrome insertion 2000-11-01 00:48:54 +00:00
hewitt%netscape.com
3f4fa3c519 #57711 - new lock icons, r=marlon, sr=hangas 2000-11-01 00:40:27 +00:00
sfraser%netscape.com
891d394da0 Fix for bug 57835; increase the 'Preferred size' in both debug and opt targets to 20480 K. sr=hangas, r=brade. 2000-11-01 00:39:56 +00:00
dprice%netscape.com
b080fee573 fix for 53312 and 55893 adds a memory flusher and fixes a race condition in
zip cache code.  SR=waterson R=warren,jband
2000-10-31 22:44:20 +00:00
erik%netscape.com
af8d1c782c bug 57462; r=buster; sr=waterson; need to set "HasMultibyte" flag in
nsTextTransformer when we convert 0x5C to Yen Sign and Won Sign because
those chars are greater than 127; this fixes the problem where the Yen Sign
was not being displayed properly on Win95/98/ME because we have the 8-bit
rendering hint set on those platforms (see nsTextFrame's PaintAsciiText,
etc)
2000-10-31 22:06:59 +00:00
jefft%netscape.com
f794279e7d fixed bug 57614 - copy to Sent folder failed after message sent successfully, r=bienvenu, sr=alecf 2000-10-31 22:04:58 +00:00
mkaply%us.ibm.com
2c2985b73b #58617
r/a=cls
Don't copy mozilla shell script to dist on OS/2
2000-10-31 21:49:38 +00:00
cyeh%bluemartini.com
ecbc1e7a0b fix/enhancement from 53951:[rfe] make bug# link on show_bug.cgi an absolute link
so that saved copies of show_bug are useful. patch by dave@intrec.com, r=cyeh
2000-10-31 21:16:57 +00:00
dbaron%fas.harvard.edu
c6ca62e44c Change to print leak/bloat stats in bytes when under 10000 bytes, rather than 1000. Add "B" to units. b=34485 2000-10-31 21:02:01 +00:00