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

756 Коммитов

Автор SHA1 Сообщение Дата
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