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

158 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 3ec392431b Bug 15623. Fixed registration of nsKeygenHandler. 2000-08-25 18:48:50 +00:00
locka%iol.ie ecebe2ac21 API changes for embedding. b=46847, r=dougt, a=valeski 2000-08-25 18:39:46 +00:00
jst%netscape.com 9abec73fbe DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
javi%netscape.com d0264fc690 Turns out this last fix is needed to fully fix Bug#45866 2000-08-23 01:24:17 +00:00
javi%netscape.com 185d19cdeb Fix for bug #45866. We were passing the wrong challenge value down to the method that generated the KEYGEN value. Fix some compiler warnings. 2000-08-23 00:24:16 +00:00
mstoltz%netscape.com ea5d41851a Fixing 41876 r=hyatt, also 48724, 49768, and crasher in nsBasePrincipal.cpp, r=jtaylor 2000-08-22 02:06:52 +00:00
javi%netscape.com d37ab93ebd Fix for bug #45982. Set the mode on the file picker correctly.
This allows users to back up certs successfully to new files instead
of having to over-write existing files.
2000-08-21 22:42:59 +00:00
scc%mozilla.org a38c2362f3 fixing code that relied on implicit string construction 2000-08-19 20:07:01 +00:00
javi%netscape.com 9de9d2dbc8 Fix for bug 27862
implement the crypto method for alert so that Security Advisor pages can
display alert messages properly now.
2000-08-18 18:13:03 +00:00
beard%netscape.com 305fb728d3 bug #47920: fixes unitialized variable. 2000-08-16 00:46:17 +00:00
dougt%netscape.com e19ce156ae Fix for 48832, r=conrad. a regression. 2000-08-14 22:33:45 +00:00
javi%netscape.com 47d6625a64 Fix for bug #44652 2000-08-11 21:43:57 +00:00
dougt%netscape.com bf8bdf8481 This was checked into the branch, but not trunk:
Here are the checkin notes (revision 1.22.2.2)

r=jar.  Checkin on behalf of dougt.  Fix for nsbeta2+ bug 47010.
The lock icon was not displaying on some https sites.  With these
changes, it does.
2000-08-06 19:15:46 +00:00
valeski%netscape.com 31bf4c2872 47235. r=mstoltz. mlk fix. 2000-08-02 02:05:42 +00:00
javi%netscape.com 562e36d6e8 Add a Certificate Content Listener so that mozilla can download a
certificate from VeriSign.

