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

956 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 93cafc7cde Tweak xmlterm Makefiles so that it will build in an objdir. Bug #32275. 2000-03-19 00:37:41 +00:00
dougt%netscape.com bbbe51b4f9 Fixing return type and build bustage. 2000-03-18 00:02:53 +00:00
dougt%netscape.com 565cf476a8 Missed these two files!
adjusting entry points.
2000-03-17 22:58:15 +00:00
morse%netscape.com b7efbedbd6 remove diagnostic print statement 2000-03-17 22:16:13 +00:00
dougt%netscape.com 612badb3a9 Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
jst%netscape.com b768001187 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 7d0333a34a complete redesign of wallet previewer 2000-03-17 10:51:11 +00:00
kvisco%ziplink.net 82269daa7d fixed missing prototype 2000-03-17 08:06:57 +00:00
kvisco%ziplink.net 9a85e6f340 latest contributors 2000-03-17 07:43:43 +00:00
svn%xmlterm.org ba38047903 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 4a50eaf8b2 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 33d315ed6e 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 b64827c7b4 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 bb905821fb renaming security manager. bug 29289 2000-03-16 06:31:14 +00:00
dougt%netscape.com 9b459e3e7e Moving the Security Advisor menu item under the Personal Manager menu
sub group.
2000-03-16 06:30:23 +00:00
svn%xmlterm.org c4b2dc482b 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 85bd1d9981 Reverting alex's change. 2000-03-16 03:07:38 +00:00
morse%netscape.com ab04e11706 add a remove-all button 2000-03-16 02:32:48 +00:00
amusil%netscape.com 47956a0718 Fixes Bug 31847 (commercial blocker). r=syd, a=chofmann 2000-03-16 01:03:03 +00:00
jdunn%netscape.com 8556d6e8ef adding linker dependencies for AIX and other unixes 2000-03-15 23:33:10 +00:00
sfraser%netscape.com e178d09a45 First Checked In. 2000-03-15 22:28:09 +00:00
sfraser%netscape.com 3e1530acbd Add NavSecurityOverlay.css 2000-03-15 22:23:03 +00:00
sfraser%netscape.com f4ac97a784 First Checked In. 2000-03-15 22:21:17 +00:00
morse%netscape.com 029db38ce9 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 f0bef05c08 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 3b0f194f3d fixes to windows makefile slashes. r=Michael Kaply <pspmikek@yahoo.com> 2000-03-15 06:45:15 +00:00
morse%netscape.com 57b393d467 remove erroneous test on files getting out of synch 2000-03-15 02:13:55 +00:00
slamm%netscape.com ccf0e9a7a5 Make sure NavSecurityOverlay.(js|xul) are exported properly. Fix orangeness on tinderbox. 2000-03-14 21:42:51 +00:00
hyatt%netscape.com d952579ff9 Converting tabs. 2000-03-14 11:31:05 +00:00
pavlov%netscape.com 69193b32b6 shutup cvs 2000-03-14 06:07:06 +00:00
pavlov%netscape.com 1654603bbe fix up unix makefiles a bit more 2000-03-14 06:06:42 +00:00
pavlov%netscape.com 356d1ad37c point to global 2000-03-14 05:46:59 +00:00
pavlov%netscape.com c0d3514d85 get the locale stuff over too 2000-03-14 05:45:53 +00:00
pavlov%netscape.com fcb599ced6 move some other files 2000-03-14 05:34:02 +00:00
pavlov%netscape.com 4bc9b5d77e shutup cvs 2000-03-14 05:07:59 +00:00
pavlov%netscape.com bf0e0f0592 fix unix makefiles 2000-03-14 05:04:06 +00:00
dougt%netscape.com e607faf7e8 Adding psm-glue to the extensions build path. 2000-03-14 04:54:37 +00:00
dougt%netscape.com 12094247b5 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 d9a01b05bd landing psm-glue code. 2000-03-14 04:41:48 +00:00
dougt%netscape.com ee650d264c Landing psm-glue code.
Merging into one library.
2000-03-14 04:34:33 +00:00
svn%xmlterm.org 38c480f9ec 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 6630ec7ebb fix bug 28956, consider netscape.com to be in the domain .netscape.com 2000-03-12 23:46:47 +00:00
rickg%netscape.com bcde9240ac replaced calls to deprecated string methods 2000-03-12 20:56:33 +00:00
morse%netscape.com 69534998b4 fix bug 29156, fix memory leak 2000-03-12 17:37:19 +00:00
morse%netscape.com c245c6e44e fix bug 30180 -- tighten up heuristic for prefilling username/passwords 2000-03-12 17:22:55 +00:00
morse%netscape.com f0333310b7 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 92a382f535 fix bug 28151, change password when no password established should establish new password 2000-03-12 01:09:14 +00:00
morse%netscape.com 4f7cdbdc74 remove buggy support for old file format, bug 26561 2000-03-11 23:52:50 +00:00
morse%netscape.com 4a4f16d680 fix memory leak -- bug 29866 2000-03-11 20:59:25 +00:00
morse%netscape.com 30bf6cd24c generalize per-site permissions, r=norris 2000-03-11 20:02:45 +00:00
tbogard%aol.net a340f07ca8 HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:24:29 +00:00
tbogard%aol.net f1fe814de6 Use the XPIDL macro to declare the nsIDocumentLoaderObserver methods. 2000-03-11 01:23:24 +00:00
tbogard%aol.net cb3777d554 Changed to use the XPIDL generated macro to declare the methods for nsIDocumentLoaderObserver. 2000-03-11 01:22:23 +00:00
tbogard%aol.net 5f21dba9bc 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 35af6877c7 HandleUnknownContentType is no longer part of nsIDocumentLoaderObserver. 2000-03-11 01:17:00 +00:00
tomk%mitre.org 5dc424cc72 Same fix as before, better comment in header. 2000-03-10 12:06:45 +00:00
tomk%mitre.org 40d8d483e1 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 c501494261 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 c2be5fbacf 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 45e9c3f579 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 7e37f4f478 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 8519434d24 fix bug 30464, single-signon database not getting created, r=dp, a=jar 2000-03-05 19:17:27 +00:00
morse%netscape.com b48f7aab7b fix bug 30184, repeated prompts for master password, r=dp, a=jar 2000-03-03 23:24:11 +00:00
tomk%mitre.org 047da2712f 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 bc6cc05811 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 2ca95debf8 updated to support TxObject and ArrayList 2000-03-02 09:22:29 +00:00
kvisco%ziplink.net f23e97e72d 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 305608a99f initial checkin, a base object used by some of my other classes 2000-03-02 09:16:44 +00:00
svn%xmlterm.org 7d3b34ee22 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 f58eb5a219 xmlterm changes only (not part of the default build).
Minor changes
2000-03-01 01:08:07 +00:00
tbogard%aol.net 4ee0d8c5c7 Removing nsIXULWindowCallbacks parameter as it no longer exists. r=danm a=jevering 2000-02-29 22:15:53 +00:00
svn%xmlterm.org 2c21f59927 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 2296215fbf 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 979d84d738 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 c4734766bd 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 bbfe27364b 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 4090ddbfc2 Fixed lame checkin on windows. r=mcafee 2000-02-24 04:10:57 +00:00
rginda%netscape.com 459c75206f 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 3b493e429f Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg 2000-02-24 00:08:00 +00:00
bryner%uiuc.edu f545736e0a 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 790409c915 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 82879f5510 updated with latest changes 2000-02-22 11:25:41 +00:00
kvisco%ziplink.net dd77057558 This file is a duplicate of docs/release.txt 2000-02-22 11:20:32 +00:00
kvisco%ziplink.net 00fc00e762 This file is a duplicate of docs/changes.txt 2000-02-22 11:19:43 +00:00
kvisco%ziplink.net 1c6139b302 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 9c13273b8e Initial check in of DOMHelper.cpp, used to overcome some DOM related
deficiencies.
2000-02-22 11:12:57 +00:00
kvisco%ziplink.net 6b792d69ae Simple cleanup on source 2000-02-22 11:10:01 +00:00
pavlov%netscape.com 6af07064d5 fix for xmlterm build a=leaf (not part of the default build) 2000-02-22 07:16:01 +00:00
morse%netscape.com 3228a8f577 fix bug 28685, repeatedly rereading the same files, r=alecf, a=jar 2000-02-22 01:46:41 +00:00
kvisco%ziplink.net 33206be0b2 updated with latest contributors 2000-02-19 06:50:01 +00:00
kvisco%ziplink.net 9a07a0eae5 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 b75db8dbcb better fix for 27725 -- disclaimer about encryption, r+a=jar 2000-02-18 04:21:16 +00:00
kvisco%ziplink.net 090e26e963 some additional documentation 2000-02-18 01:44:41 +00:00
kvisco%ziplink.net 7a9547d1bb some additional documentation 2000-02-18 00:58:55 +00:00
kvisco%ziplink.net 193ebb10de fixed some incorrect information 2000-02-18 00:20:58 +00:00
kvisco%ziplink.net 44d474c5e6 updated with latest information 2000-02-18 00:19:26 +00:00
kvisco%ziplink.net 02e7c80bd8 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 4b6e3d6a12 updated to correctly reflect the status 2000-02-17 23:51:14 +00:00
morse%netscape.com bacc93365d 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 a3e892b841 updated with latest contributors 2000-02-17 21:20:05 +00:00
kvisco%ziplink.net 1a199cd5ea Updated to handle changes in StringList.cpp 2000-02-17 20:57:16 +00:00
kvisco%ziplink.net 270bafae77 #iterator now returns a pointer to StringListIterator instead
of a reference.
2000-02-17 20:56:20 +00:00
kvisco%ziplink.net 7df34f04e4 Did some minor clean-up of code 2000-02-17 07:58:10 +00:00
kvisco%ziplink.net d8061a5bd5 Fixed bug with #isEmpty (which return the opposite of the expected value) 2000-02-17 07:54:57 +00:00
morse%netscape.com 30a1aa64cd fix bug 27988, null password crashed browser, r=dp, a=jar 2000-02-17 04:24:17 +00:00
kvisco%ziplink.net 047d08c7cc fixed bug with using wildcards 2000-02-17 03:30:32 +00:00
kvisco%ziplink.net e10f573724 updated XSLT namespace 2000-02-17 03:29:30 +00:00
kvisco%ziplink.net e3ea745c08 updated stylesheets to use correct XSLT namespace 2000-02-17 03:28:53 +00:00
mcafee%netscape.com 51c51372c6 Adding dtd file for irc prefs, not part of build yet. r=rginda 2000-02-16 04:26:03 +00:00
mcafee%netscape.com f9fac57119 Adding locale for irc prefs, not part of build yet. r=rginda 2000-02-16 04:21:02 +00:00
mcafee%netscape.com cd15fa296d Adding files for irc prefs. Not part of build yet. r=rginda 2000-02-16 04:19:09 +00:00
mcafee%netscape.com 2cbee83738 Ignore generated files 2000-02-16 04:17:04 +00:00
mcafee%netscape.com d7eb4a5730 Adding irc pref skeleton. r=rginda 2000-02-16 04:15:34 +00:00
morse%netscape.com a46e0100d3 partial fix fo bug 27910, encoding on mac was coming up wrong 2000-02-16 02:33:13 +00:00
morse%netscape.com 3eeb81ac3d adding disclaimer message with ad-hoc wrap, see bug 27732 2000-02-16 00:52:42 +00:00
morse%netscape.com 4f61b25420 signon viewer was coming up when database was still locked, r=dp 2000-02-15 22:26:17 +00:00
tomk%mitre.org c6369d1e5e 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 a917519e21 remove build warning 2000-02-15 14:38:05 +00:00
wtc%netscape.com a4917ee631 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 9277ab6284 fix bug 27023, change master password doesn't work in mail 2000-02-15 14:21:00 +00:00
scc%netscape.com f9fc7df45d Fix build bustage on windows. r=sdagley 2000-02-15 05:08:48 +00:00
scc%netscape.com 99c431cb3c 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 f7ca805f9f 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 596fc3f94c 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 22d16c476b fix up return values from prompt routines, r=valeski 2000-02-15 00:55:07 +00:00
tbogard%aol.net d71fd705e4 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 3fe7d54b0d 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 ab8b1c4e77 remove incorrect Release statements, r=dp 2000-02-14 02:12:23 +00:00
svn%xmlterm.org f66155b04f 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 d97b136d31 fix bug in last checkin, r=dp 2000-02-13 23:53:15 +00:00
morse%netscape.com 488bf93099 remove commented-out code 2000-02-13 21:16:40 +00:00
morse%netscape.com 9f772b50d5 remove wallet, bug 27027, r=dp 2000-02-13 20:26:01 +00:00
morse%netscape.com d801064755 remove wallet, bug 27027, r=dp 2000-02-13 19:55:05 +00:00
morse%netscape.com c3aa908751 no coding change -- added id's in preparation for removing wallet, bug 27027 2000-02-13 19:23:08 +00:00
morse%netscape.com 76cb6d2758 fix bug 26672, move files from peoplestage to mozilla.org, r=sspitzer 2000-02-12 19:51:59 +00:00
morse%netscape.com ff4d62cd8c 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 99594f57e8 white-space changes only 2000-02-12 02:21:18 +00:00
morse%netscape.com 1dfdb74399 cleanup interface to stream generators, r=dp 2000-02-12 02:10:03 +00:00
morse%netscape.com 99193fc040 correct the handling of unichar characters, r=dp 2000-02-12 02:04:25 +00:00
sspitzer%netscape.com a991b211fe 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 7fff2869ed changed master password to database key per product marketings request. 2000-02-11 22:28:54 +00:00
tomk%mitre.org 0d616d4d03 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 4e0af8ecb6 checking in updates to fix xmlterm build (not part of regular build yet) 2000-02-10 04:23:06 +00:00
dp%netscape.com c723a257bd 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 49c299dbff Changing comments to indicate contract of weak reference. 2000-02-09 07:31:39 +00:00
morse%netscape.com 35fe8c3244 protect against failure to get database key, r=travis 2000-02-09 01:18:22 +00:00
tbogard%aol.net f5d81c3e9c 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 f3df5472c7 Using weak refs for holding passwordSink. This prevents circular refs. r=scc 2000-02-08 06:37:59 +00:00
dp%netscape.com 756f266a2e Using NS_HTTP_STARTUP_CATEGORY for lazily startup cookies. 2000-02-08 06:34:05 +00:00
morse%netscape.com 7a14f81392 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 142828f165 extend patchhyatt previously made to fix bug 25432 2000-02-08 03:46:23 +00:00
morse%netscape.com 6e1bcc4f3c fix bug 26561, extra dialog for saving password, r=neeti 2000-02-08 02:08:05 +00:00
hyatt%netscape.com 45cba2f810 Bug fixes. 2000-02-08 01:02:47 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
dp%netscape.com 4ff902df95 Clearing gNeedsSetup on key transition from set to notset. r=morse 2000-02-07 01:03:51 +00:00
morse%netscape.com 09cf00f6f9 fix crash on bad password, r=dp 2000-02-07 00:46:55 +00:00
morse%netscape.com 5bb9378150 fix crash on exit, fix bug 26738, r=dp 2000-02-06 23:36:49 +00:00
bryner%uiuc.edu b173011b53 Removing erroneous comments. r=ben. 2000-02-06 22:24:06 +00:00
dp%netscape.com fd34ff95cd Removing platform ifdefs. r=morse 2000-02-06 17:57:29 +00:00
morse%netscape.com e5a6fdc8f1 fix bug 26380, wallet files being downloaded to early, r=dp 2000-02-06 17:01:42 +00:00
sspitzer%netscape.com 342e1501db fix windows build bustage for dp. 2000-02-06 10:08:40 +00:00
dp%netscape.com c6c3d9892a - 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 1c74a6ee7b dummy 2000-02-06 09:40:51 +00:00
davidm%netscape.com fe41e25299 Bug 25949 update access paths for codewarrior update. 2000-02-06 04:38:30 +00:00
morse%netscape.com 9a09edfbcb Cookie Permission file was not getting read in, r=dp 2000-02-05 05:42:02 +00:00
morse%netscape.com a21b73feae fix bug 26305, wallet editor is empty, r=ben 2000-02-05 01:36:47 +00:00
sspitzer%netscape.com 4d4f77f272 use nsXPIDLCStrings to make the code cleaner and prevent possible leaks.
r=alecf,dp,morse
2000-02-04 23:05:33 +00:00
morse%netscape.com 2d0e44eee8 clear list of saved sigons when database timeout occurs, r=pnunn 2000-02-04 03:09:23 +00:00
morse%netscape.com 4b7a8fe3c0 added a title line, not reviewed 2000-02-04 01:36:57 +00:00
morse%netscape.com 19b6445dea minor cleanup, r=waterson 2000-02-03 08:30:57 +00:00
morse%netscape.com e0f081c716 implement disginguished-schema in wallet, r=waterson 2000-02-03 08:09:04 +00:00
morse%netscape.com ee77915520 bug 26324, changed a boolean from true to false, not reviewed 2000-02-03 07:37:24 +00:00
sspitzer%netscape.com 1f40184cfe make mailnews use the "no stripping url" wallet interface.
fix the url mangler and single signon to work when we use the "no stripping url" interface.
2000-02-03 06:43:12 +00:00
sspitzer%netscape.com 20bb93971d change to allow someone to use the "no strip url" interface in wallet.
no one is using it yet, because it doesn't work.

