Commit Graph

75297 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
5763fa4eac Add timer to REQUIRES to fix senna tinderbox bustage. 2001-01-23 03:21:54 +00:00
javi%netscape.com
63ee83e299 Bring forward some functionality from PSM classic used in initializing
SSL sockets.

Put in the skeleton for the bad cert callback.
2001-01-23 03:16:45 +00:00
pinkerton%netscape.com
1e64805e30 Fixes a leak where an object registered to listen to multiple IID's
wouldn't get released until the manager shut down. Now gets released
when the last IID listened to is removed. r=danm,a=hyatt.
2001-01-23 03:10:25 +00:00
curt%scruznet.com
5574c5035d Somewhere along the line the 5 yahoos at the beginning got removed so I'm
putting them back.  See notes for version 1.2.
2001-01-23 03:04:12 +00:00
curt%scruznet.com
eb79ee2080 Added 5 international urls to the list. 2001-01-23 02:59:48 +00:00
dbaron%fas.harvard.edu
a1f9770fa6 Add timer to REQUIRES to fix senna tinderbox bustage. 2001-01-23 02:30:41 +00:00
jst%netscape.com
5407409933 Checking in rods@netscape.com's patch for bug 60049. The implementation of document.clear() in mozilla was incorrectly clearing the whole document, the same method in NS 4.x and IE seem to do nothing so with this patch document.clear() is a nop. r=jst@netscape.com, sr=vidur@netscape.com 2001-01-23 02:20:33 +00:00
pavlov%netscape.com
4f8f2165ba hee hee. threads are fun 2001-01-23 02:02:29 +00:00
sonmi%netscape.com
7c1970ee45 Since we have frozen the tip I only checked in high priority fixes.
The individual fixes:
1) A complete QA failure produces a readable email now
2) the nssqa has goes thru a central Exit
3) hanging processes under NT and Win2K are killed (tail -f)
4) Functionallity is implemented to kill other remaining processes (killpif file)
5) improved general cleanup in Exit functions
6) the header is sourced from the nssqa dir rateher than /u/sonmi/bin
7) Problems with QA being reported as passed even if missing fixed
8) Most problems with the "missing Platform list" fixed
9) One QA failure path (cd to a dir without permission) did not give
	errormessage about the reason of failure before
