bryner%uiuc.edu
a6be5da716
Fixing bugs 33549, 34033. r=pavlov.
2000-06-21 00:05:55 +00:00
ben%netscape.com
d904225ae0
fixing classic skin so that it doesnt hang on startup, improving back and forward buttons. b41272
2000-06-21 00:05:00 +00:00
chrisk%netscape.com
92a3672caa
Oops - fixed the fix. The prototype now correctly unpacks into a
...
DHPublicKey structure.
2000-06-21 00:04:38 +00:00
beard%netscape.com
1c926d81a2
bug #42100 , Carbon compatibility. r=gordon, saari, pinkerton, sfraser
2000-06-20 23:10:06 +00:00
rogerl%netscape.com
27e254fee3
Changed use of Register to TypedRegister throughout.
2000-06-20 22:45:45 +00:00
rogerl%netscape.com
8a71a568af
Support for TypedRegister
2000-06-20 22:44:46 +00:00
javi%netscape.com
017d57c44e
Don't block forever waiting for socket status to get created. Mozilla
...
may call that function after the connection is gone in which case the
socket status will not exist.
2000-06-20 22:39:24 +00:00
wtc%netscape.com
86c2cf5d36
Bugzilla bug #40941 : added assembly language implementation of atomic
...
routines for IA-64 Linux. Thanks to David Mosberger <davidm@hpl.hp.com>
for the code review.
Modifies files: configure, configure.in, _linux.h, pr/src/md/unix/Makefile,
pr/src/md/unix/Makefile.in, pr/src/md/unix/objs.mk
Added files: os_Linux_ia64.s
2000-06-20 22:22:23 +00:00
larryh%netscape.com
dc5530d464
BugZilla: 42367. Fix copyright date, Original Code
2000-06-20 21:48:45 +00:00
brade%netscape.com
d305082f90
File Removed.
2000-06-20 21:19:10 +00:00
edburns%acm.org
b3ebbaa566
bug=41197
...
r=av
a=waterson.
This checkin makes it possible to use the default plugin even
for Java.
2000-06-20 21:04:52 +00:00
brade%netscape.com
761a2c9724
File Removed.
2000-06-20 21:00:52 +00:00
sspitzer%netscape.com
c3adf1e6a4
Bug #38374 --> more updates for external helper application support.
...
(NOT PART OF THE BUILD) r=mscott
2000-06-20 20:57:21 +00:00
sspitzer%netscape.com
5614a99a6a
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD) r=mscott
2000-06-20 20:43:54 +00:00
wtc%netscape.com
589df04ae3
Changed default host name to www.mozilla.org.
2000-06-20 20:11:24 +00:00
mscott%netscape.com
3b25aa7f15
Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
...
code review will come when this is done and gets turned on.
Unix stub files for the OS helper app service implementation.
a=granrose
2000-06-20 18:22:47 +00:00
endico%mozilla.org
46b929d2d1
rename move.cgi to move.pl
2000-06-20 17:14:00 +00:00
chrisk%netscape.com
a83d527722
Fix OID for DC AVAs - the root OID in RFC2247 is not different from
...
the root OID in RFC1274 - so the one we had was WRONG.
I don't know where it came from.
2000-06-20 16:31:31 +00:00
chrisk%netscape.com
390a6f1dec
Add code for generation of SMIMEProfile and SMIMEKeyEncryptionPreference
2000-06-20 16:28:59 +00:00
chrisk%netscape.com
23cd2f3659
First feeble attempt at fixing the problem that our definition of
...
Diffie-Hellman key parameters does not encompass all the optional
fields defined in RFC2459, section 7.3.2 (namely j and validationParams).
I added comments reminding us of the fact that PQGParams need to be
extended to hold these, and fixed the ASN1 prototype from its previous
totally broken status to one that decodes prime, subPrime and base
correctly, and skips the rest.
This avoids failure in public key extraction (which is part of verification)
with DH certs.
2000-06-20 16:22:36 +00:00
chrisk%netscape.com
3550ea9e23
Fix problem where DH certs were always rejected when verifying them
...
for EMail encryption.
A Diffie-Hellman key needs to be tested for KU_KEY_AGREEMENT, not
KU_KEY_ENCIPHERMENT.
2000-06-20 16:15:32 +00:00
chrisk%netscape.com
568524e3be
Fixed bug in sequence printing code: array counter was overshooting by one
2000-06-20 14:35:17 +00:00
brade%netscape.com
4aa46d5e76
fix returned error codes (as part of bug #42510 )
2000-06-20 14:25:34 +00:00
brade%netscape.com
45f6fbf78e
call PreventDefault for key events which we want to "consume" (bug #42510 ); r=smfr
2000-06-20 14:23:43 +00:00
mkaply%us.ibm.com
a129b14b91
#42637
...
r=mkaply, a=brendan
OS/2 bring up - rewrite some nsLocalFileOS2 stuff to be more like Windows
2000-06-20 14:06:00 +00:00
mkaply%us.ibm.com
aec080d457
#42637
...
r=valeski, a=brendan
OS/2 bring up - Change DebugBreak code for OS/2 to make it a little easier
2000-06-20 13:59:17 +00:00
mkaply%us.ibm.com
51496f5882
#42637
...
r=hyatt, a=brendan
OS/2 bring up - change menu code so clicks are NOT passed to the default window proc if they are handled.
This fix has been tested on Linux, Windows, OS/2 - does not affect Mac.
2000-06-20 13:49:24 +00:00
mkaply%us.ibm.com
37a3743cdd
#42637
...
r=mkaply, a=brendan
OS/2 bring up - Trap when typing in URL bar
2000-06-20 13:24:52 +00:00
chrisk%netscape.com
c8e8241728
Fix bug in decoder:
...
When encoding indefinitely & encountering an optional field at the end of
a sequence, right after an IMPLICIT or POINTER template, the decoder
was not propagating the optionalness and the end-of-contents condition
correctly as it hits the end-of-contents octets instead of the optional
field. This is because IMPLICIT and POINTER push TWO states to look
for the next tag, not just one.
(The first state is "afterImplicit" or "afterPointer", the second one
starts with "beforeIdentifier" as usual).
This finally makes decoding envelopedData messages in cmsutil work.
2000-06-20 13:24:01 +00:00
mkaply%us.ibm.com
af76586e7d
#42637
...
r=mkaply, a=brendan
Makefile change to build timer
2000-06-20 13:22:43 +00:00
mkaply%us.ibm.com
ab95b94e76
#42637
...
r=mkaply, a=brendan
Remove OS/2 debugging messages during bringup
2000-06-20 13:21:22 +00:00
ben%netscape.com
6c84b182f2
forgot to add classic skin to packager files in earlier checkin
2000-06-20 10:30:19 +00:00
ben%netscape.com
cd75aef232
fix for skin switching writing to install directory instead of profile, 30536, r=hyatt
2000-06-20 09:47:33 +00:00
hyatt%netscape.com
fed27ec38f
33524. r=ben
2000-06-20 09:21:42 +00:00
pinkerton%netscape.com
31c78779fd
Migrating d&d back into new tree-grid. bug# 30511, r=hyatt
2000-06-20 08:13:14 +00:00
rpotts%netscape.com
f04516b638
Added Set/GetLoadCookie methods to nsDocShell. The mLoadCookie is no longer directly set by the nsDSURIContentListener class!
2000-06-20 08:01:19 +00:00
rpotts%netscape.com
6b98fc358e
Made the nsDocShell a nsIWebProgressListener. This is a first step for the Session History changes and ultimately removing the nsIDocumentLoaderObserver interface...
2000-06-20 07:59:45 +00:00
pavlov%netscape.com
bdd2815d66
fix for submitting insecure form not displaying anything bug 42958. from Peter Annema <disttsc@bart.nl>. r=pavlov a=waterson
2000-06-20 07:35:41 +00:00
rpotts%netscape.com
6ec868b960
Fixed the GTK_MOZ_EMBED_STATUS enum to have the *correct* decimal values of their corrosponding NS_ERROR codes.
2000-06-20 06:19:40 +00:00
dougt%netscape.com
edad1c52cc
Backing out amasri. This change caused the browser to not open. When I control-c
...
the application, I see:
XML Error in file
'chrome://communicator/content/profile/profileSelection.xul',
Line Number: 100, Col Number: 43, Description: undefined entity
Source Line: <checkbox id="offlineState"
value="&offlineState.label;" accesskey="&offlineState.accesskey;"/>
2000-06-20 05:55:58 +00:00
waterson%netscape.com
0abe95456d
Use NS_LITERAL_STRING instead of an nsAutoString to avoid copy/inflate on platforms that support two-byte wchar_t. r=attinasi
2000-06-20 05:45:07 +00:00
ben%netscape.com
7c69c70b1b
fix for 41657, r=waterson, hyatt
2000-06-20 05:43:52 +00:00
Peter.VanderBeken%pandora.be
16a4a78956
Recognize local .xsl files as text/xml.
r=Andreas Otte, a=gagan, a=waterson.
2000-06-20 05:24:10 +00:00
dmose%mozilla.org
52a2d02b73
Simplified nsILDAPMessageListener, and refactored much of the code in ldapSearch.cpp into nsLDAPChannel.cpp itself, using the simplified nsILDAPMessageListener callback interface. This work is in preparation for pushing all threading code out of nsILDAPChannel down into nsILDAPConnection/Operation/Message. a=r=(not built)
2000-06-20 05:17:51 +00:00
rpotts%netscape.com
dfe7dd1ea3
Fixed memofy leak of StdURLs introduced by the last checkin...
2000-06-20 05:14:42 +00:00
dmose%mozilla.org
234db35889
Simplified nsILDAPMessageListener, and refactored much of the code in ldapSearch.cpp into nsLDAPChannel.cpp itself, using the simplified nsILDAPMessageListener class. This work is in preparation for pushing all threading code out of nsILDAPChannel down into nsILDAPConnection/Operation/Message. a=r=(not built)
2000-06-20 05:12:32 +00:00
pchen%netscape.com
4770076c43
Bug #41272 . Turn on classic skin in build. r=don
2000-06-20 04:57:12 +00:00
pchen%netscape.com
8a3cf53688
Bug #41272 . Make toolbar color #DDDDDD which is same as Mac 4.x and fixed main grippy image. r=don
2000-06-20 04:56:37 +00:00
pchen%netscape.com
282f45464f
Bug #41272 . Include communicator/skin/toolbar.css. r=don
2000-06-20 04:56:36 +00:00
pchen%netscape.com
9ed01f1440
Bug #41272 . Set toolbar colors to #DDDDDD which is same as Mac 4.x. r=don
2000-06-20 04:56:35 +00:00