Commit Graph

71606 Commits

Author SHA1 Message Date
jband%netscape.com
1fde59425a fix bug 55139. fix broken JSObject parenting of wrapped natives for JS components. r=shaver@mozilla.org a=brendan@mozilla.org 2000-10-05 04:15:43 +00:00
nelsonb%netscape.com
2dd71c3c55 Prefix all selfserv's output messages with "selfserv: " so we can tell
client messages apart from server messages when the two are mixed.
When the verbose option is enabled, print out the session reuse stats
right after the first PR_Read completes, so we don't miss any.
2000-10-05 04:14:44 +00:00
jband%netscape.com
48b834136a part of bug 55139. Add debug only diagnostic code for dump JSObjects. r=shaver@mozilla.org a=brendan@mozilla.org 2000-10-05 04:13:53 +00:00
jband%netscape.com
b34f60f9ae fix bug 55151. This fixes a trunk only regression caused by me in a previous checkin. I missed that an 'if' block contained both a report of an error (that we might want to skip) and also a few lines of necessary error handling code. r=mccabe@netscape.com a=brendan@mozilla.org 2000-10-05 04:13:48 +00:00
wtc%netscape.com
27506fb1b6 Bugzilla bug #54711: implemented the moz_import rule for OS/2. 2000-10-05 04:12:30 +00:00
nelsonb%netscape.com
c916074eb3 3 Changes:
- Test SSL2 (not SSL3) when only SSL2 ciphers have been chosen.
- Use a different metric for determining when multiple full handshakes
have been done with SSL2.  (Can't use SSL3's counters for that purpose.)
- When PR_Connect returns a "connection reset by peer" error, silently
retry the operation with a new socket.
2000-10-05 04:11:31 +00:00
sfraser%netscape.com
a9e3430223 Fix for bug 55140, r=brade, sr=ftang. Fix a stale pointer bug in unicode font mapping routines, by not using a global (which got stale), but using an inline getter instead. 2000-10-05 04:06:53 +00:00
nelsonb%netscape.com
a8bb31e2ef Change the client options so that we actually test SSL2 when we say
we're testing SSL2, and test SSL3 when we say we're testing SSL3.
2000-10-05 04:05:32 +00:00
nelsonb%netscape.com
9e5ed29057 Make the "nocerts" option for this script work properly.
Also, add a new "verbose" option to this script.
2000-10-05 04:04:37 +00:00
nelsonb%netscape.com
70da3de4e7 If $HOME or $DOMSUF is undefined, put out an error message and stop,
instead of going on and producing complicated and meaningless results.
2000-10-05 04:03:53 +00:00
putterman%netscape.com
2b700d9779 Fix for 54545. r=chuang, sr=mscott. Collected address book can now be turned off through prefs. 2000-10-05 03:52:38 +00:00
vishy%netscape.com
8113e13325 sr=mscott,r=vishy (this is racham's code), bugzilla=48981
for standalone app, the profile data has to go in the windows
app data directory - not where the app is running
2000-10-05 03:34:18 +00:00
scc%mozilla.org
c56e2b14a0 and a access error ... r=waterson on this fix 2000-10-05 03:28:41 +00:00
danm%netscape.com
7285b9300e add null check in Destroy. bug 53827. code=jefft r=me,shaver 2000-10-05 02:50:53 +00:00
mcgreer%netscape.com
8882eb9358 HPUX 64-bit also failed. 2000-10-05 02:47:43 +00:00
mcgreer%netscape.com
c65d5e509e checked in wrong fix. 2000-10-05 02:41:09 +00:00
quy%igelaus.com.au
7baa1f26f8 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 02:01:33 +00:00
scc%mozilla.org
09316bb030 damn typo 2000-10-05 01:51:52 +00:00
quy%igelaus.com.au
e5abae6f13 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 01:51:38 +00:00
mcgreer%netscape.com
286b860d4f fix for bug #55190. Some 64-bit platforms will not return an alloc'ed pointer from an undeclared function. 2000-10-05 01:39:35 +00:00
ssu%netscape.com
c5d8ee1874 fixing bug # 54063 - cleaning up purify errors in win32 installer. r=dveditz, sr=mscott 2000-10-05 01:38:33 +00:00
mcgreer%netscape.com
4979496e5a workaround for bug #55234. optimized arcfour is not working on solaris 64-bit. 2000-10-05 01:33:54 +00:00
scc%mozilla.org
6c61076b41 bug #54601: r=waterson, a=brendan. Fix string allocation policy -- allocate exact size, double on fault ... thanks to everybody who helped me test this patch. 2000-10-05 01:19:59 +00:00
bryner%uiuc.edu
6f94a141e9 bug 54306 - fix extending the current selection using shift-click. sr/a=hyatt. 2000-10-05 01:13:56 +00:00
leif%netscape.com
3c9652d210 Removed. 2000-10-05 01:08:34 +00:00
scc%mozilla.org
350a58ac5c fixed comments (so people are aware of the allocation policy) 2000-10-05 01:07:40 +00:00
scc%mozilla.org
64e5d4cbd1 bug #54712, r=rjc, a=waterson. Added a |Distance| function to calculate the span between two iterators, then added a constructor and appropriate global function to allow |Substring|s to be made from iterators in addition to the old scheme of {index,length} 2000-10-05 01:07:02 +00:00
bienvenu%netscape.com
e8afc1691f apply patch to fix deref of null ic pointer from b3 branch r=pnunn 2000-10-05 01:06:29 +00:00
bienvenu%netscape.com
298de97e9f fix 54854 crash in nsImapMailFolder::NormalEndHeaderParseStream r=mscott 2000-10-05 00:50:38 +00:00
bienvenu%netscape.com
b0c5451e73 fix crash in folder cache upon startup 55184 r=alecf 2000-10-05 00:45:55 +00:00
brendan%mozilla.org
1e327cdaa4 Fix old bug that stored iter_state even after OBJ_ENUMERATE error (55201, r=rogerl, a=jband). 2000-10-05 00:43:17 +00:00
sfraser%netscape.com
b9d4cdbcdf Fix for 53742 -- Open Location dialog, opened from Compser, should have titlebar. r=brade, sr=kin. 2000-10-05 00:34:07 +00:00
timeless%mac.com
b43a3cc6da fix bug 55157 r=cls, R=scc
remove old rhapsody reference to cmd/ybfe
2000-10-05 00:32:20 +00:00
quy%igelaus.com.au
5b135ba1b6 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 00:29:55 +00:00
morse%netscape.com
6add5ae677 bug 2544, image blocking not working, r=dveditz,hyatt, a=morse 2000-10-05 00:28:45 +00:00
quy%igelaus.com.au
0a3409cf76 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 00:10:19 +00:00
quy%igelaus.com.au
fa6f5f9599 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # <A HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=54132">54132</A> 2000-10-05 00:04:54 +00:00
rjc%netscape.com
e75494be4b Secon attempt to fix RTM++ bug # 54626: ftp dir resolution. r=waterson sr=gagan 2000-10-04 22:58:54 +00:00
axel%pike.org
1ca69a20fc Adding magic for creating transformiix xpi's on unix. Depends on patch at 22062, not part of build 2000-10-04 22:47:01 +00:00
axel%pike.org
4980010dcc fix for 51656, patch by jjs@acis.com.au (Jus), r=me,pvb, attributes in html output, not part of build 2000-10-04 22:43:59 +00:00
attinasi%netscape.com
e3dac79853 Fixed CSS cursor inheritance bug. b=51113, r=pierre@netscape.com, a=buster@netscape.com 2000-10-04 22:25:15 +00:00
attinasi%netscape.com
93bf8b9502 Fixed null content causing assertion in ReResolveStyleContext. b=54454 r=karnaze@netscape.com, a=buster@netscape.com 2000-10-04 22:22:46 +00:00
erik%netscape.com
eb6e201707 bug 54507; r=ftang; a=buster; complete the charset -> lang group table to
get the right fonts in layout (and to solve the assertion problem)
2000-10-04 22:10:13 +00:00
dbragg%netscape.com
d4b85b0f8a Fixfor rtm++ bug 54529. Calling window.focus() in Onload handler. r=sspitzer, brendan, a=brendan 2000-10-04 22:03:45 +00:00
chuang%netscape.com
52edc879e8 bug52368 Deleted entries in PAB shows up in mailing list. r=putterman,sr=alecf 2000-10-04 20:36:46 +00:00
rjc%netscape.com
71429f3911 Fix RTM++ bug # 52789: history window sorting on URL fix. r=waterson sr=scc 2000-10-04 20:31:49 +00:00
mkaply%us.ibm.com
68b25bccc6 #26962
r=nhotta, a=blizzard
OS/2 specific fixes to OS/2 locale support
2000-10-04 20:13:05 +00:00
mkaply%us.ibm.com
4ceb01e811 #26962
r=nhotta, a=brendan
Change ToNewUnicode to GetUnicode to avoid memory allocations
OS/2 specific fixes to OS/2 locale support
2000-10-04 20:11:55 +00:00
dougt%netscape.com
66479b016a Replaces check for processingEvents. r=danm, darin a=hyatt 2000-10-04 19:47:12 +00:00
disttsc%bart.nl
e31bc307ad Found one more 'rdf:' to removei (incorrect namespace use). bug=53297, r=rginda, a=waterson 2000-10-04 19:28:26 +00:00