Commit Graph

67827 Commits

Author SHA1 Message Date
robinf%netscape.com
2dbc626f8b *** empty log message *** 2000-08-15 21:10:35 +00:00
javi%netscape.com
02df045057 Whomp SECURITY_MAC_BRANCH onto tip 2000-08-15 21:09:21 +00:00
hyatt%netscape.com
d9a686af4e Fix for 49009. r=danm 2000-08-15 21:00:52 +00:00
dmose%mozilla.org
6f95b7e865 refine to assign to the prototype rather than the created objects, and add debugging stuff to help shaver. a=r=(not built) 2000-08-15 20:58:17 +00:00
danm%netscape.com
e0450ccba0 treat width/height=* features to mean size of parent window. compatibility with Nav 4. bug 30394. 2000-08-15 20:01:20 +00:00
mkaply%us.ibm.com
5de9f978dd OS/2 tinderbox break - not sure how to fix it right, so just fix it for OS/2 2000-08-15 19:57:44 +00:00
sfraser%netscape.com
d91252cc2d Fix for 34741 -- command-drag background windows when a dialog is up. r=danm 2000-08-15 19:14:04 +00:00
leaf%mozilla.org
bc8030a90e Automated update 2000-08-15 18:45:09 +00:00
colin%theblakes.com
707198a4b1 libIDL fix for OpenVMS only. r=leaf 2000-08-15 18:30:59 +00:00
pinkerton%netscape.com
f573748eff mark thread tree as one that doesn't allow drops between rows. bug# 47105 2000-08-15 18:25:07 +00:00
pinkerton%netscape.com
9f4dc4d704 remove the ondragOver handler as it wasn't doing anythning but drawing useless drag feedback. bug 43421. 2000-08-15 18:24:00 +00:00
pinkerton%netscape.com
1a3893097f fix for 47105, retooling of tree d&d to not be so confusing, to use the style system a little more, and to handle the case where a tree won't let you drop anything between rows. 2000-08-15 18:23:34 +00:00
pinkerton%netscape.com
4d6f0e2dd4 part of fix for 47105, clear canDrop every time we dispatch a dragOver event. it will be set accordingly if it is meant to be. 2000-08-15 18:22:39 +00:00
rbs%maths.uq.edu.au
3b9a740778 [not part of default build] Another go at fixing build bustage b:42793. It prevented the enabling of xprint with mathml. Paul B. Saitta <pbs@po.cwru.edu> verified that the changes compile and run, after accidently forgetting to turn xprint on the other time. a:waterson@mozilla.org 2000-08-15 18:22:31 +00:00
pinkerton%netscape.com
ece06c3d0d Fix for 43421, add a style rule to use the selection color when a folder is hovered over during drags. r=ben. 2000-08-15 18:21:40 +00:00
attinasi%netscape.com
a53f262915 New Daily Run data: not part of build 2000-08-15 17:30:17 +00:00
nboyd%atg.com
9a21820390 Merge changes from EXP_DEBUGGER branch into tip.
Implements simple command-line debugger for scripts.
2000-08-15 15:54:46 +00:00
pete%alphanumerica.com
5a0bb16248 moving APPEND comment. Wrong spot.
r=dougt

--pete
2000-08-15 13:14:51 +00:00
pete%alphanumerica.com
683ce122fc added readDir(dirPath) member function.
Also fixed a small bug in copy to return if the source file is a dir.
r=dougt

