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

924 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com ed53355253 Directly adding the contents of psm.js. it was too small to warrant its
own file.
2000-03-22 03:11:21 +00:00
dougt%netscape.com 52a11759cf removing psm.js. it is now included directly in the xul file. 2000-03-22 03:10:05 +00:00
dougt%netscape.com 8a5e49bd22 removing psm.js. It is now included in the xul file itself. 2000-03-22 03:08:55 +00:00
dbaron%fas.harvard.edu 2c57696f33 Fix leak of nsSecureBrowserObserver. b=32472 r=dougt@netscape.com 2000-03-22 02:52:20 +00:00
dougt%netscape.com 98049329c2 Adding nsIPSMSocketInfo.
Not part of build
2000-03-22 01:41:15 +00:00
mwelch%netscape.com 7f19ff590e Added EXTRA_DSO_LDOPTS to enable linking on VMS - adapted from changes by Colin Blake <colin@theblakes.net> 2000-03-21 22:34:56 +00:00
svn%xmlterm.org 9d6d37029d xmlterm changes only;
UI changes. If user has started typing in a new command, double-clicking a filename copies the filename to the cursor position, rather than opening/executing the file.
2000-03-21 14:26:59 +00:00
svn%xmlterm.org 715d77bcea xmlterm changes only
Fixed typos in ltermManager.c (Thanks to Jerry.Kirk@nexwarecorp.com)
2000-03-21 14:23:01 +00:00
sford3%swbell.net b3623a6795 More prep work for wallet reorg 2000-03-21 14:18:41 +00:00
norris%netscape.com 2d8f3518be Added signed script support to Mozilla. r=norris. (This is mstoltz's checkin) 2000-03-21 04:26:46 +00:00
sford3%swbell.net fb6cdf1fd2 Prep work for wallet reorg 2000-03-21 00:06:35 +00:00
sford3%swbell.net c0689b6fe6 Prepatory work on wallet reorg 2000-03-21 00:00:02 +00:00
sford3%swbell.net ee9eabd620 Prepatory work for reorganizing wallet 2000-03-20 23:57:42 +00:00
morse%netscape.com 7107518582 implement test for detecting foreign images 2000-03-19 16:58:35 +00:00
kvisco%ziplink.net 5117f6ef38 updated to handle proper conversion to NumberResult (Olivier Gerardin) 2000-03-19 08:01:58 +00:00
kvisco%ziplink.net 94c6e1d959 Added support for XPath number functions (Olivier Gerardin) 2000-03-19 08:00:20 +00:00
kvisco%ziplink.net 992c312d98 updated to test number functions (Olivier Gerardin) 2000-03-19 07:58:20 +00:00
cls%seawood.org 7f5dd1864e Tweak xmlterm Makefiles so that it will build in an objdir. Bug #32275. 2000-03-19 00:37:41 +00:00
dougt%netscape.com 841649e0f7 Fixing return type and build bustage. 2000-03-18 00:02:53 +00:00
dougt%netscape.com c8759423ed Missed these two files!
adjusting entry points.
2000-03-17 22:58:15 +00:00
morse%netscape.com 7c0aac3eeb remove diagnostic print statement 2000-03-17 22:16:13 +00:00
dougt%netscape.com 8126ff53b4 Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
jst%netscape.com 872a669579 Landing changes Vidur made while the tree was closed for beta1 work, here's a list of the changes. r=me
[1] Cutting down the size of content. Made nsIJSScriptObject inherit from nsIScriptObjectOwner
[2] Cutting down the size of content. Made nsITextContent inherit from nsIContent.
[3] Cutting down the size of content. Moved implementation of nsIDOMReceiver to nsListenerManager. This is not true aggregation since it isn't transitive, but it's OK for now. It will be necessary for nsListenerManager to have a reference to its content in the future anyway, so the transitivity could be done.

dom/public/nsDOMPropEnums.h,v  - bug 12559
dom/public/nsIJSScriptObject.h,v - [1]
dom/public/html/MANIFEST,v - bug 12559
dom/public/html/Makefile.in,v - bug 12559
dom/public/html/makefile.win,v -  bug 12559
dom/public/html/nsIDOMHTMLInputElement.h,v - bug 17544
dom/public/idl/html/HTMLAnchorElement.idl,v - bug 12559
dom/public/idl/html/HTMLAreaElement.idl,v - bug 12559
dom/public/idl/html/HTMLInputElement.idl,v - bug 17544
dom/src/base/nsGlobalWindow.cpp,v - bug 30700
dom/src/base/nsGlobalWindow.h,v - [1]
dom/src/base/nsLocation.cpp,v - [1]
dom/src/html/nsJSHTMLAnchorElement.cpp,v - bug 12559
dom/src/html/nsJSHTMLAreaElement.cpp,v - bug 12559
dom/src/html/nsJSHTMLInputElement.cpp,v - bug 17544
layout/base/public/nsIDocument.h,v - bug 27953
layout/base/public/nsITextContent.h,v - [2]
layout/base/src/nsCommentNode.cpp,v - [2]
layout/base/src/nsDocument.cpp,v - bug 27953
layout/base/src/nsDocument.h,v - bug 27953
layout/base/src/nsDocumentViewer.cpp,v - bug 27953
layout/base/src/nsGenericDOMDataNode.cpp,v - [3]
layout/base/src/nsGenericDOMDataNode.h,v - [3]
layout/base/src/nsGenericElement.cpp,v - [3]
layout/base/src/nsGenericElement.h,v - [3]
layout/base/src/nsNameSpaceManager.cpp,v - bug 7834
layout/base/src/nsStyleContext.cpp,v - outline property shouldn't reflow
layout/base/src/nsTextNode.cpp,v - [2]
layout/events/src/nsEventListenerManager.cpp,v - [3]
layout/events/src/nsEventListenerManager.h,v - [3]
layout/html/base/src/nsGfxScrollFrame.cpp,v - nsString->nsAutoString
layout/html/content/src/nsAttributeContent.cpp,v - [2]
layout/html/content/src/nsHTMLAnchorElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLAppletElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLAreaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBRElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBaseElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBaseFontElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBodyElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLButtonElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDelElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDirectoryElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDivElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLEmbedElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFieldSetElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFontElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFormElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFrameElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFrameSetElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHRElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHeadElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHeadingElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHtmlElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLIFrameElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLImageElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLInputElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLInsElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLIsIndexElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLIElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLabelElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLayerElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLegendElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLinkElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMapElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMenuElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMetaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLModElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLObjectElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOptGroupElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOptionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLParagraphElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLParamElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLPreElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLQuoteElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLScriptElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSelectElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSpacerElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSpanElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLStyleElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableCaptionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableCellElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableColElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableColGroupElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableRowElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableSectionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTextAreaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTitleElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLUListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLWBRElement.cpp,v - [1][3]
layout/html/document/src/nsHTMLDocument.cpp,v - bug 27953
layout/html/document/src/nsHTMLDocument.h,v - bug 27953
layout/xml/content/src/nsXMLCDATASection.cpp,v - [1][2]
layout/xml/content/src/nsXMLDocumentType.cpp,v - [1][2]
layout/xml/content/src/nsXMLElement.h,v - [1][2]
layout/xml/content/src/nsXMLEntity.cpp,v - [1][2]
layout/xml/content/src/nsXMLNotation.cpp,v - [1][2]
layout/xml/content/src/nsXMLProcessingInstruction.cpp,v - [1][2]
layout/xul/base/src/nsBoxFrame.cpp,v - nsString->nsAutoString
layout/xul/base/src/nsSliderFrame.cpp,v - nsString->nsAutoString
netwerk/protocol/http/src/nsHTTPRequest.cpp,v - nsString->nsAutoString
rdf/content/src/nsXULDocument.cpp,v - bug 27953
rdf/content/src/nsXULDocument.h,v - bug 27953
rdf/content/src/nsXULElement.h,v - [1]
xpcom/base/IIDS.h,v  - bug 12559
2000-03-17 13:27:00 +00:00
morse%netscape.com 0489044053 complete redesign of wallet previewer 2000-03-17 10:51:11 +00:00
kvisco%ziplink.net 0ebcefefba fixed missing prototype 2000-03-17 08:06:57 +00:00
kvisco%ziplink.net 07d1b0d639 latest contributors 2000-03-17 07:43:43 +00:00
svn%xmlterm.org f4bf2dd0f0 xmlterm changes only (not part of the default build).
xmlterm script fixed to work properly on Solaris.
2000-03-17 05:37:54 +00:00
svn%xmlterm.org 2e178fdfae xmlterm changes only (not part of the default build).
Minor bug fix: prompt detection now treats tab as whitespace.
2000-03-17 05:36:29 +00:00
morse%netscape.com 4918f2b292 refix bug 31925 (single signon database becomes unusable) by first backing out fix for 1.20 and then doing it the correct way 2000-03-17 04:27:07 +00:00
dougt%netscape.com b40b1b9d75 adding the lock icon back the export list on windows. why was this removed?? 2000-03-16 23:27:13 +00:00
dougt%netscape.com 4fee4c6c8d renaming security manager. bug 29289 2000-03-16 06:31:14 +00:00
dougt%netscape.com ec382b366f Moving the Security Advisor menu item under the Personal Manager menu
sub group.
2000-03-16 06:30:23 +00:00
svn%xmlterm.org c22f5815d1 xmlterm changes only (not part of the default build).
Removed stand-alone "geckoterm" from the default xmlterm build because it tends to be unstable.
2000-03-16 03:54:03 +00:00
dougt%netscape.com fcb8f67e2a Reverting alex's change. 2000-03-16 03:07:38 +00:00
morse%netscape.com 4afaff543f add a remove-all button 2000-03-16 02:32:48 +00:00
amusil%netscape.com ca03c1d192 Fixes Bug 31847 (commercial blocker). r=syd, a=chofmann 2000-03-16 01:03:03 +00:00
jdunn%netscape.com bef729cce8 adding linker dependencies for AIX and other unixes 2000-03-15 23:33:10 +00:00
sfraser%netscape.com a86e6da7ec First Checked In. 2000-03-15 22:28:09 +00:00
sfraser%netscape.com 547e782f34 Add NavSecurityOverlay.css 2000-03-15 22:23:03 +00:00
sfraser%netscape.com efad7443bd First Checked In. 2000-03-15 22:21:17 +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
svn%xmlterm.org 4b07cf1527 xmlterm changes only (not part of the default build).
More improvements to the user interface.
2000-03-15 14:44:32 +00:00
dougt%netscape.com eb51358d21 fixes to windows makefile slashes. r=Michael Kaply <pspmikek@yahoo.com> 2000-03-15 06:45:15 +00:00
morse%netscape.com 13bbe99ee5 remove erroneous test on files getting out of synch 2000-03-15 02:13:55 +00:00
slamm%netscape.com 216824bc1d Make sure NavSecurityOverlay.(js|xul) are exported properly. Fix orangeness on tinderbox. 2000-03-14 21:42:51 +00:00
hyatt%netscape.com 1786656e2a Converting tabs. 2000-03-14 11:31:05 +00:00
pavlov%netscape.com 86be35abea shutup cvs 2000-03-14 06:07:06 +00:00
pavlov%netscape.com d461001931 fix up unix makefiles a bit more 2000-03-14 06:06:42 +00:00
pavlov%netscape.com 613da05538 point to global 2000-03-14 05:46:59 +00:00
pavlov%netscape.com bbdb703a1c get the locale stuff over too 2000-03-14 05:45:53 +00:00
pavlov%netscape.com d73ea85b91 move some other files 2000-03-14 05:34:02 +00:00
pavlov%netscape.com 6766320854 shutup cvs 2000-03-14 05:07:59 +00:00
pavlov%netscape.com a5e4d3fab2 fix unix makefiles 2000-03-14 05:04:06 +00:00
dougt%netscape.com dff27e8162 Adding psm-glue to the extensions build path. 2000-03-14 04:54:37 +00:00
dougt%netscape.com c705a3c8bd fixing gifs that were smashed by not adding them initially with the -kb option.
<rant> CVS should know that gif images should not be merged, duh! </rant>
2000-03-14 04:51:30 +00:00
dougt%netscape.com d5c4d8d09c landing psm-glue code. 2000-03-14 04:41:48 +00:00
dougt%netscape.com 65281f10e2 Landing psm-glue code.
Merging into one library.
2000-03-14 04:34:33 +00:00
svn%xmlterm.org a7d1c2772b xmlterm changes only (not part of the default build).
Improvements to the user interface. User level-option and icons-style option
added. Keyboards shortcuts too. Compiles with M14 and March10 source.
2000-03-13 15:48:32 +00:00
morse%netscape.com 329b8a6974 fix bug 28956, consider netscape.com to be in the domain .netscape.com 2000-03-12 23:46:47 +00:00
rickg%netscape.com c82c1f2d0b replaced calls to deprecated string methods 2000-03-12 20:56:33 +00:00
morse%netscape.com 955865b04b fix bug 29156, fix memory leak 2000-03-12 17:37:19 +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 e648223c3a HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:24:29 +00:00
tbogard%aol.net 8792647f7b Use the XPIDL macro to declare the nsIDocumentLoaderObserver methods. 2000-03-11 01:23:24 +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
tbogard%aol.net 4f97edbd5f HandleUnknownContentType is no longer part of nsIDocumentLoaderObserver. 2000-03-11 01:17:00 +00:00
tomk%mitre.org 8e10327628 Same fix as before, better comment in header. 2000-03-10 12:06:45 +00:00
tomk%mitre.org 52a3003216 Fixed a bug in String::indexOf(const String& data, Int32 offset) where there
was not value being returned.  This class is not part of the regular Mozilla
Build.
2000-03-10 12:02:31 +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
svn%xmlterm.org 3f109838a5 xmlterm changes only (not part of the default build).
Minor tweaks to handle input of control characters. Switched to double clicks, instead of single clicks, to activate XMLterm features (to protect the user).
2000-03-07 15:45:16 +00:00
svn%xmlterm.org ae87603b76 xmlterm changes only (not part of the default build).
Improved full screen implementation; added bold and underline styles. Centralized UI event handling. Added checks to limit number of output lines displayed. Added capability to interrupt hung output data streams. Nearing full backwards compatibility with xterm.
2000-03-06 15:16:48 +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
tomk%mitre.org b4f77e0d76 Misc. fixes for issues found during wrapper testing. The classes affected by
this change are not part of the regular Mozilla build.
2000-03-03 21:03:55 +00:00
tomk%mitre.org 604b717a6e Misc. fixes from wrapper testing. The classes affected by this submission is
not part of the regular mozilla build process.
2000-03-03 21:02:41 +00:00
kvisco%ziplink.net b0b39dc16e updated to support TxObject and ArrayList 2000-03-02 09:22:29 +00:00
kvisco%ziplink.net 7f64585de5 initial checkin, a list implementation using an array which will grow
automatically as elements are added.
2000-03-02 09:19:38 +00:00
kvisco%ziplink.net 1ff5862115 initial checkin, a base object used by some of my other classes 2000-03-02 09:16:44 +00:00
svn%xmlterm.org 4573251658 xmlterm changes only (not part of the default build).
Added workaround for annoying cursor positioning problem using mouse click event.
Added tips/news feature.
2000-03-01 15:50:23 +00:00
svn%xmlterm.org ddc9c45078 xmlterm changes only (not part of the default build).
Minor changes
2000-03-01 01:08:07 +00:00
tbogard%aol.net a150f36957 Removing nsIXULWindowCallbacks parameter as it no longer exists. r=danm a=jevering 2000-02-29 22:15:53 +00:00
svn%xmlterm.org 2c9a11bf31 xmlterm changes only (not part of the default build).
Created some plain vanilla chrome files to invoke XMLterm through mozilla.
Compiles with Feb25 tree.
2000-02-29 15:55:36 +00:00
svn%xmlterm.org 2b49b0c3d9 xmlterm changes only (not part of the default build).
Added directory "scripts" to hold XMLterm-aware commands like "xls" and "xcat".
2000-02-29 15:50:56 +00:00
svn%xmlterm.org 692b620ae9 xmlterm changes only (not part of the default build).
Deleted files (xls, xcat) to be moved to new "scripts" directory.
2000-02-29 15:46:02 +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
bryner%uiuc.edu 6985354db4 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
rginda%netscape.com e747b276af Fixed lame checkin on windows. r=mcafee 2000-02-24 04:10:57 +00:00
rginda%netscape.com 60f5a24084 Created irc menu item overlays under extensions/irc, in preparation for bug 28192 s fix. r=mcafee, a=jar 2000-02-24 03:38:05 +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
bryner%uiuc.edu 4cac20b614 Changing this to use the TEXT_PLAIN define instead of the string
"text/plain".  r=shaver, a=waterson.
2000-02-23 06:53:46 +00:00
svn%xmlterm.org 44154addfd xmlterm changes only, a=leaf (not part of the default build).
Implemented full screen operations in XMLTerm, although still buggy.
Commands like 'less', 'vi', and 'emacs -nw' now work in stand-alone xmlterm,
although scrolling is still messed up. Compiles with Feb21 tree.
2000-02-22 20:18:19 +00:00
kvisco%ziplink.net 9b4801a897 updated with latest changes 2000-02-22 11:25:41 +00:00
kvisco%ziplink.net 202ff91e8d This file is a duplicate of docs/release.txt 2000-02-22 11:20:32 +00:00
kvisco%ziplink.net d6d60049c1 This file is a duplicate of docs/changes.txt 2000-02-22 11:19:43 +00:00
kvisco%ziplink.net d041271e27 Added support for getting the parent node of an Attribute, also added support
for sorting a NodeSet by document order.
2000-02-22 11:16:42 +00:00
kvisco%ziplink.net 3c8f724d82 Initial check in of DOMHelper.cpp, used to overcome some DOM related
deficiencies.
2000-02-22 11:12:57 +00:00
kvisco%ziplink.net 80576037db Simple cleanup on source 2000-02-22 11:10:01 +00:00
pavlov%netscape.com a97960b076 fix for xmlterm build a=leaf (not part of the default build) 2000-02-22 07:16:01 +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
kvisco%ziplink.net 33575c60b6 updated with latest contributors 2000-02-19 06:50:01 +00:00
kvisco%ziplink.net 440253934b fixed bug where xsl:param was getting processed, and then also treated as a
literal element.
2000-02-19 06:43:12 +00:00
morse%netscape.com 6d39bab3d7 better fix for 27725 -- disclaimer about encryption, r+a=jar 2000-02-18 04:21:16 +00:00
kvisco%ziplink.net f02d3ff9f1 some additional documentation 2000-02-18 01:44:41 +00:00
kvisco%ziplink.net 278bcf95d6 some additional documentation 2000-02-18 00:58:55 +00:00
kvisco%ziplink.net a74d625a63 fixed some incorrect information 2000-02-18 00:20:58 +00:00
kvisco%ziplink.net 86b6ce5c32 updated with latest information 2000-02-18 00:19:26 +00:00
kvisco%ziplink.net 42390b4c21 I finally included the FreeBSD changes from Eric Du with respect to floating point handling, sorry for the delay 2000-02-18 00:11:24 +00:00
kvisco%ziplink.net a4e7969891 updated to correctly reflect the status 2000-02-17 23:51:14 +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
kvisco%ziplink.net 9f3076cefb updated with latest contributors 2000-02-17 21:20:05 +00:00
kvisco%ziplink.net 9c796fd3be Updated to handle changes in StringList.cpp 2000-02-17 20:57:16 +00:00
kvisco%ziplink.net 202252fb1d #iterator now returns a pointer to StringListIterator instead
of a reference.
2000-02-17 20:56:20 +00:00
kvisco%ziplink.net b792e5c161 Did some minor clean-up of code 2000-02-17 07:58:10 +00:00
kvisco%ziplink.net b3db0d2e86 Fixed bug with #isEmpty (which return the opposite of the expected value) 2000-02-17 07:54:57 +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
kvisco%ziplink.net c407faec03 fixed bug with using wildcards 2000-02-17 03:30:32 +00:00
kvisco%ziplink.net 6b34be5893 updated XSLT namespace 2000-02-17 03:29:30 +00:00
kvisco%ziplink.net 8b958a30e8 updated stylesheets to use correct XSLT namespace 2000-02-17 03:28:53 +00:00
mcafee%netscape.com 376a788f6e Adding dtd file for irc prefs, not part of build yet. r=rginda 2000-02-16 04:26:03 +00:00
mcafee%netscape.com 9a27bf133a Adding locale for irc prefs, not part of build yet. r=rginda 2000-02-16 04:21:02 +00:00
mcafee%netscape.com 4bd2190739 Adding files for irc prefs. Not part of build yet. r=rginda 2000-02-16 04:19:09 +00:00
mcafee%netscape.com 28562c007d Ignore generated files 2000-02-16 04:17:04 +00:00
mcafee%netscape.com c6a5bf2df5 Adding irc pref skeleton. r=rginda 2000-02-16 04:15:34 +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
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