Commit Graph

169 Commits

Author SHA1 Message Date
javi%netscape.com
4a2846a54b Make the security advisor come up from the Task Menu bar again. 2000-09-01 21:25:25 +00:00
ben%netscape.com
0b12927e7d remind me again why I use linux... fixing mac build bustage due to missing file in project thingy... i hope this works.. I thought macs were supposed to be friendly. bah. pav 2000-09-01 10:08:08 +00:00
pavlov%netscape.com
36d6a97e21 adding to windows makefile 2000-09-01 09:27:32 +00:00
pavlov%netscape.com
b956215375 fix for secure smtp bug 30321 r=mscott for the smtp part and r=bryner for the rest 2000-09-01 09:00:37 +00:00
vidur%netscape.com
e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
ddrinan%netscape.com
a47c650c26 Fix for bug 44044 2000-08-30 22:03:26 +00:00
ddrinan%netscape.com
948ad11ee1 DisplayURI can now take a parent window 2000-08-30 22:02:18 +00:00
ddrinan%netscape.com
8763fb0424 Use CMInt32 instead of size_t for send/receive calls. Bug 33430 2000-08-30 22:01:06 +00:00
ddrinan%netscape.com
bc48e4bab2 Load PSM from same dir as mozilla and added some extra error checking 2000-08-30 21:59:44 +00:00
ddrinan%netscape.com
495eb0add6 Call DisplayURL with parent window, null for now 2000-08-30 21:58:06 +00:00
ddrinan%netscape.com
e334182538 Pass in a parent nsIDOMWindow to display functions. Bug 46705 2000-08-30 21:56:28 +00:00
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