--pete
2000-08-15 12:37:40 +00:00
mcgreer%netscape.com
0bc13d686f should be able to set negative offset during cert creation 2000-08-15 05:08:13 +00:00
morse%netscape.com
ce38fd7090 bug 48986, remove form prefill and capture from tasks menu 2000-08-15 03:47:45 +00:00
leaf%mozilla.org
728303b9c3 Automated update 2000-08-15 03:02:53 +00:00
rjc%netscape.com
7da8bad962 Fix bug # 47927: crash loading 2nd ftp URL. r=waterson 2000-08-15 01:43:42 +00:00
valeski%netscape.com
e23e79e1a0 26719. applying patch for bns_robson@hotmail.com to fix handle leak. r=valeski 2000-08-15 01:35:30 +00:00
jgaunt%netscape.com
85eba39719 r=jdunn@netscape.com r=edburns@acm.org r=cls@netscape.com
a=leaf@netscape.com a=drapeau@eng.sun.com
bug=#43090
fix for hpux java plugin, generalized through configure.in for anyone.
2000-08-14 23:32:14 +00:00
ducarroz%netscape.com
5e86f82bf7 Fix for bug 41928. Fix wrong menu id. R=putterman 2000-08-14 23:28:18 +00:00
dmose%mozilla.org
0eb0e898b7 Major fixes to the code that cleans up at the end of an LDAP search and/or when a search has been cancelled. Most visible effect: the throbber should always stop spinning at the end of a search, rather than sometimes lingering on indefinitely. a=r=(not built) 2000-08-14 23:16:03 +00:00
law%netscape.com
dfb9e1fde4 Bug 40792; remove obsolete error-handling code to prevent crash; r=slamm@netscape.com 2000-08-14 23:12:50 +00:00
dmose%mozilla.org
a4c010c16e add debugging frobs to XP_UNIX platforms. setenv XPCOM_DEBUG_BREAK to make NS_ASSERTION have other behaviors, like dumping the stack to stderr or sending SIGSTOP to the pgrp to allow attaching with gdb for race condition debugging. r=bryner@netscape.com, a=brendan@mozilla.org. 2000-08-14 23:09:39 +00:00
pinkerton%netscape.com
522bd04a6d backing out my last change, it breaks scrollbars. 2000-08-14 23:03:25 +00:00
valeski%netscape.com
8c5c49f5c5 48884, r=morse. fixing cookie list ordering problem and cookie insertion problem. 2000-08-14 23:00:54 +00:00
valeski%netscape.com
b3c9e13645 48884, r=morse. removing extraneous io service and newuri usage. 2000-08-14 23:00:13 +00:00
mcgreer%netscape.com
6ac335d3cd wrong header 2000-08-14 22:50:36 +00:00
sgehani%netscape.com
b7d4d9dbd0 Eliminate engine thread yielding to main thread duirng XPCOM extraction. [nsbeta3+ b=1895; r=ssu] 2000-08-14 22:40:14 +00:00
dougt%netscape.com
c3182f98ef Changing the nsDirectoryService define. This should have been done with the rest of the nsDirectorySerivce changes. r=conrad. 2000-08-14 22:38:27 +00:00
dougt%netscape.com
e19ce156ae Fix for 48832, r=conrad. a regression. 2000-08-14 22:33:45 +00:00
pinkerton%netscape.com
e2aeb68cee for 48250, turn off mouse capture when a drag gesture begins. r=mjudge. 2000-08-14 22:29:03 +00:00
pinkerton%netscape.com
fc367b8a1a making CaptureMouse a public interface on nsIFrame r=mjudge for bug 48250. 2000-08-14 22:28:41 +00:00
nelsonb%netscape.com
99c2fa3f33 Build des.c and desblapi.c. 2000-08-14 22:28:10 +00:00
nelsonb%netscape.com
792d99fbaa The Initial Developer of the Original Code is Nelson B. Bolyard,
nelsonb@iname.com.  Portions created by Nelson B. Bolyard are
Copyright (C) 1990, 2000  Nelson B. Bolyard, All Rights Reserved.
2000-08-14 22:27:20 +00:00
kestes%staff.mail.com
0a43400d35 document that you should get the tests working first.
put in a warning that it may be hard to install.
2000-08-14 22:22:15 +00:00
waterson%netscape.com
775c5e9f89 Back out shanjian's last change as it was causing several whitespace-related regressions. r=attinasi 2000-08-14 22:11:41 +00:00
rods%netscape.com
a54f17cc75 was not unregistering the listers correctly. Not they unreg with the
listener object.
b=48915 r=kmcclusk
2000-08-14 22:05:28 +00:00
wtc%netscape.com
cfddfeeb41 Bugzilla bug #15906: added GC_LEAK_DETECTOR support for Linux.
Modified files: config.mk, primpl.h, pr/src/Makefile, pr/src/Makefile.in,
pr/src/memory/Makefile, pr/src/memory/Makefile.in, prthinfo.c, ptthread.c
2000-08-14 22:05:22 +00:00
mcgreer%netscape.com
e547a95932 *** empty log message *** 2000-08-14 22:04:22 +00:00
gayatrib%netscape.com
ba03922cfa fix for bug 41987. r=alecf 2000-08-14 22:03:23 +00:00
rods%netscape.com
071c524342 it was incorrctly painting both images
b=48156 r=kmcclusk
2000-08-14 22:01:05 +00:00
kestes%staff.mail.com
704a00aa37 fix typo, '.' should have been ',' 2000-08-14 21:58:58 +00:00
ftang%netscape.com
c133911748 fix bug 27906. Obsolete old Japanese converter to save some space. r=nhotta 2000-08-14 21:52:06 +00:00
waterson%netscape.com
2dd8f2d2a0 Bug 48086. Be sure to update XUL document's ID-to-element map when removing generated content. r=rjc 2000-08-14 21:46:04 +00:00