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

30446 Коммитов

Автор SHA1 Сообщение Дата
bruce%cybersight.com 6667f00852 Interface classes really do need to define |GetIID()|. 5 of these files are just being switched over to the macro. The others were all lacking |GetIID()| implementations. 1999-06-14 06:16:08 +00:00
rhp%netscape.com 673c1a60c5 New quoting interface 1999-06-14 05:23:06 +00:00
rhp%netscape.com 30b1984038 Adding new quoting interface 1999-06-14 05:22:07 +00:00
tague%netscape.com 0e826155a7 Fixed conditional problem when i turned on my keyobard patch. 1999-06-14 04:39:03 +00:00
mscott%netscape.com a31ca587a9 Fix copy messages which I broke when I cleaned up some of this code. *oops* 1999-06-14 04:30:31 +00:00
talisman%anamorphic.com 81e5aeb56e Minor modifications in response to but #8067. This file was not part of the bug. 1999-06-14 03:57:55 +00:00
talisman%anamorphic.com 7d583a9908 Fixed edwin's code in response to his bug report(#8067). Bug was caused by not setting the button sizes correctly (Dimension.setSize() is not for setting component sizes). 1999-06-14 03:57:04 +00:00
tague%netscape.com 246d818095 Removed empty export lists from files. This breaks older versions of nmake 1999-06-14 03:49:31 +00:00
karnaze%netscape.com 592deb132c regression test 1999-06-14 03:46:21 +00:00
erik%netscape.com 7468ea3995 Added GetIID. 1999-06-14 02:59:55 +00:00
waterson%netscape.com cfbc386ecc Add MISCDEP so that DLL gets rebuilt if a static lib changes. 1999-06-14 02:22:52 +00:00
bienvenu%netscape.com 53ebac20a8 prepare for msgdb idl 1999-06-14 02:20:41 +00:00
blizzard%redhat.com 28a0762bf4 Make sure this interface has a GetIID() method. Approved by Shaver. 1999-06-14 02:11:02 +00:00
danm%netscape.com c12edf2ca5 adding extensions/wallet/editor for morse 1999-06-14 02:09:29 +00:00
dp%netscape.com a7570169c5 - NS_RegistryGetFactory API changed 1999-06-14 02:08:49 +00:00
dp%netscape.com 63b3a417da - NS_RegistryGetFactory API Change
- QuickRegister eliminated
1999-06-14 02:07:03 +00:00
danm%netscape.com 06cf7553f2 First Checked In. 1999-06-14 02:04:37 +00:00
blizzard%redhat.com 75e05162ff let mouse events flow... 1999-06-14 01:53:52 +00:00
blizzard%redhat.com 16ed3dc700 always flush the X event queue before going back into select and always process X events as long as they are available. 1999-06-14 00:48:30 +00:00
blizzard%redhat.com 3a85b927d7 a slightly more sane nsDrawingSurface 1999-06-14 00:47:37 +00:00
talisman%anamorphic.com c6762c816f Added handlers for mousePressed() and mouseReleased() so the border paints appropriately. 1999-06-13 23:57:19 +00:00
rhp%netscape.com f414a9d0d0 New files for StreamConverter interface - not part of the build yet 1999-06-13 22:15:14 +00:00
rickg%netscape.com b75ae5910c fixed build error; accidently left debug code exposed 1999-06-13 22:13:16 +00:00
rhp%netscape.com 44c85e64df Cleanup of test harness 1999-06-13 22:08:55 +00:00
tague%netscape.com 9959454518 Fixed build bustage. 1999-06-13 21:53:27 +00:00
rickg%netscape.com 257192893b faster viewing of text, bugs: 7889, 7892, 8047, 3795 1999-06-13 21:24:25 +00:00
rickg%netscape.com 8d90806807 perf improvements, bug fix in insert(), better error reporting in ToInteger() 1999-06-13 21:23:04 +00:00
tague%netscape.com 7640929c5a Turned on bug fix for #6896: Windows editorinterprets the period key as a forward delete. 1999-06-13 21:13:12 +00:00
syd%netscape.com cfb168188c Add SetModal() widget interface to nsIWidget, and provide an implementation
for Gtk+. Now, when we do modal dialogs, Gtk+ calls a routine that makes the
dialog modal within Gtk+; this is in addition to the code in nsWebShellWindow
that is being invoked to support modals on the other platforms. For Gtk+, the
nsWebShellWindow code doesn't appear to be enough; in order for the event
plumbing to stay alive, we need to call into Gtk+, and unless we actually make
the dialog modal using Gtk+ mechanisms, the user can still get to the menu bar, which is not good.
1999-06-13 20:56:08 +00:00
sspitzer%netscape.com 98fd10f0b4 clean up my original hack to display error messages in the message pane.
before I was using a .eml file, and so I need the error message to be an
rfc 822 message for things to work.  Now, the file is a .htm file, so I can
just write normal html to the file, and it will work.

all this will go away when we don't have to use files, and we can write
directly to the stream.
1999-06-13 20:37:56 +00:00
blizzard%redhat.com c1cc3f5434 merge in Erik's changes to gtk fonts 1999-06-13 20:34:56 +00:00
rhp%netscape.com 4df0146957 A new test harness for libmime's new nsIStreamConverter.h interface 1999-06-13 20:11:37 +00:00
morse%netscape.com 159eb52f7a fix minor bug 1999-06-13 19:53:51 +00:00
jband%netscape.com aa1321ad24 changing JS_AddRoot calls to JS_AddNamedRoot calls to satisfy request in bug 8070 1999-06-13 19:19:44 +00:00
morse%netscape.com 2c8702ea07 minor editing changes 1999-06-13 19:10:48 +00:00
sspitzer%netscape.com a099148836 initialize previously uninitialized memory 1999-06-13 19:04:19 +00:00
morse%netscape.com 6c44e81d63 CANCEL from safe-form-fill dialog was not working 1999-06-13 18:42:39 +00:00
erik%netscape.com cb5e985c74 Started using Frank's 64K bit array code and the Unicode converters.
The euro now displays on Linux.
1999-06-13 18:33:37 +00:00
waterson%netscape.com 9625f1893e Remove crufty code that wasn't doing anything. Fix refcounting on the database. 1999-06-13 18:31:06 +00:00
waterson%netscape.com bb9e9fbb6c Remove crufty code that wasn't doing anything. 1999-06-13 18:30:47 +00:00
morse%netscape.com 4b53095ffd use new get-password and get-user dialog 1999-06-13 17:25:56 +00:00
morse%netscape.com ae419fd19c use new get-password dialog 1999-06-13 17:25:35 +00:00
morse%netscape.com 650808a39c add dialogs needed by wallet 1999-06-13 17:23:12 +00:00
sspitzer%netscape.com 3530a2095f changes to get news cancel working. more to be done, but the basics of
news cancel works for now.
1999-06-13 17:14:05 +00:00
morse%netscape.com 8ec7170a2f remove wallet-related stuff from appcores 1999-06-13 15:01:07 +00:00
morse%netscape.com f4e4f112db remove wallet previewer from appcores 1999-06-13 14:57:15 +00:00
morse%netscape.com 8ce09c3e00 remove signon viewer from appcores 1999-06-13 14:51:08 +00:00
morse%netscape.com c17d67d752 remove cookie viewer from appcores 1999-06-13 14:47:09 +00:00
edwin%woudt.nl dc9464d56e forgot MPL 1999-06-13 12:43:32 +00:00
edwin%woudt.nl 20ce020346 Display quoted stuff correctly 1999-06-13 12:42:47 +00:00