Commit Graph

691 Commits

Author SHA1 Message Date
tomk%mitre.org
025b7fdb16 Added a generic Makefile to simply build the Mozilla DOM wrapper classes.
Fixed a bug in the wrapper factory methods in MozillaDocument.cpp.  The bug
could cause seg. faults if a "null" mozilla object was being wrapped.

Note:  These files are not part of the regular Mozilla build.
2000-02-15 15:19:15 +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
scc%netscape.com
01d4dc8a89 Fix build bustage on windows. r=sdagley 2000-02-15 05:08:48 +00:00
scc%netscape.com
6a8f4b8e5c Cookies expired too soon since |time()| on the Mac was based on the wrong epoch. Fixes bug #18633. r=morse 2000-02-15 04:30:33 +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
svn%xmlterm.org
50434c9908 XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD.
Migrated from WebShell to DocShell; compiles with Feb12 tree.
(WebShell still used by mozSimpleContainer, as in viewer/nsBrowserWindow.cpp)
2000-02-14 01:17:55 +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
tomk%mitre.org
4be60167e2 Fixed MAC build problem where MozillaProcessingInstruction.cpp was too long of
a file name.  Some changes were also made to testMozDOM.cpp to test other
appects of the wrapper classes.  (TransforMIIX is not part of the regular
Mozilla building process, and is not build automatically)
2000-02-11 12:47:27 +00:00
leaf%mozilla.org
b2391ea944 checking in updates to fix xmlterm build (not part of regular build yet) 2000-02-10 04:23:06 +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
dp%netscape.com
e8881de410 Using weak refs for holding passwordSink. This prevents circular refs. r=scc 2000-02-08 06:37:59 +00:00
dp%netscape.com
e08cdc92a1 Using NS_HTTP_STARTUP_CATEGORY for lazily startup cookies. 2000-02-08 06:34:05 +00:00
morse%netscape.com
ff14efeb93 extending hyatt's changes to cookie viewer to signon viewer to fix bug 25432 2000-02-08 03:53:00 +00:00
morse%netscape.com
b94162993c extend patchhyatt previously made to fix bug 25432 2000-02-08 03:46:23 +00:00
morse%netscape.com
374502650d fix bug 26561, extra dialog for saving password, r=neeti 2000-02-08 02:08:05 +00:00
hyatt%netscape.com
f280862dfb Bug fixes. 2000-02-08 01:02:47 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
dp%netscape.com
b0674f97e7 Clearing gNeedsSetup on key transition from set to notset. r=morse 2000-02-07 01:03:51 +00:00
morse%netscape.com
7101022eaa fix crash on bad password, r=dp 2000-02-07 00:46:55 +00:00
morse%netscape.com
024f3f9017 fix crash on exit, fix bug 26738, r=dp 2000-02-06 23:36:49 +00:00
bryner%uiuc.edu
4ab36e52f8 Removing erroneous comments. r=ben. 2000-02-06 22:24:06 +00:00
dp%netscape.com
74fe02f79f Removing platform ifdefs. r=morse 2000-02-06 17:57:29 +00:00
morse%netscape.com
d193b47ad1 fix bug 26380, wallet files being downloaded to early, r=dp 2000-02-06 17:01:42 +00:00
sspitzer%netscape.com
ec599fa0da fix windows build bustage for dp. 2000-02-06 10:08:40 +00:00
dp%netscape.com
05c1d3832e - Wallet Service implements nsIPasswordSink
- Wallet uses BasicStreamGenerator to do obscuring
- Changed Wallet_KeySet() to Wallet_IsKeySet()
- Setter Wallet_InitKeySet() for gIsKeySet() implemented
2000-02-06 09:48:27 +00:00
dp%netscape.com
cf366f7ad4 dummy 2000-02-06 09:40:51 +00:00
davidm%netscape.com
643d194472 Bug 25949 update access paths for codewarrior update. 2000-02-06 04:38:30 +00:00
morse%netscape.com
8a133041fb Cookie Permission file was not getting read in, r=dp 2000-02-05 05:42:02 +00:00
morse%netscape.com
4286a99350 fix bug 26305, wallet editor is empty, r=ben 2000-02-05 01:36:47 +00:00