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

194 Коммитов

Автор SHA1 Сообщение Дата
ddrinan%netscape.com eea9545166 Fix for bug 53198. r=javi@netscape.com, sr=scc@mozilla.org 2000-10-16 21:58:48 +00:00
javi%netscape.com 69ae3ebd3e Fix for bug $54860 a=brendan, r=ddrinan
Modify the PSM UI handler to pass different parameters on non WIN32
  platforms to prevent hanging the browser on Linux.
2000-10-16 20:11:08 +00:00
javi%netscape.com 1e39da94ff Fix for bug 45892 r=ddrinan a=brendan
Wait for a non-NULL response when doing a KEYGEN when the user has just
initialized the key database.
2000-10-12 21:27:42 +00:00
dougt%netscape.com 01f9a0a0b5 fixes needing profile manager to use psm. bug 56161. r=javi, sr=mscott 2000-10-11 23:59:57 +00:00
pollmann%netscape.com ea3baaa437 Bug 54966, 54845, 55906: Prevent psm-glue from accidentally cancelling form submit for file: urls, javascript: urls, and submits to 127.0.0.1 r=javi,jst sr=mscott 2000-10-11 09:53:29 +00:00
javi%netscape.com 95ec8d85e4 bug #51568
r=thayes,ddrinan a=brendan

Modify the inputs to open PSM windows so that SDR password windows work properly.
2000-09-21 01:51:15 +00:00
sspitzer%netscape.com ece84d85ec part of the fix for #46888. after cancelling a news message, you can't
select another message.  fix by naving@netscape.com.  r=sspitzer,a=mscott
also a couple bullet proofing fixes to prevent crashes.
2000-09-19 22:40:52 +00:00
dougt%netscape.com c2923c8476 + Added OnSecurityChange() to nsIWebProgressListener interface.
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.

Fixes bug 46872.  r=valeski/rpotts
2000-09-14 22:56:56 +00:00
bryner%uiuc.edu d34e3feff0 Fixing Mac bustage for real. 2000-09-14 20:22:21 +00:00
bryner%uiuc.edu 370aeeba6d More bustage fixing. 2000-09-14 20:21:01 +00:00
bryner%uiuc.edu a68555f9c4 Forgot a file, sorry. Fixes the win32 bustage. 2000-09-14 20:17:29 +00:00
bryner%uiuc.edu 75b7b0b823 Fixing bustage. 2000-09-14 20:12:50 +00:00
bryner%uiuc.edu 3b6b570d1f removed files: mozilla/extensions/psm-glue/public/nsISSLSocketProvider.idl, mozilla/extensions/psm-glue/public/nsISecretDecoderRing.idl, mozilla/extensions/psm-glue/public/nsISecureBrowserUI.idl 2000-09-14 19:28:12 +00:00
bryner%uiuc.edu 14b39559f7 This is the rest of the checkin to remove mozilla's dependency on building psm-glue. All security glue
interfaces and resources that aren't specific to PSM have moved to security/base.  The remaining psm-glue
interfaces which are used elsewhere in the code have been abstracted to be non-PSM-specific, and the call
sites changed to use the abstracted interface.  Bug 18352.  r=brendan,pavlov,shaver.  a=brendan.
2000-09-14 19:27:23 +00:00
vishy%netscape.com 6fbb9dbc07 Jar packaging fixup - changes by warren. Looked at by dveditz and ssu.
r=vishy. verified this solution works for mozilla, commercial and shrimp.
dont have bug number handy but this should be world++. basically from
now on, jar.mn rules will both create the jar and publish the flat files
to dist. the flat files are needed so that installers can compose the
files into a new naming system or delete some or whatever.
2000-09-14 04:45:15 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
ddrinan%netscape.com 9dd689471c Fix for bug 47435 2000-09-11 23:08:19 +00:00
pchen%netscape.com 100acdfe21 bug 51756, r=pinkerton, only pass in ONE 'security-button' DOM element 2000-09-07 23:36:06 +00:00
pchen%netscape.com d6037ef203 bug 51756, r=pinkerton, add security button tooltip text to bundle 2000-09-07 23:36:02 +00:00
pchen%netscape.com a5cbae4973 bug 51756, r=pinkerton, remove mCertificateAuthorityDisplay and added SetBrokenIcon() method 2000-09-07 23:35:58 +00:00
pchen%netscape.com 911b9fa4fa bug 51756, r=pinkerton, remove mCertificateAuthorityDisplay and changed all references to the object to use mSecurityButton, also added SetBrokenIcon() method to consolidate duplicate code 2000-09-07 23:35:53 +00:00
pchen%netscape.com 61022657b5 bug 51756, r=pinkerton, remove certauth parameter in Init(), which just happened to be exactly the same as button for tooltip stuff 2000-09-07 23:35:49 +00:00
ccarlen%netscape.com f66f6a4d7e Removed call to nsIProfile method which used nsFileSpec - #36968 r=dougt 2000-09-07 13:09:21 +00:00
ben%netscape.com a5ee3b5552 fix for tooltip on lock icon, forget the bug number, r=pchen 2000-09-07 06:23:22 +00:00
ddrinan%netscape.com 8564e17f00 Create window with OpenDialog if modal and parent window is non null. Bug 46704 2000-09-06 00:11:48 +00:00
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