Commit Graph

494 Commits

Author SHA1 Message Date
morse%netscape.com
4afaff543f add a remove-all button 2000-03-16 02:32:48 +00:00
morse%netscape.com
0b5906d0b7 part of change for rev 1.172 that got forgotten -- consequence was that wallet tables were never being read 2000-03-15 14:57:53 +00:00
morse%netscape.com
13bbe99ee5 remove erroneous test on files getting out of synch 2000-03-15 02:13:55 +00:00
hyatt%netscape.com
1786656e2a Converting tabs. 2000-03-14 11:31:05 +00:00
morse%netscape.com
094d6c555d fix bug 30180 -- tighten up heuristic for prefilling username/passwords 2000-03-12 17:22:55 +00:00
morse%netscape.com
5ef4a5eefb fix bug 29839, no message when viewing saved passwords and nothing was ever saved 2000-03-12 08:00:49 +00:00
morse%netscape.com
00c5c7c2f0 fix bug 28151, change password when no password established should establish new password 2000-03-12 01:09:14 +00:00
morse%netscape.com
cdffec3ae9 remove buggy support for old file format, bug 26561 2000-03-11 23:52:50 +00:00
morse%netscape.com
7394bea2b7 fix memory leak -- bug 29866 2000-03-11 20:59:25 +00:00
morse%netscape.com
e495006a22 generalize per-site permissions, r=norris 2000-03-11 20:02:45 +00:00
tbogard%aol.net
cfb0e95a01 Changed to use the XPIDL generated macro to declare the methods for nsIDocumentLoaderObserver. 2000-03-11 01:22:23 +00:00
tbogard%aol.net
4d0c503919 Get the contentViewer from the docShell instead of the webShell. HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:21:29 +00:00
morse%netscape.com
780239e5c7 fix bug 30180, fieldname clash between html login forms and dialog login forms, r=dp, a=jar 2000-03-08 05:01:28 +00:00
warren%netscape.com
c0497e31be Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
morse%netscape.com
275c7cb63e fix bug 30464, single-signon database not getting created, r=dp, a=jar 2000-03-05 19:17:27 +00:00
morse%netscape.com
127c8d3906 fix bug 30184, repeated prompts for master password, r=dp, a=jar 2000-03-03 23:24:11 +00:00
tbogard%aol.net
cf5a3f3925 Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering 2000-02-29 00:20:55 +00:00
pollmann%netscape.com
2ed06994e0 Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg 2000-02-24 00:08:00 +00:00
morse%netscape.com
54c942a13a fix bug 28685, repeatedly rereading the same files, r=alecf, a=jar 2000-02-22 01:46:41 +00:00
morse%netscape.com
6d39bab3d7 better fix for 27725 -- disclaimer about encryption, r+a=jar 2000-02-18 04:21:16 +00:00
morse%netscape.com
ce4b39c289 bug 28148, change-password was downloading wallet tables, a=jar, r=dp, mactest=rjc 2000-02-17 22:59:36 +00:00
morse%netscape.com
ccb6203c5f fix bug 27988, null password crashed browser, r=dp, a=jar 2000-02-17 04:24:17 +00:00
morse%netscape.com
7a2ae218cd partial fix fo bug 27910, encoding on mac was coming up wrong 2000-02-16 02:33:13 +00:00
morse%netscape.com
e469cddaba adding disclaimer message with ad-hoc wrap, see bug 27732 2000-02-16 00:52:42 +00:00
morse%netscape.com
6720eab24a signon viewer was coming up when database was still locked, r=dp 2000-02-15 22:26:17 +00:00
morse%netscape.com
789f9d8e38 remove build warning 2000-02-15 14:38:05 +00:00
wtc%netscape.com
9377345e33 Bugzilla bug #27457: prepare the Windows build system for NSPR library
name change.  Define a new makefile variable LIBPLC.
Modified files:
mozilla/config/config.mak
mozilla/dom/src/build/makefile.win
mozilla/extensions/wallet/cookieviewer/makefile.win
mozilla/extensions/wallet/editor/makefile.win
mozilla/extensions/wallet/signonviewer/makefile.win
mozilla/extensions/wallet/walletpreview/makefile.win
mozilla/mailnews/import/eudora/src/makefile.win
mozilla/mailnews/import/oexpress/makefile.win
mozilla/mailnews/import/outlook/src/makefile.win
mozilla/mailnews/import/src/makefile.win
mozilla/mailnews/import/text/src/makefile.win
mozilla/netwerk/protocol/jar/src/makefile.win
mozilla/profile/Acctidl/makefile.win
mozilla/profile/src/makefile.win
mozilla/xpcom/sample/makefile.win
2000-02-15 14:35:15 +00:00
morse%netscape.com
0ff2686456 fix bug 27023, change master password doesn't work in mail 2000-02-15 14:21:00 +00:00
morse%netscape.com
7fc5ce1853 fix bug 27782, signon viewer comes up when database is still locked, r=rjc 2000-02-15 04:18:46 +00:00
morse%netscape.com
70a73fb211 fix bug 27725 (encryption disclaimer) using a work-around for bug 27732, r=pnunn 2000-02-15 01:08:07 +00:00
morse%netscape.com
cbd8e4eb2e fix up return values from prompt routines, r=valeski 2000-02-15 00:55:07 +00:00
tbogard%aol.net
ad895a4fe1 Changed to do the Close on the treeOwner rather than trying to do so on the old webShell interfaces. Fixed a leak of the top object after it has been retrieved. r=hyatt 2000-02-14 10:55:04 +00:00
valeski%netscape.com
5cc6cc608d single sign-on code wasn't setting the bool return value when the user hit cancel. r=mcafee (for the one in the PromptPassword(), I added the other two after he reviewed) 2000-02-14 05:46:08 +00:00
morse%netscape.com
d7d4e0b94b remove incorrect Release statements, r=dp 2000-02-14 02:12:23 +00:00
morse%netscape.com
ab0d9ea3a7 fix bug in last checkin, r=dp 2000-02-13 23:53:15 +00:00
morse%netscape.com
62fe0792f8 remove commented-out code 2000-02-13 21:16:40 +00:00
morse%netscape.com
3fab07351d remove wallet, bug 27027, r=dp 2000-02-13 20:26:01 +00:00
morse%netscape.com
0ed0132e13 remove wallet, bug 27027, r=dp 2000-02-13 19:55:05 +00:00
morse%netscape.com
42e342e1b7 no coding change -- added id's in preparation for removing wallet, bug 27027 2000-02-13 19:23:08 +00:00
morse%netscape.com
2825a068a3 fix bug 26672, move files from peoplestage to mozilla.org, r=sspitzer 2000-02-12 19:51:59 +00:00
morse%netscape.com
155af66667 fix bug 27491, rejects not displayed in signon viewer. Trivial coding change, not reviewed 2000-02-12 05:55:38 +00:00
morse%netscape.com
28446f2d43 white-space changes only 2000-02-12 02:21:18 +00:00
morse%netscape.com
29503f2893 cleanup interface to stream generators, r=dp 2000-02-12 02:10:03 +00:00
morse%netscape.com
c0732eea58 correct the handling of unichar characters, r=dp 2000-02-12 02:04:25 +00:00
sspitzer%netscape.com
da92793dad fix warnings. fix bug #27458, add HaveData() interface for alecf
so he can check if there is data in the single signon database
for a given url.  r=alecf
2000-02-12 00:28:46 +00:00
morse%netscape.com
61d26541b1 changed master password to database key per product marketings request. 2000-02-11 22:28:54 +00:00
dp%netscape.com
a3eefc100c Enabling use of gKeyedStreamGenerator. Fixing shutdown crash due to
static destructors being called. r=scc
2000-02-09 07:45:29 +00:00
dp%netscape.com
83f3f65484 Changing comments to indicate contract of weak reference. 2000-02-09 07:31:39 +00:00
morse%netscape.com
4d1dd09a64 protect against failure to get database key, r=travis 2000-02-09 01:18:22 +00:00
tbogard%aol.net
840c8350e1 GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00