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

21305 Коммитов

Автор SHA1 Сообщение Дата
cyeh%netscape.com 02fc146644 remove debugging call that i missed while getting build numbers working. 1999-03-29 18:41:38 +00:00
ramiro%netscape.com f1c8f56b98 Comment was messed up causing compiler to spew dumb messages. 1999-03-29 15:57:16 +00:00
ramiro%netscape.com 8afc56f449 Fix for the annoying misplaced corner view who sometimes appears on the
bottom right corner.  Bug #4319.
1999-03-29 15:21:22 +00:00
mcafee%netscape.com 2d0d0a43f5 Adding verification URL's to Debug menu. 1999-03-29 09:42:17 +00:00
rpotts%netscape.com 8eb73e4fce Added more methods to nsIDocumentLoaderObserver in the first stage toward unifying *all* of the different notification mechanisms in the WebShell... 1999-03-29 09:21:01 +00:00
mcafee%netscape.com 10ce2e02c4 Adding viewer tests to apprunner, under a new top-level Debug menu. 1999-03-29 09:05:37 +00:00
jfrancis%netscape.com 22ec10b544 don't drop tab keys 1999-03-29 08:02:50 +00:00
jfrancis%netscape.com 0db3d1ee04 seperating out html edit rules from text edit rules 1999-03-29 08:02:05 +00:00
jfrancis%netscape.com fbf6bdcbae Adding nsHTMLEditRules.cpp 1999-03-29 08:01:21 +00:00
jfrancis%netscape.com c7f3ede1e6 First Checked In. 1999-03-29 06:21:01 +00:00
mscott%netscape.com a0689b118e Changes for the mailbox protocol instance to support copying of messages. 1999-03-29 06:11:37 +00:00
mscott%netscape.com b9e56c21f9 Add CopyMessage support to the mailbox service. 1999-03-29 06:10:05 +00:00
mscott%netscape.com acffc194c9 Add code to support copying a message to the url. 1999-03-29 06:09:07 +00:00
mscott%netscape.com d0323a8871 Add copy message support to the mailbox url 1999-03-29 06:08:15 +00:00
mscott%netscape.com 70d9b7f0a6 Add mailbox copy message interface. 1999-03-29 06:07:42 +00:00
jband%netscape.com a2dfafc766 fix incorrect title comment (copied from another file) 1999-03-29 04:35:35 +00:00
kipp%netscape.com a3f9f319ef Fixed bug #4133 by not providing negative margin values for tables that are too wide 1999-03-29 04:17:23 +00:00
troy%netscape.com 325b563f8e Changed ComputeWordFragmentWidth() to handle the case where the content
object's document pointer is NULL
1999-03-29 04:15:07 +00:00
troy%netscape.com 595d17ecf3 Added beforePseudo and afterPseudo atoms 1999-03-29 03:30:34 +00:00
joki%netscape.com ef6d2b292d Removing assertion from HandleDOMEvent. New capture/bubble path passes through this func. 1999-03-29 02:29:43 +00:00
evaughan%netscape.com bee3c18802 Fixed Toolbox problems inside boxes. 1999-03-29 01:45:34 +00:00
wtc%netscape.com 492bb48aa6 Use a default error-mapping function.
This work is contributed by Nelson Bolyard <nelsonb@netscape.com>.
1999-03-29 00:28:23 +00:00
bienvenu%netscape.com f9b5080c9b fix unix build bustage 1999-03-28 23:09:16 +00:00
joki%netscape.com f162b1111f Adding new DOM public interface for event listener registration 1999-03-28 22:29:32 +00:00
joki%netscape.com e39e13cf18 Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes. 1999-03-28 22:27:38 +00:00
joki%netscape.com 8e25fcdc95 Adding nsJSDOMEventListener.cpp to mac dom project 1999-03-28 22:23:41 +00:00
joki%netscape.com 1c2882e5e6 Updating internal implementations to new DOM2 api syntax, capture/bubble functionality, new EventStateManager stuff (focus improvements) 1999-03-28 22:22:54 +00:00
joki%netscape.com 631f28bc50 New DOM2 event api's. 1999-03-28 22:19:42 +00:00
jband%netscape.com 472da673c5 Added support and test for [shared]. Added nsrootidl.idl with some typedefs and annotated 'native' declarations used elsewhere - this will eventially migrate to a more public place. Fixed 'reciever' misspelling (oh boy!). Made constants work (with test) using new 'const' stuff in xpidl. Fixed failure to mark pointer 'out' params for later free'ing - was leaking! 1999-03-28 22:11:22 +00:00
jband%netscape.com c5e8747649 many changes to xpidl:
- Removed '-n' from usage message.
- Added name_space (if declared) to comment in generated C++ header.
- Added [ptr], [ref], and [nsid] support for native declarations.
- Added support for [const] on 'in' params.
- Now add 'const' automatically for nsID in params.
- Added support for [shared] on 'out' params.
- Added -w warnings support for non-support of sequences.
- Removed support for enum and added -w wrning that they are ignored.
- Added support in header and typelib output for constants (short and long only).
1999-03-28 22:01:33 +00:00
rjc%netscape.com d57e357032 New method added to RDFCore: AddBookmark() 1999-03-28 21:57:12 +00:00
rjc%netscape.com 6da1d32e44 New method added to RDFCore: AddBookmark() 1999-03-28 21:55:43 +00:00
rjc%netscape.com b1467f3bf1 Fix declarative error. 1999-03-28 21:52:31 +00:00
jband%netscape.com 2f094e7206 add support for 'shared' flag in typelibs. This is available for use to indicate pointer type 'out' params which will not follow the xpcom rules of transfering ownership - i.e. they want to share a pointer rather than cloning the underlying data for the caller to delete when finished 1999-03-28 21:48:34 +00:00
rjc%netscape.com 1c9aa6c8d1 Bookmark datasource now has a public interface. Also, with interface it now
has a new method:  AddBookmark()
1999-03-28 21:33:38 +00:00
rjc%netscape.com 5c32ec9caf Export new interface: nsIBookmarkDataSource.h 1999-03-28 21:32:33 +00:00
joki%netscape.com 07b0d9803c Adding new script event api's for DOM2 compliance 1999-03-28 21:31:46 +00:00
bienvenu%netscape.com e66106e976 add thread object and interface 1999-03-28 21:04:05 +00:00
bienvenu%netscape.com cbb6e9025e add i18n routines 1999-03-28 21:03:11 +00:00
bienvenu%netscape.com 3cc39fd7a6 add imap prefs to dumping of identity 1999-03-28 20:40:39 +00:00
bienvenu%netscape.com 84dddbfb01 port a few classes over from 4.5 1999-03-28 20:39:58 +00:00
bienvenu%netscape.com 9e754f38bd initial entry into cvs of host session list, parser, etc 1999-03-28 20:39:12 +00:00
bienvenu%netscape.com b27bf90b18 initial entry into cvs of host session list 1999-03-28 20:37:16 +00:00
morse%netscape.com 389e0bf6d0 fixed delete[] 1999-03-28 19:00:14 +00:00
troy%netscape.com f97dae2e5d Patch from Bruce Mitchener that removes some dead code 1999-03-28 18:26:09 +00:00
troy%netscape.com 794f3738d6 Patch from Bruce Mitchener that adds "[]" to delete 1999-03-28 18:25:34 +00:00
jefft%netscape.com 0741517a6e added enum ImapState define; added m_dataMonitor; added ProcessCurrentURL() method; nsImapProtocol::ImapThreadMainLoop () now waits on m_dataMonitor indefinitely and then call ProcessCurrentURL () 1999-03-28 18:02:07 +00:00
locka%iol.ie a42ec55332 Added a funky tree view of the web page that is built using the IE DOM interfaces 1999-03-28 16:00:23 +00:00
putterman%netscape.com a5e987b3ef Move code out of NS_ASSERTION so release build will work. 1999-03-28 15:46:57 +00:00
bruce%cybersight.com c15b380090 Fix to deallocate some memory when done with it. 1999-03-28 15:36:38 +00:00