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

21288 Коммитов

Автор SHA1 Сообщение Дата
jfrancis%netscape.com a9e8aaa72b First Checked In. 1999-03-29 06:21:01 +00:00
mscott%netscape.com 92d796730a Changes for the mailbox protocol instance to support copying of messages. 1999-03-29 06:11:37 +00:00
mscott%netscape.com af31eb6024 Add CopyMessage support to the mailbox service. 1999-03-29 06:10:05 +00:00
mscott%netscape.com c4be9206e5 Add code to support copying a message to the url. 1999-03-29 06:09:07 +00:00
mscott%netscape.com c4934c6f62 Add copy message support to the mailbox url 1999-03-29 06:08:15 +00:00
mscott%netscape.com 45735b6990 Add mailbox copy message interface. 1999-03-29 06:07:42 +00:00
jband%netscape.com 6830bdc2c8 fix incorrect title comment (copied from another file) 1999-03-29 04:35:35 +00:00
kipp%netscape.com 87b715ea04 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 eee182393a 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 a0cfb563d3 Added beforePseudo and afterPseudo atoms 1999-03-29 03:30:34 +00:00
joki%netscape.com 47eaa109a7 Removing assertion from HandleDOMEvent. New capture/bubble path passes through this func. 1999-03-29 02:29:43 +00:00
evaughan%netscape.com 9025dd6a31 Fixed Toolbox problems inside boxes. 1999-03-29 01:45:34 +00:00
wtc%netscape.com 300ba4e7c8 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 a3cb27cd37 fix unix build bustage 1999-03-28 23:09:16 +00:00
joki%netscape.com eb2dcca8dc Adding new DOM public interface for event listener registration 1999-03-28 22:29:32 +00:00
joki%netscape.com 5abbeab8a7 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 579d00f53d Adding nsJSDOMEventListener.cpp to mac dom project 1999-03-28 22:23:41 +00:00
joki%netscape.com 393a3e937e 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 54eeda012e New DOM2 event api's. 1999-03-28 22:19:42 +00:00
jband%netscape.com ef5eeb2770 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 95c15becc6 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 a0087f9904 New method added to RDFCore: AddBookmark() 1999-03-28 21:57:12 +00:00
rjc%netscape.com 9fb467615a New method added to RDFCore: AddBookmark() 1999-03-28 21:55:43 +00:00
rjc%netscape.com f3134154fc Fix declarative error. 1999-03-28 21:52:31 +00:00
jband%netscape.com 7933eabf5f 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 98bd3a87f0 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 10fbe0639d Export new interface: nsIBookmarkDataSource.h 1999-03-28 21:32:33 +00:00
joki%netscape.com 1081c965c2 Adding new script event api's for DOM2 compliance 1999-03-28 21:31:46 +00:00
bienvenu%netscape.com 1f4811367c add thread object and interface 1999-03-28 21:04:05 +00:00
bienvenu%netscape.com b4a60b1403 add i18n routines 1999-03-28 21:03:11 +00:00
bienvenu%netscape.com 5adb94a8f4 add imap prefs to dumping of identity 1999-03-28 20:40:39 +00:00
bienvenu%netscape.com a53e79d748 port a few classes over from 4.5 1999-03-28 20:39:58 +00:00
bienvenu%netscape.com 338066820c initial entry into cvs of host session list, parser, etc 1999-03-28 20:39:12 +00:00
bienvenu%netscape.com 9fc9fd1620 initial entry into cvs of host session list 1999-03-28 20:37:16 +00:00
morse%netscape.com 8f07e10124 fixed delete[] 1999-03-28 19:00:14 +00:00
troy%netscape.com 0fd84b719f Patch from Bruce Mitchener that removes some dead code 1999-03-28 18:26:09 +00:00
troy%netscape.com 8766af7590 Patch from Bruce Mitchener that adds "[]" to delete 1999-03-28 18:25:34 +00:00
jefft%netscape.com 83a9d6c896 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 febc713a8f 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 17e409b50a Move code out of NS_ASSERTION so release build will work. 1999-03-28 15:46:57 +00:00
bruce%cybersight.com 020031caa8 Fix to deallocate some memory when done with it. 1999-03-28 15:36:38 +00:00
pavlov%pavlov.net b3a03e441e some code cleanups and mem leak fixes 1999-03-28 15:11:43 +00:00
troy%netscape.com 86e1f2ed4f Fix for bug #4317. Changed SetPosition() to call AdjustChildWidgets() with
"this" as the second parameter instead of the scrolled view
1999-03-28 05:25:07 +00:00
peterl%netscape.com c12e81f3ca fixed img in link border color 1999-03-28 04:46:40 +00:00
beard%netscape.com 34e96c1836 calling JMSetFrameSize whenever window is moved or resized. This should make swing JMenus work much better. 1999-03-28 04:32:50 +00:00
peterl%netscape.com e1aa096401 sync to style context api change
stubs for transparent border color support
1999-03-28 04:32:39 +00:00
peterl%netscape.com 5b003c7782 added support for outline
border color fixes
1999-03-28 04:31:57 +00:00
peterl%netscape.com 284405e9c7 fixed tokenization bug (treating "+.foo" as a number) 1999-03-28 04:31:12 +00:00
peterl%netscape.com 7bbff892c5 added transparent border support 1999-03-28 04:30:28 +00:00
peterl%netscape.com 622e176070 fixed bug in parsing backgrounds 1999-03-28 04:29:57 +00:00