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

18831 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com eb2cee5fde Updates to restore commands by changing Onclick to onclick. Also fixed the syntax error in the openURL call that was preventing the LoadMsg button from working. 1999-03-03 18:11:53 +00:00
alecf%netscape.com 568b3ff45c onClick -> onclick 1999-03-03 17:48:34 +00:00
pinkerton%netscape.com ec51c34509 don't look in xul namespace for "src" attribute. Images show up again. permission to checkin to closed tree by sar. 1999-03-03 17:28:27 +00:00
val4%cornell.edu 8f84305d9f Suport module for jsperl.c. It's not intended for use from Perl. 1999-03-03 16:42:57 +00:00
troy%netscape.com 13d84ddc5c Work-in-progress for table pagination 1999-03-03 16:33:57 +00:00
dcone%netscape.com 9de07ff0de First Checked In. 1999-03-03 15:46:43 +00:00
brade%netscape.com 3825ac0263 add static to ConsumeConditional to reduce Macintosh compiler warnings 1999-03-03 15:37:27 +00:00
brade%netscape.com 80b2615009 add static to two functions and a compare to reduce Macintosh compiler warnings 1999-03-03 15:36:42 +00:00
brade%netscape.com 7a0d262bc9 reduce Macintosh compiler warnings 1999-03-03 15:35:49 +00:00
brade%netscape.com b3ff8e7d90 remove unused local variable in #ifdef XP_MAC section 1999-03-03 15:29:56 +00:00
brade%netscape.com 44231a587c add static to 2 functions to reduce Macintosh compiler warnings 1999-03-03 15:28:43 +00:00
rods%netscape.com e03060858f Added static IID() method 1999-03-03 15:17:33 +00:00
brade%netscape.com fe2af98da0 add static to 2 functions to reduce Macintosh compiler warnings 1999-03-03 14:54:48 +00:00
brade%netscape.com 85c27fb66b add static to reduce Macintosh compiler warnings 1999-03-03 14:54:20 +00:00
brade%netscape.com 845d5ae209 add "static" to HandleRobotEvent and HandleSiteEvent to reduce compiler warnings on Macintosh 1999-03-03 14:53:39 +00:00
brade%netscape.com 9377486314 reduce compiler warnings on Macintosh by adding comparison in loop (around assignments) 1999-03-03 14:50:41 +00:00
brade%netscape.com 3db681fe28 add static to reduce Macintosh compiler warnings 1999-03-03 14:47:48 +00:00
brade%netscape.com 3005ae08ce add curly braces to reduce Macintosh compiler warnings 1999-03-03 14:47:18 +00:00
brade%netscape.com 55325034b8 add static to 4 functions to reduce Macintosh compiler warnings 1999-03-03 14:44:02 +00:00
brade%netscape.com 11382522e8 add static to reduce Macintosh compiler warnings 1999-03-03 14:37:04 +00:00
brade%netscape.com f1cad0aeb2 *** empty log message *** 1999-03-03 14:35:06 +00:00
brade%netscape.com 93fbf8505d reduce compiler warnings 1999-03-03 14:31:00 +00:00
ramiro%netscape.com 60a05869de Unhardcode nspr libs. 1999-03-03 13:35:52 +00:00
edwin%woudt.nl 9ee4250389 Patch from Morgan Schweers <morgan@vixen.com> to directly edit the From: header in the composition window. We need to add an advanced configuration option to turn this on, because otherwise not-so-clueful users might make mistakes. It'll stay here for now 1999-03-03 11:18:50 +00:00
edwin%woudt.nl 69feba9926 We don't want to send the whole path, just the filename. 1999-03-03 11:01:22 +00:00
edwin%woudt.nl af18b408ec For adding attachments a swing JFileChooser is now displayed instead of the AWT FileDialog 1999-03-03 10:47:40 +00:00
edwin%woudt.nl 8af80013bc Patches from Thomas Down <thomas.down@tri.ox.ac.uk> for better attachment sending handling. 1999-03-03 10:46:57 +00:00
edwin%woudt.nl 3210db3e51 Moving Constants from grendel.storage to grendel.util. Also a little bit of cleaning up on this subject. 1999-03-03 10:10:23 +00:00
edwin%woudt.nl 879504bc57 Message deletion works 1999-03-03 10:03:06 +00:00
mcafee%netscape.com b95bf6ec27 Removing tests that link with components, we need to dlopen() these libraries and not link with them. 1999-03-03 09:17:32 +00:00
pierre%netscape.com f0ce82f127 fix last part of #2336 "Miscellaneous cosmetic problems with scrollbars" 1999-03-03 09:05:50 +00:00
pierre%netscape.com 3fa93de57c fix funny button hilites that happened when moving quickly the mouse after doing a dragWindow 1999-03-03 09:04:42 +00:00
pierre%netscape.com db0c840742 fix #3358 "Missed mouse up events cause chaos" fix double-clicks in buttons 1999-03-03 09:02:54 +00:00
pierre%netscape.com 8179724298 fix #3358 "Missed mouse up events cause chaos" 1999-03-03 09:01:58 +00:00
pierre%netscape.com 854c43fc25 updated some comments about nsIWindow 1999-03-03 09:00:44 +00:00
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