Commit Graph

72697 Commits

Author SHA1 Message Date
rogerl%netscape.com
3e4ebc2d54 More tests and changed 'verify' to live separately. 2000-11-07 00:58:42 +00:00
thayes%netscape.com
ebb9375a31 Bug 59307: Provide a target value for the "new-email-default" result of PKCS12
restore, and use it for building the certificate list refresh URL.
Fix the certificate list code to correctly check the type of object it
is given.
2000-11-07 00:23:17 +00:00
mkaply%us.ibm.com
bc2046c3c5 OS/2 TB breakage
Uh duh #if 0, not #ifdef 0
2000-11-06 23:49:49 +00:00
larryh%netscape.com
246c2e438f Bugzilla: 53014 2000-11-06 23:33:07 +00:00
blizzard%redhat.com
91c0f5ad9f Fix for bug #59033. Properly detach the content progress listener and the container window to help with some shutdown crashes in the embedding widget. r=jst,valeski sr=mscott,brendan 2000-11-06 23:29:33 +00:00
larryh%netscape.com
a7c8f86bad Bugzilla: 51655. 2000-11-06 23:27:49 +00:00
jst%netscape.com
25b8e29ff2 Fixing bug 58888. The content sink was incorrectly releasing the stream loader in its OnStreamComplete() method, this caused a crash when mozilla was running in off-line mode since OnStreamComplete() was called without the sink having a string reference to the stream loader so the incorrect release call in the sink caused a crash later on in necko. sr=rpotts, r=gagan,heikki 2000-11-06 23:22:44 +00:00
rogerl%netscape.com
30fd08d267 Testcase for adding setter to non-final field. 2000-11-06 23:00:00 +00:00
rogerl%netscape.com
67413c204e Fixed compare bugs. Report results from js2 test cases. Rewrote generic
equal to match ECMA 1.5
2000-11-06 22:57:10 +00:00
jefft%netscape.com
4d4466cd3f fixed bug 59203 -- Viewing attached message crashes in nsCRT::strtok; r=rhp, sr=mscott 2000-11-06 22:12:26 +00:00
sspitzer%netscape.com
392b865853 fix for #58580. r=rhp, sr=mscott. make the files we put in /tmp for sending drafts
and posting news message have permissions of 600. it is bad to have users
messages world readable in /tmp.
2000-11-06 21:47:03 +00:00
mkaply%us.ibm.com
5d63ef61ca #59259
r=mkaply, a=blizzard
Code from jkobal - don't just hide window, deactivate it
2000-11-06 21:04:35 +00:00
mkaply%us.ibm.com
dadcb70570 #59274
r=mkaply, a=blizzard
Code from jkobal - special case checking for generated characters
2000-11-06 21:02:51 +00:00
mkaply%us.ibm.com
f71858db65 #58805
r=mkaply, a=blizzard
Caused regression in timers - don't process entire timer queue
2000-11-06 20:59:27 +00:00
av%netscape.com
de3d75add0 Bug 57869, spelling error in warning box, sr=waterson, r=av 2000-11-06 20:43:33 +00:00
mkaply%us.ibm.com
e887a7ada3 �55997
r=pnunn, sr=brendan
Don't set MINIMUM_DELAY_TIME unless delay_time was > 0
2000-11-06 20:08:29 +00:00
kestes%staff.mail.com
dfff1d973b make code taint safe.
add patch by "Paul MacAdam" <paul@eazel.com>
fixing bugs in script.
2000-11-06 15:39:53 +00:00
briane%qnx.com
eb88938982 PHOTON build only
Updates for drawing and Printing
2000-11-06 15:29:04 +00:00
harishd%netscape.com
3de6c97c42 59189 - Make sure that SanitizeKey() is accessed only by the attribute token.
r=jar
sr=scc
2000-11-06 06:03:34 +00:00
timeless%mac.com
2665caabd4 for bug 41515: Add access key to for Privacy and Security>&Security Manager. Per blake correcting spelling of 'Menu' was 'Ment'. 2000-11-06 05:56:33 +00:00
waterson%netscape.com
18a0fdcf2d Bug 59102, redux. After discussing with jar and rjc, we determined that the correct thing to do in this case is to continue to loop so long as either 1) the current enumerator mCurrent is still valid, or 2) there are more indices to try. 2000-11-06 04:52:58 +00:00
sspitzer%netscape.com
3a6e215aa1 fix for #59172. implement simple caching for FindServer().
we call FindServer() a lot.  But there it is very likely that the
server we ask for is the same server we asked for last time.
r=bienvenu.
2000-11-05 20:50:32 +00:00
sspitzer%netscape.com
5ca81ef20b more for #17801. make "next unread navigation" go across servers. 2000-11-05 10:05:21 +00:00
ben%netscape.com
b3f6da056d CHecking in fix for 59130, crash clicking links, patch from dbaron@fas.harvard.edu, r=ben@netscape.com,
a=hyatt@netscape.com.
2000-11-05 03:53:55 +00:00
sspitzer%netscape.com
9c447f45a0 fix for #17801. r=putterman. make it so "next" will take you across folders.
still work to be done before this feature is perfect, but this gets the
ball rolling.
2000-11-05 02:29:47 +00:00
waterson%netscape.com
d22a8ccf15 Bug 59102. RDF containers are one-indexed; need to remember that when counting through them. Fix provided by hyatt, r=waterson. No sr= because we want to spin new builds with it. 2000-11-05 02:28:20 +00:00
putterman%netscape.com
f023865395 Fix for 58748. r=jefft sr=mscott. Don't crash if there's no trash folder while trying to delete a folder. 2000-11-05 00:16:03 +00:00
bratell%lysator.liu.se
993cd60daf Fix for bug 57047 - we are not treating text inside <pre> as preformatted if the text is inside another tag inside the <pre>. This has affected mail and copy'n'paste. We now look more thoroughly at the tag stack. r=akkana@netscape.com a=vidur@netscape.com. 2000-11-04 20:51:33 +00:00
blizzard%redhat.com
e145907e90 Fix bug #59015. Gtk timers do not shut down cleanly. Remove the timer when the shutdown method is called. This should fix some crashes when the embedding widget is shut down. r=bryner,waqar sr=brendan 2000-11-04 16:46:02 +00:00
ccarlen%netscape.com
6e970bb678 Bug 46866. Splitting profile API into public and internal parts. Bug 54937 Use profile as service, not component. r=racham@netscape.com, sr=alecf@netscape.com 2000-11-04 16:28:50 +00:00
ccarlen%netscape.com
29477fb5b3 Bug 46866. Splitting profile API into public and internal parts. r=racham@netscape.com, sr=alecf@netscape.com 2000-11-04 16:27:30 +00:00
ccarlen%netscape.com
e8d4210c41 Added for bug 46866. r=racham@netscape.com, sr=alecf@netscape.com 2000-11-04 16:19:57 +00:00
hyatt%netscape.com
a112ade980 Ben accidentally checked in a change to nsXBLService.cpp. Backing him out. What a mess tonight. Whew. 2000-11-04 11:03:14 +00:00
waldemar%netscape.com
3bc827cfed Defined UseIncludesExcludes. Removed support for a:🅱️:c. 2000-11-04 10:47:47 +00:00
waldemar%netscape.com
8b66cf247e Added 'include' and 'exclude' non-reserved words 2000-11-04 10:46:24 +00:00
hyatt%netscape.com
8274c865fc Forgot a 54203 file. 2000-11-04 09:33:20 +00:00
hyatt%netscape.com
824a44fab8 Putting back 54150 on the trunk. ben,waterson. Finally found the reason it needs to be this way. 2000-11-04 09:10:48 +00:00
ben%netscape.com
0066373134 back out hyatt's accidental checkin. 2000-11-04 09:07:49 +00:00
hyatt%netscape.com
2b7eb1c1a2 Fix build bustage. 2000-11-04 09:01:21 +00:00
hyatt%netscape.com
a85750a2e2 added files: mozilla/dom/src/base/nsWindowRoot.cpp, mozilla/dom/src/base/nsFocusController.cpp 2000-11-04 08:25:27 +00:00
hyatt%netscape.com
fae32fdbd7 Fix for 54203. r=saari, a=brendan 2000-11-04 08:21:20 +00:00
blakeross%telocity.com
d647af09b1 Fix 44239, 43714, 48023, 51248: home button d&d, tooltips, prefs, and other cleanup. r=timeless a=alecf 2000-11-04 02:37:51 +00:00
dougt%netscape.com
612fc88ccc 58701. Missing timer .so in embedding dist r=pavlov@netscape.com, a=valeski 2000-11-04 01:30:37 +00:00
mcgreer%netscape.com
93f388db16 set up RNG for self-test (DSA needs it), and set default RSA public exponent
to 2**16 + 1
2000-11-04 01:11:48 +00:00
jj%netscape.com
d35236198f First Checked In. 2000-11-04 00:42:32 +00:00
alecf%netscape.com
21949b3d82 long awaited fix for #39895 r=sspitzer, a=alecf, contributed by andrew.taylor@cal.montage.ca
parse the GECOS field stuff correctly on unix
2000-11-04 00:37:01 +00:00
koehler%mythrium.com
72c825132e Bug #55674: new timer implementation for BeOS r=blizzard 2000-11-04 00:27:22 +00:00
sfraser%netscape.com
d66beeed59 Test file, NOT PART OF THE BUILD 2000-11-04 00:22:48 +00:00
bnesse%netscape.com
3d81709e9f First Checked In. 2000-11-04 00:11:44 +00:00
alecf%netscape.com
bdc6b86bbb first incomplete cut at the window opener object, to pass XPCOM types from C++ into window.arguments as native JS types.
not part of the build
2000-11-04 00:01:24 +00:00