10) fixed html errors in generated email
11) stopped filtering the "bad password" cases as real failures (was fixed in
	nssqa a while ago, but still filtered
12) removing more tmp files from /tmp (decreased debugging)
2001-01-23 01:51:47 +00:00
sonmi%netscape.com
74241c3ef8 added information in the result.html when selfserver dies (previously
only in output.log)
2001-01-23 01:47:32 +00:00
pinkerton%netscape.com
e737ea1d8d Support for image copying, using nsImageClipboard helper object. r=saari, sr=sfraser. 2001-01-23 01:09:58 +00:00
pinkerton%netscape.com
ad1f41e511 prepare for image copying r=saari, sr=sfraser 2001-01-23 00:48:53 +00:00
pinkerton%netscape.com
f345008beb implement nsITooltipListener with baloon help r=saari, sr=sfraser 2001-01-23 00:48:35 +00:00
pinkerton%netscape.com
f465c58607 Support tooltips in embedding code with new nsITooltipListener interface. Refactor listeners into separate object to simplify ownership and removed Release() hack. r=saari, sr=sfraser 2001-01-23 00:47:02 +00:00
mkaply%us.ibm.com
02cc89b525 r=mkaply, a=blizzard
More code cleanup
2001-01-23 00:43:28 +00:00
pinkerton%netscape.com
4406f78310 refactoring some code, and preparing for image copying. r=saari, sr=sfraser 2001-01-23 00:43:09 +00:00
pinkerton%netscape.com
817ba1e2d4 since we've decided upon no DnD w/out XUL, commenting out hookup of XBL drag handlers. r=saari, sr=sfraser 2001-01-23 00:41:54 +00:00
pinkerton%netscape.com
0d201aeb75 updating some comments r=saari, sr=sfraser 2001-01-23 00:40:24 +00:00
pinkerton%netscape.com
d6dfabce59 Fix for leakage of nsScreenWin object in embedding case. r=saari, sr=sfraser. bug# 43590. 2001-01-23 00:39:40 +00:00
pinkerton%netscape.com
2db94089e6 Start building nsImageClipboard and make it compile. r=saari/sr=sfraser. 2001-01-23 00:28:36 +00:00
pavlov%netscape.com
9cb956818d adding loopcount and timeout to the frame/container 2001-01-23 00:28:03 +00:00
sspitzer%netscape.com
01de5a1a72 persist size when using the vertical mail layout. thanks to kerz for the
patch.  (part of #32148)
2001-01-23 00:24:12 +00:00
jgaunt%netscape.com
403987224a bug# 62489 r=bnesse@netscape.com sr=buster@netscape.com a=av@netscape.com
population of filename for plugins at load time, and freeing of that variable as well.
2001-01-23 00:10:38 +00:00
ducarroz%netscape.com
d54f8725a0 Fix for bug 61437. Remove unused code and cleanup mess with mEntityConvertionDone which was causing plain text body to be converted twice. R=sspitzer, SR=mscott 2001-01-23 00:03:25 +00:00
ashuk%eng.sun.com
02425a348f author=ashuk@eng.sun.com
r=edburns@acm.org
sr=leaf@mozilla.org

Bug - 64455

This fix allows the Java modules within Mozilla to Build on Win98
and Win ME. This fix modifies the file
mozilla/config/buildpkg.bat

The buildpkg.bat file contains pushd and popd which are shell
utilities available under Win NT and Win 2K, but not in Win98
or Win ME. This caused the build to fail for the Java modules
like Blackwood (mozilla/java) on Win98/ME.

---------------- cvs diff -u of fix -------------------------

Index: buildpkg.bat
===================================================================
RCS file: /cvsroot/mozilla/config/buildpkg.bat,v
retrieving revision 3.4
diff -r3.4 buildpkg.bat
26c26
< pushd %2
---
> cd %2
44d43
< popd

*****CVS exited normally with code 1*****
2001-01-22 23:24:34 +00:00
sfraser%netscape.com
2245b5c05c Just correct a comment in this file, which is not part of the default build. 2001-01-22 23:18:50 +00:00
vidur%netscape.com
6962d4a540 Fix for bug 63081. We remove carriage returns passed to us by the parser in the copy from the sink buffer to the content model. r=jst 2001-01-22 23:11:02 +00:00
mkaply%us.ibm.com
e9b091ac0e r=mkaply, a=blizzard
jkobal - regression fix for clipboard
2001-01-22 23:07:55 +00:00
danm%netscape.com
3d72fd68cd RevokeEvents now walks the chain to elder queues. bug 65243 r=buster,kmcclusk,pavlov 2001-01-22 23:01:03 +00:00
dbragg%netscape.com
2f9df69204 fix for build bustage. Leftover nsProcessWin.h in my include dir. 2001-01-22 22:38:43 +00:00
rogerl%netscape.com
3d250fdec1 More fixes for #64285 - i had mis-merged from SpiderMonkey. 2001-01-22 22:30:37 +00:00
buster%netscape.com
86dd5878d5 bug 13553 (Table doesn't render properly)
patch submitted by bernd.mielke@snafu.de
r=waterson
sr=buster
2001-01-22 22:10:05 +00:00
pavlov%netscape.com
9cfbff6f51 adding more unix makefiles 2001-01-22 22:05:48 +00:00
pavlov%netscape.com
a9cbc5ee24 some code for new imagelib (not part of bulid) 2001-01-22 22:01:03 +00:00
axel%pike.org
3cea0ec423 not part of build, simple fix to get |NodeType()| right, have comment nodes in standalone, warning fix in nsNodeSet.h 2001-01-22 21:54:23 +00:00
pinkerton%netscape.com
4c8fbd70f1 initial checkin, not yet built. r=saari, sr=sfraser 2001-01-22 21:53:32 +00:00
dbragg%netscape.com
0423269ffa Final step in adding nsIProcess to build. a=dougt sr=brendan 2001-01-22 21:52:01 +00:00
dbragg%netscape.com
0380fc2e40 Adding nsIProcess to the mac build. a=dougt sr=brendan 2001-01-22 21:50:54 +00:00
pinkerton%netscape.com
25f3fa2145 add comment pointing to embedding c++ code for TITLE attributes. r=saari/sr=sfraser&ben 2001-01-22 21:50:49 +00:00
dbragg%netscape.com
79a2d98116 Adding nsIProcess to the Mac build. a=dougt, sr=brendan 2001-01-22 21:50:27 +00:00
yokoyama%netscape.com
1a6276d7ae Fixed 22921; nsIModule code. /r=valeski /sr=ftang 2001-01-22 21:49:03 +00:00
nhotta%netscape.com
135ae1c799 Moved charset folder UI into folder property dialog. bug 65018, r=sspitzer, sr=bienvenu. 2001-01-22 21:48:21 +00:00
dbragg%netscape.com
b62b903001 First part of adding nsIProcess to the Mac build (MANIFEST file). r=dougt, sr=brendan 2001-01-22 21:46:14 +00:00
pinkerton%netscape.com
28bbabc680 build nsITooltipListener.idl r=saari/sr=sfraser. 2001-01-22 21:45:02 +00:00
dbragg%netscape.com
dbc435ab55 Adding nsIProcess to unix build. a=dougt sr=brendan 2001-01-22 21:44:04 +00:00
pinkerton%netscape.com
4a9ba88c44 build new interface r=saari/sr=sfraser. 2001-01-22 21:43:49 +00:00
dbragg%netscape.com
c169358cad Adding nsIProcess to windows build. a=dougt sr=brendan 2001-01-22 21:42:20 +00:00
pinkerton%netscape.com
d6c822b6b8 new api for embedding. r=saari/sr=sfraser. 2001-01-22 21:41:53 +00:00
amasri%netscape.com
bc755699d1 Added comments as workaround for mozilla bug #64199, r=naving 2001-01-22 21:41:48 +00:00
dbragg%netscape.com
809a820ca1 Added CR to end of file for certain unix platforms.(originally checked in from windows as part of fix for 62167 2001-01-22 21:40:33 +00:00