Commit Graph

74145 Commits

Author SHA1 Message Date
sspitzer%netscape.com
92b52da5c1 fix leak. sr=syd 2000-12-23 01:02:25 +00:00
curt%scruznet.com
4766fc0407 New. 2000-12-23 00:56:39 +00:00
curt%scruznet.com
afededcbad Pulled the logic for creating the plotable dat files out into a seperate
AWK script (create_dat.awk).

Use the Skip=5 variable definition to tell linear-regression.awk to ignore
the first 5 urls of data files.
2000-12-23 00:56:08 +00:00
sonmi%netscape.com
1f426e3eef added qaclean and beautified some of the rest 2000-12-22 23:56:41 +00:00
sonmi%netscape.com
6b86a22ebc :-) 2000-12-22 23:56:06 +00:00
sonmi%netscape.com
1a4b8bba5c was part of the qa wrapper for a long time, just never found the time to check it in 2000-12-22 23:40:54 +00:00
sspitzer%netscape.com
923fe95a7a fixes for #57912, #14295, #14301
1) add ui and backend support for "log into this account at startup".  all that is missing is the code to actually do the logging in at startup.  that comes next.

2) hide the user name for news servers in the account manager.

3) fix ui to allow users to edit the username and hostname for a server, but disable it until the back end can handle a live swap of those values.

sr=bienvenu
2000-12-22 23:32:32 +00:00
sspitzer%netscape.com
a29d117293 fix for #63625. sr=bienvenu 2000-12-22 23:29:12 +00:00
sspitzer%netscape.com
22cb14ad21 fix for #63625, sr=bienvenu.
nsINewsDatabase.h -> nsINewsDatabase.idl
2000-12-22 23:28:56 +00:00
sspitzer%netscape.com
dd89c6c5d9 new file, part of fix for #63625. sr=bienvenu 2000-12-22 23:24:44 +00:00
koehler%mythrium.com
37ea41723f Bug 59528 - BeOS: images are drawn outside of its bounding box - r=cls 2000-12-22 23:19:04 +00:00
dmose%mozilla.org
a1b8c789f4 changes from jake@acutex.net to make it possible to toggle the default value of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com 2000-12-22 23:01:30 +00:00
blakeross%telocity.com
827f4e266f Fix 58571: JS strict warnings in SearchDialog.js. patch by Jarrod Gray (jarrod.k.gray@rose-hulman.edu). r=me sr=alecf 2000-12-22 22:54:26 +00:00
rpotts%netscape.com
2f01a00db9 bug #63529. Added a null-pointer check in nsWebShell::OnStateChange(...) 2000-12-22 21:47:26 +00:00
cls%seawood.org
de961d9183 Slow down. Enjoy life. Stop forgetting to check in files. 2000-12-22 21:44:25 +00:00
cls%seawood.org
5e9e34756b Landing javi@netscape.com 's changes to make NSS place nice with the Mozilla build system.
Bug #60912 r=bryner
CARPOOL! a=leaf
2000-12-22 21:12:53 +00:00
dmose%mozilla.org
f004f59c84 script for watching mysqld. r=endico@mozilla.org 2000-12-22 20:48:47 +00:00
dmose%mozilla.org
6b53213991 updated to ignore graphs subdir 2000-12-22 20:48:16 +00:00
cls%seawood.org
f9ab982495 Add psm to standalone build system.
Pull psm & nss by default via client.mk .
Moves psm-glue from Mozilla build to psm module.
Bug #60912. r=bryner
CARPOOL!
2000-12-22 20:43:27 +00:00
mcgreer%netscape.com
be387f833b merge from branch (this process will be fixed, someday) 2000-12-22 19:23:41 +00:00
curt%scruznet.com
77b3463a1e Can skip the first n number of urls by setting Skip=n from the command-line.
The default is Skip=0.
2000-12-22 19:04:23 +00:00
jar%netscape.com
61a74a9845 Moving leak-soup.pl to sibling directory ../trace-malloc 2000-12-22 17:47:52 +00:00
jar%netscape.com
3622e8d233 Moving leak-soup.pl from sibling directory ../trace-malloc-tools 2000-12-22 17:46:57 +00:00
alecf%netscape.com
ae13f19e7b fix for blocker #63603 - forgot to implement OpenURL r=timeless
a=blocker-baby
2000-12-22 17:35:39 +00:00
relyea%netscape.com
065da8f734 Shared library changes.
Three directories pull the NSS libraries together into a three shared libaries:
nss, ssl, and smime. Symbols need to be exported by the DLL from the imported
libraries are defined in XXX/XXXsym.c Library linkage is controlled by
XXX/config.mk
2000-12-22 17:16:24 +00:00
relyea%netscape.com
ab78f09b9b Add dynamic Library support to commands. Mark those that commands that still
need to be build with static libraries appropriately.
2000-12-22 17:09:07 +00:00
jar%netscape.com
3b5dd765e2 Cleaned up printout for fragmentation analysis, and added helpful stats on actual allocations (to contrast with gap statistics) 2000-12-22 16:26:03 +00:00
curt%scruznet.com
f9b4cae803 Added www.yahoo.com five time at the beginning so that the browser can get
cached up befor the real memory testing starts happening.  The linear
regression AWK script will be modified to think this way, too.