bug 45878
r=mscott, valeski
2000-07-28 23:14:55 +00:00
valeski%netscape.com 42476cda71 this lib is no longer generated or used 2000-07-28 08:46:59 +00:00
warren%netscape.com 9d3410b0ca Cleaning up slashes, adding a few missed files. 2000-07-28 06:49:43 +00:00
mstoltz%netscape.com 042bdecedc fixing 40159, r&a=beard 2000-07-26 04:53:31 +00:00
warren%netscape.com 2b01440bc0 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
ben%netscape.com c8654807b3 b44281, r=don, a=don 2000-07-21 00:38:04 +00:00
mstoltz%netscape.com 3910fcba0b fix for 42387, r=dveditz 2000-07-20 01:16:15 +00:00
pchen%netscape.com d3b24601dd Completed client end work for bug 44281 r=pinkerton, call back end CMT code to get certificate authority string. 2000-07-20 00:12:54 +00:00
mscott%netscape.com fd94f85993 Bug #39518 --> we keep showing the security warning when submitting insecure documents even if you check on the
checkbox saying please don't show me this again. We were always setting the pref to true if we ready something out of prefs. =)
The fix is trivial....
r=blake
2000-07-18 00:08:38 +00:00
javi%netscape.com 4ee7f09239 Make the 'if' statement a '==' instead of a '=' 2000-07-17 22:16:42 +00:00
warren%netscape.com 6431d39a2c Fixed reentrancy into service manager getting the PSM component. Fixed some warnings too. r=dprice 2000-07-15 01:38:32 +00:00
pavlov%netscape.com 621d3c3a6e sigh. checking in a better fix 2000-07-14 00:49:27 +00:00
pavlov%netscape.com a08a41cbb8 fixing stupid mac build bustage 2000-07-14 00:35:26 +00:00
pavlov%netscape.com 20dc0118ea fix for secure imap and news bug 39154 r=mscott 2000-07-13 23:53:54 +00:00
pchen%netscape.com 162924733a Partial fix 44281 r=dougt, add mCertificateAuthorityDisplay member 2000-07-13 23:52:10 +00:00
pchen%netscape.com 66028816c1 Partial fix 4428 r=dougt, set mCertificateAuthorityDisplay inside init(), change it whenever we change security lock status 2000-07-13 23:52:09 +00:00
pchen%netscape.com 5aba50d562 Partial fix 44281 r=dougt, get certificate authority XUL element and pass that into secruityUI.init() 2000-07-13 23:52:08 +00:00
pchen%netscape.com 95c54dabaa Partial fix 44281 r=dougt, added certauth parameter to init() 2000-07-13 23:52:07 +00:00
jab%atdot.org 3ff5cd0f65 a=brendan@mozilla.org
Bug #16103
Support for SOCKS proxies in HTTP, HTTPS, and FTP protocols.
Also includes the prefs configuration and UI bits.
2000-07-01 10:25:25 +00:00
gordon%netscape.com 0622f8b90a Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard. Initialize member to 0, to avoid crash. 2000-06-28 04:15:39 +00:00
gordon%netscape.com 14b4a816e0 Bug 19119 [dogfood+] Mac build of PSM in-process. r = beard. Change to link against PSMStubs.shlb 2000-06-28 04:10:04 +00:00
morse%netscape.com 5524653464 fix bug 43886, single signon no longer works, r=jefft 2000-06-27 21:13:50 +00:00
dbaron%fas.harvard.edu 3d99c84c8c Clean up the deprecated (and never really official) HTML namespace by replacing with the official XHTML namespace. b=7834,42280 r=vidur 2000-06-23 04:41:29 +00:00
waterson%netscape.com 5a9c920b98 Bug 43566. Fix nsPSMComponent leak. r=dougt 2000-06-23 04:10:25 +00:00
danm%netscape.com 03ea82871a tracking change of name of window.content to _content. (bug 33650) r=hyatt 2000-06-22 00:48:45 +00:00
javi%netscape.com 315d100260 Give these files a license. 2000-06-21 19:38:03 +00:00
javi%netscape.com ee136ac3db added files: mozilla/extensions/psm-glue/src/nsKeygenHandler.cpp 2000-06-21 01:02:44 +00:00
javi%netscape.com 05dff9d08b Fixes for Bug #15623 and Bug #28430 r=thayes
psm-glue work for KEYGEN tag is in.

KEYGEN tag will work with PSM 1.2
2000-06-21 00:43:57 +00:00
mkaply%us.ibm.com bff5da9f8e #40177
r=cls, a=brendan
OS/2 bring up - remove trailing slash
2000-06-21 00:21:57 +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
pavlov%netscape.com bb4af10084 fix for bug security icon not changing when entering secure sites 43041 r=anthonyd (also removed tabs, yadda yadda) 2000-06-20 00:36:04 +00:00
rpotts%netscape.com 578b2bbee5 Reworked nsIWebProgress... 2000-06-19 05:48:38 +00:00
ben%netscape.com 1a5babfc34 fix mac manifest, remove dead files 2000-06-17 07:53:23 +00:00
ben%netscape.com 4c99d49596 remove dead manifests 2000-06-17 03:46:14 +00:00
ben%netscape.com 2d3e888817 partial fixes for 32347, 30536, 41120 2000-06-17 03:26:47 +00:00
beard%netscape.com 3922bfe1d3 bug #19119: added link dependency on PSM[Debug].shlb, added access paths to find PSMClient[Debug.o], PSMProtocol[Debug].o. a=ddrinan, r=gordon 2000-06-16 23:26:53 +00:00