r=mscott
2000-02-03 05:01:42 +00:00
bryner%uiuc.edu b3b74e864a Adding finger protocol. To use it, enter a URL such as
"finger:user@host".  This is not hooked up to the build yet. r=valeski.
2000-02-02 22:48:55 +00:00
tomk%mitre.org 167300f8c4 The implementation of the Mozilla DOM wrapper classes. testMozDOM.cpp is an
example of how to use/test the classes and makedom is a sample make file for
building the test app and all classes.
2000-02-02 18:44:48 +00:00
tomk%mitre.org dc16d6df05 Removed these files so they can be replaced with the actual Mozilla DOM wrapper
classes following the Mozilla* naming convention.
2000-02-02 18:32:45 +00:00
tomk%mitre.org 781302ab65 Changes and additions to support DOM wrapper classes. 2000-02-02 18:17:30 +00:00
morse%netscape.com f6642985b6 minor textual changes 2000-02-02 13:34:04 +00:00
morse%netscape.com 60e8771870 cancelling out of change-password was resulting in being asked for database key twice, r=pnunn 2000-02-02 01:34:54 +00:00
morse%netscape.com 7d40e094be remove compile-time warnings 2000-02-01 23:27:50 +00:00
pinkerton%netscape.com 02674553b8 native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc. 2000-02-01 22:26:21 +00:00
tor%cs.brown.edu c997e6def0 Remove extraneous semicolons that trip up the SUNWspro compiler. r=scc 2000-02-01 22:26:12 +00:00
pp%ludusdesign.com 207f05242d Conversion to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-01 14:26:27 +00:00
morse%netscape.com 60ec1ee500 get rid of compile-time warning message 2000-02-01 10:56:45 +00:00
waterson%netscape.com b77367a990 fix build bustage 2000-02-01 09:34:01 +00:00
sspitzer%netscape.com 40b08d3c88 make it so we can stuff a value given to us by the user from a Prompt()
can be stuffed into the single signon database, just like a password
can be.  auth news needs this.  r=dp,alecf
2000-02-01 08:43:48 +00:00
dp%netscape.com ce42c0556b added files: mozilla/extensions/wallet/src/nsBasicStreamGenerator.cpp 2000-02-01 08:20:40 +00:00
morse%netscape.com 8562e49772 getting ready to support encrytion, r=jar 2000-02-01 08:11:11 +00:00
dp%netscape.com a0c42a5f4c Fixing build breakage. 2000-02-01 08:03:42 +00:00
dp%netscape.com 8ce7ef73bd Adding nsBasicStreamGenerator on windows. r=sspitzer 2000-02-01 07:55:39 +00:00
sspitzer%netscape.com bd58298da3 fix build bustage for dp. 2000-02-01 07:44:00 +00:00
dp%netscape.com 6c28ea8dc7 Implementing BasicKeyedStreamGenerator. 2000-02-01 07:03:57 +00:00
dp%netscape.com b99f9b9f12 Removing unused NS_DEFINE_IID and changing used ones to NS_GET_IID() r=morse 2000-02-01 07:01:00 +00:00
dp%netscape.com 759113cbcb Changing comments to reflect new semantics of interface. 2000-02-01 05:09:18 +00:00
dp%netscape.com a3ca20853d Using NS_METHOD to satisfy windows compiler instead of nsresult. 2000-01-31 22:57:28 +00:00
rginda%netscape.com cfac58f17b -- CHATZILLA CHANGES ONLY --
* irc.js
verify nickname after login (001)
call changeNick with mixed case nick (regression introduced by previus checkin.)
2000-01-31 22:17:36 +00:00
ben%netscape.com 6bf673eb6b updated wallet text strings file, removing some of the geekyness 2000-01-30 02:28:14 +00:00
mscott%netscape.com 6161e6c59e api sync for doc loader service
r=travis
2000-01-29 06:11:44 +00:00
mscott%netscape.com f32013b54a Fix mac build breakage. 2000-01-29 01:18:15 +00:00