Added some comment lines to explain a little about what each list is about.

Uncommented some urls which have been causing trouble, under the assumption
that what is checked in should be complete.  Whoever uses the list can
comment out whatever urls are troublesome in the particular test they are
running.
2000-12-22 15:28:48 +00:00
jar%netscape.com
a13b5ac535 Added diagnostics for flawed data (overlapping objects), and histogram generation for memory fragmentation evaluation 2000-12-22 08:43:39 +00:00
idk%eng.sun.com
7af9b89edf *not part of tbox builds*
Addon to previous checkin (fix for 63582)
2000-12-22 07:30:14 +00:00
idk%eng.sun.com
5a104acd3e *not part of tbox builds*
fix for 63586
2000-12-22 07:28:26 +00:00
wtc%netscape.com
80ad6dc3ae Bugzilla bug #62457: set the flock structure correctly and use fcntl
file locking on AIX 4.3, HP-UX 11.00, IRIX, Linux, OSF1 V4.0, and Solaris.
Modified Files: AIX.mk, HP-UX.mk, IRIX.mk, Linux.mk, OSF1.mk, SunOS5.mk,
and unix.c.
2000-12-22 06:02:52 +00:00
disttsc%bart.nl
4b8a17e7d7 Remove keywords.js from Mozilla (which doesn't use it), Netscape has its own version. Additional clean-up. Bug 58693, r=bryner, a=ben 2000-12-22 04:28:44 +00:00
sonmi%netscape.com
483de39248 breaking the world record for NT bugs per minute 2000-12-22 03:02:01 +00:00
sonmi%netscape.com
5394bdd761 fixed hostname for Win2000 2000-12-22 03:01:10 +00:00
sonmi%netscape.com
6df2b6bc4a fixed OS name for WinNT once more... 2000-12-22 03:00:17 +00:00
ssu%netscape.com
7097e98f42 fixing bug #63307 - PSM is not being installed in mozilla builds. sr=beinvenu, r=leaf,sgehani. not part of any tinderbox builds. affects only windows platforms 2000-12-22 02:49:33 +00:00
mkaply%us.ibm.com
6767d8308d OS/2 TB breakage
PR_CALLBACK
2000-12-22 02:39:03 +00:00
sonmi%netscape.com
34d2132952 bugfix and warning for NT 2000-12-22 02:31:56 +00:00
bienvenu%netscape.com
508ee8530e fix build warning from last checkin 2000-12-22 02:13:58 +00:00
bienvenu%netscape.com
af39cb5ee0 download news messages for offline sr=sspitzer for mscott 15865 2000-12-22 02:05:48 +00:00
waldemar%netscape.com
3e8e4d48fc Revamped the syntax for calling superconstructors and tightened up the syntax for the super operator 2000-12-22 02:02:14 +00:00
sonmi%netscape.com
ca25bc7f99 this script is supposed to cleanup after a failed QA 2000-12-22 02:00:29 +00:00
naving%netscape.com
7dc7c67129 *** empty log message *** 2000-12-22 01:55:54 +00:00
naving%netscape.com
bbace51351 54909. r=sspitzer sr=bienvenu. Pop : Emptying trash now deletes subfolders also. Thanks to
sspitzer and david for the help.
2000-12-22 01:54:54 +00:00
brendan%mozilla.org
63a11a7d50 Must hold tmmon around all suppress_tracing uses as well as defs (r=waterson, not part of build). 2000-12-22 01:32:39 +00:00
pinkerton%netscape.com
f53d582d4a clean up interface, per directions. adding copyLinkLocation(), and specifying semantics of selectNone() wrt insertion point location. Implemented selectNone(). r=saari/a=hyatt. bug#s 46867, 63001 2000-12-22 01:13:46 +00:00
av%netscape.com
c2d296983d Part of fixing 61388, implemented PluginArrayImpl::Refresh body. r=a=jst, sr=vidur 2000-12-22 00:08:31 +00:00
attinasi%netscape.com
e3de75832c Turning the Style Context FastCache back on. a=hyatt@netscape, reviewed previously by pierre@netscape.com 2000-12-21 23:34:44 +00:00
sspitzer%netscape.com
e1ab0cea00 fix for #56074. thanks to andrew taylor (andrew.taylor@cal.montage.ca) for the fix.
r=sspitzer,sr=bienvenu
2000-12-21 23:34:22 +00:00