18796 Commits

Author SHA1 Message Date
rickg%netscape.com
23b564466a ifdef expat until more testing can be done 1999-03-03 08:55:23 +00:00
rickg%netscape.com
085c70f16e enabled expat in parsing engine 1999-03-03 08:34:23 +00:00
waterson%netscape.com
509aec2de6 Cleaned up OnSetAttribute() and OnRemoveAttribute() to only listen on elements in the tree. Special-cased the 'open' attribute on a xul:treeitem to construct and destroy treechildren as its value is set and unset. 1999-03-03 08:10:20 +00:00
waterson%netscape.com
4d5513faaf Cleaned up OnSetAttribute() and OnRemoveAttribute() to only listen on elements in the XUL document. Renamed the 'contentsgenerated' attribute to 'xulcontentsgenerated' to differentiate from the tree builder's stuff. Made this actually work. 1999-03-03 08:09:21 +00:00
waterson%netscape.com
c9a1447694 Removed tree-specific open and close code. This is now in the nsRDFTreeBuilder, where it belongs. 1999-03-03 08:07:10 +00:00
waterson%netscape.com
28ca9cc805 Modified tree double-click handler to use DOM APIs instead of nsIContent. 1999-03-03 08:05:32 +00:00
beard%netscape.com
1e7482ab24 struct -> class 1999-03-03 06:10:58 +00:00
rhp%netscape.com
4c7d85e8f2 More cleanup for stream conveter interface. 1999-03-03 05:58:00 +00:00
rhp%netscape.com
60a2a99854 Changes for new XP-COM interface for stream converters. 1999-03-03 05:45:55 +00:00
rhp%netscape.com
93041ebaa1 New files for XP-COM stream converter interface. 1999-03-03 05:36:20 +00:00
bienvenu%netscape.com
2fa3681daa fix build bustage courtesy of the nsCOMPtr team 1999-03-03 05:13:21 +00:00
beard%netscape.com
edfeabdc27 resolving aliases. 1999-03-03 04:11:15 +00:00
beard%netscape.com
78d0bcfe04 rewrote SetUpPluginInstance to use GetPluginFactory. 1999-03-03 04:10:54 +00:00
beard%netscape.com
19dc7e5b59 moved NS_CALLBACK to nsCom.h. 1999-03-03 04:09:33 +00:00
beard%netscape.com
12e2a6116d Added NS_CALLBACK macro for standard callback APIs 1999-03-03 04:09:11 +00:00
evaughan%netscape.com
2292d10dc5 Fixed mac event bug.
Fixed alignment bug.
1999-03-03 04:04:48 +00:00
waterson%netscape.com
c738542331 Added mozilla/rdf/base/idl so Makefile is generated. This is not otherwise in the build. 1999-03-03 03:30:17 +00:00
waterson%netscape.com
9584cfd711 Initial revision: all of the IDL files globbed together. 1999-03-03 03:29:37 +00:00
waterson%netscape.com
2e67fb60f3 Fixed use of Object, which is apparently a keyword. 1999-03-03 03:29:13 +00:00
mscott%netscape.com
42d969687b Remove nsIsmgSend->Test() call. 1999-03-03 03:27:31 +00:00
bienvenu%netscape.com
bf43d5448c latest drop of mork files 1999-03-03 03:15:45 +00:00
hyatt%netscape.com
a49cb56aaf Fix to the ContentInserted function (ifdef XUL only) for treechildren. 1999-03-03 03:11:55 +00:00
pollmann%netscape.com
0ccbd837a4 Handle readonly changes for TextAreas as well as Text Inputs. 1999-03-03 03:06:36 +00:00
pollmann%netscape.com
5204ba1e7a Give nsTextControlFrame a notification when readonly on a TextArea is changed. 1999-03-03 03:05:31 +00:00
pollmann%netscape.com
e91bfd4a29 Fix bug #3375 and #3368: Allow hidden inputs and password inputs to store values. 1999-03-03 02:54:25 +00:00
nisheeth%netscape.com
05d8db1a37 We've decided to do away with the notion of an nsExpatDTD. The expat tokenizer which encapsulates the expat parser will be driven by nsWellFormedDTD. So, nsExpatTokenizer has changed accordingly. nsWellFormedDTD() creates an nsExpatTokenizer if EXPAT is #define'd; otherwise it creates the old nsXMLTokenizer. nsParser no longer registers and createsthe nsExpatDTD. 1999-03-03 02:34:18 +00:00
dp%netscape.com
1daed4fa4c Forcing registry upgrade to alpha0.30 due to autoreg beginning at ./components instead of ./ 1999-03-03 02:17:57 +00:00
mscott%netscape.com
8582a5c186 Fix build breakage. Seems like none of these interfaces implement a Test() method... 1999-03-03 02:03:48 +00:00
joki%netscape.com
57e49aab2a Fix for frames not resizing. 1999-03-03 01:59:50 +00:00
nisheeth%netscape.com
e870ce9054 We've decided to do away with the notion of an nsExpatDTD. The expat tokenizer which encapsulates the expat parser will be driven by nsWellFormedDTD. So, I'm removing the code that constructed an expat DTD for controlling the parsing of an XML document. 1999-03-03 01:57:03 +00:00
mjudge%netscape.com
6497120c24 fixes for selection code, batching at correct point 1999-03-03 01:51:59 +00:00
mjudge%netscape.com
cba888fc69 updates and fixes for CTRL left arrow and right arrow. also fixes for releasing the presshell correctly. the selection code was leaking it. updates for PREV and NEXT in nsFrameTraversal 1999-03-03 01:51:21 +00:00
hyatt%netscape.com
1d7617de7f More fixes to make sure the right attribute namespace is being used. 1999-03-03 01:38:32 +00:00
mscott%netscape.com
e50080b806 url listener update. 1999-03-03 01:32:10 +00:00
mscott%netscape.com
4d79d2bb9f Remove RegisterFactory call for an rfc822 parser. this is done during the self register phase of the msgcore dll. 1999-03-03 01:31:28 +00:00
mscott%netscape.com
880499efc2 Update smtp test to register itself as a url listener on the current smtp url being run. 1999-03-03 01:27:11 +00:00
hyatt%netscape.com
1fec664a60 Fixes so that attributes are set correctly. 1999-03-03 01:26:33 +00:00
mscott%netscape.com
25dba76b91 Don't rely on msgcore.lib, use the dll instead.... 1999-03-03 01:25:49 +00:00
dp%netscape.com
06a110237c Installing loadable components in components/ directory 1999-03-03 01:25:21 +00:00
mscott%netscape.com
f306806afc asking the smtp service to send a message requires you to pass in a url listener (which can be nsnull if you don't care). 1999-03-03 01:24:56 +00:00
bienvenu%netscape.com
ebbacc548a make sure message key gets set correctly 1999-03-03 01:22:49 +00:00
mscott%netscape.com
9e2014ff2d Pass in a url listener to send message. 1999-03-03 01:22:20 +00:00
briano%netscape.com
4f87709075 Major housecleaning, and a hack to allow me to build on Solaris using Workshop. 1999-03-03 01:21:42 +00:00
mscott%netscape.com
34eb2167dd Update to latest version of nsIMsgMailNewsUrl which includes url listener registration and notification stuff. 1999-03-03 01:21:38 +00:00
nhotta%netscape.com
6d41f9179c Reformat code for MIME encoder, otherwise unreadable. 1999-03-03 01:20:22 +00:00
mscott%netscape.com
d77b56e257 Update to take a url listener when sending a message. 1999-03-03 01:19:50 +00:00
waterson%netscape.com
8277d976d7 Initial revision. They don't work. 1999-03-03 01:19:11 +00:00
mscott%netscape.com
8fd5c2d239 Changes to make the mailbox test driver a url listener on the currently loaded url. This allowed me to use the test driver for mailbox urls as a test for url listeners... 1999-03-03 01:18:18 +00:00
waterson%netscape.com
c361814ef3 Added ProgIDToCLSID cache. 1999-03-03 01:18:15 +00:00
hyatt%netscape.com
8e035eada0 Fixes to attributes so that they are properly added in with a namespace of
NONE.
1999-03-03 01:17:29 +00:00