Граф коммитов

64474 Коммитов

Автор SHA1 Сообщение Дата
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
pchen%netscape.com 7f5a88fab2 Bug #41272. Remove background imgs leftover from modern skin and make toolbar buttons look more classic-like. r=don 2000-06-20 04:56:34 +00:00
BlakeR1234%aol.com 60a9aa5e53 Fix for bug 42135. r=ben 2000-06-20 04:47:56 +00:00
hyatt%netscape.com 2df6998f43 Fix for 41664, r=ben 2000-06-20 04:45:30 +00:00
hyatt%netscape.com 119cf30173 Fix for 41664, r=ben 2000-06-20 04:44:44 +00:00
ben%netscape.com daca8f45eb turn on classic skin for windows (yay) 41272, a=hangas 2000-06-20 04:44:30 +00:00
scc%mozilla.org 6bedf5618d removing nsWork[C]String. It's already been removed from the Mac manifest, the windows and unix makefiles, and the string factoring test project. The header is not included anywhere else. After discussion with waterson, decided this class is not what or where we want it 2000-06-20 04:36:25 +00:00
scc%mozilla.org 8d5e657bcf removed "nsWorkString.h" as discussed with waterson 2000-06-20 04:33:52 +00:00
scc%mozilla.org 1f29f46c00 removed nsWork[C]String, as discussed with waterson 2000-06-20 04:31:42 +00:00
scc%mozilla.org a7afde0889 added tests for self-assignment, self-insertion, self-appending, and self-replacement 2000-06-20 04:31:00 +00:00
dougt%netscape.com b45f97f9a2 THIS IS NOT PART OF THE BUILD.
Update nsIWebProgressListener to match rpotts work.

r/a = valeski@netscape.com
bug 43054
2000-06-20 04:30:41 +00:00
scc%mozilla.org 76bacb9cc2 fix for bug #43085. r=waterson, a=waterson 2000-06-20 04:25:20 +00:00
ben%netscape.com 8c779983f3 oops, part of earlier fix to find panel (remove html:selects from UI to unblock rods), forgot to check in associated js file that makes the bm search work 2000-06-20 04:21:08 +00:00
dmose%mozilla.org b4dbf256ef forgot this critical file for the nsILDAPURL interface checkin earlier. a=r=(not built) 2000-06-20 03:59:52 +00:00
waterson%netscape.com b266e10dd6 Bug 40868. Check to see if 'docroot == this' before recursing. r=dmose 2000-06-20 03:58:24 +00:00
dbaron%fas.harvard.edu ff88c15b4a Really fix the leak in JS error reporting. (Checked in from the wrong machine last time.) r=vidur 2000-06-20 03:51:07 +00:00
BlakeR1234%aol.com 333cd8e461 Fix for bug 42042. r=ianr a=waterson 2000-06-20 03:50:40 +00:00
dbaron%fas.harvard.edu 70189b60ae Fix bug 42685, nsbeta2+. Revert percentage width calculations to the way they used to be, except for floats with auto widths. code=buster r=me 2000-06-20 03:47:49 +00:00
dbaron%fas.harvard.edu 4497380b04 Delete nsJSEnvironment (and the things it owns) during XPCOM shutdown instead of after (they won't be shown as leaks anymore). Also, fix a leak in JS error reporting. r=vidur 2000-06-20 03:45:21 +00:00
bryner%uiuc.edu 14ad3781cf Patching filepicker for new tree widget. part of bug 30511. r=hyatt. 2000-06-20 03:35:37 +00:00