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

29334 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 89519b109c Removing the destruct from webshellwindow for arbitrary XUL popups. This should
happen on loss of focus instead.
1999-06-08 05:22:01 +00:00
hyatt%netscape.com ebc88068bb Fix to ensure construct and destruct DOM events fire for popups. 1999-06-08 05:20:04 +00:00
hyatt%netscape.com 1605014d5e Added construct and destruct events to the DOM. 1999-06-08 05:10:13 +00:00
hyatt%netscape.com b520345abb Added new events for popup construction and destruction. 1999-06-08 05:08:46 +00:00
sspitzer%netscape.com 82354feb6e move StringHash to nsMsgUtils.cpp, and use NS_MsgHashIfNecessary() in all
the ns*URI2Path() calls in the ns*Utils.cpp files to hash the file
names if necessary.
also, don't use fprintf().
1999-06-08 05:08:31 +00:00
hyatt%netscape.com 2537f3bb24 Added support for "onconstruct" and "ondestruct" events for popups. 1999-06-08 05:08:16 +00:00
karnaze%netscape.com 3324192cb4 empty table cells ignore their background 1999-06-08 05:04:22 +00:00
rhp%netscape.com 106f845dea a new test harness for send unsent messages (send later) interfaces 1999-06-08 04:46:08 +00:00
alecf%netscape.com 51592ac23a use attribute rather than function 1999-06-08 04:29:35 +00:00
alecf%netscape.com ce9c1bc500 we can now use the frame directly instead of the IFRAME 1999-06-08 04:29:03 +00:00
alecf%netscape.com fb5fe45595 for now, still use SetWindow whenever OpenURL is run 1999-06-08 04:28:43 +00:00
mscott%netscape.com 5eab92356f random changes to a non building test file =).
Bug #5633 --> more NS_WITH_SERVICE changes....I missed 2 spots last time.
1999-06-08 03:13:10 +00:00
mscott%netscape.com e5282ee10e Bug #5633 --> more NS_WITH_SERVICE changes....I missed 2 spots last time. 1999-06-08 03:09:13 +00:00
blizzard%redhat.com 2e58ba7bae port performance enhancements from gtk fonts 1999-06-08 02:40:24 +00:00
sspitzer%netscape.com 1ae9ed722b whoops, forgot one. 1999-06-08 02:34:51 +00:00
sspitzer%netscape.com 026c93aa61 giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.) 1999-06-08 02:22:10 +00:00
joki%netscape.com 7e2352ba3a Adding new method to nsIDOMNSUIEvent to give event pos as range offset. 1999-06-08 02:19:26 +00:00
alecf%netscape.com aa061f9788 add NPL 1.1 1999-06-08 02:17:35 +00:00
sspitzer%netscape.com 614b25751b giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
brendan%netscape.com 85b69beb44 - "varargs" counterpart to JS_ConvertArguments, JS_ConvertArgumentsVA.
- JS_PushArguments{,VA} and JS_PopArguments to convert a list of C/C++ values
  passed as actual arguments into an 'jsval *argv' on the JS stack.
- Clean up and robustify ConvertArgs test command in the js shell.
1999-06-08 02:15:57 +00:00
briano%netscape.com 4d8ab97905 Changed the location of libxpcombase_s.a in the list in order to fix the NetBSD build. 1999-06-08 02:01:01 +00:00
briano%netscape.com 7793568591 Fix for NetBSD. Eliminates spurious __.SYMDEF files when building composite static libs. 1999-06-08 01:42:51 +00:00
selmer%netscape.com 52942ff0ce added class=push to titledbuttons 1999-06-08 01:09:00 +00:00
alecf%netscape.com 4aa7328e7e load the messenger start page from the onload handler rather than the src= attribute of the iframe 1999-06-08 00:59:47 +00:00
alecf%netscape.com 15ba149a07 add mozilla license, rename OnLoad/etc to OnLoadMessenger/etc 1999-06-08 00:59:02 +00:00
slamm%netscape.com 03d1383da7 More work on expand/collapse. 1999-06-08 00:58:34 +00:00
slamm%netscape.com c6f42ceacc miscellaneous styles 1999-06-08 00:57:59 +00:00
slamm%netscape.com 55493dc013 Set background to white 1999-06-08 00:57:15 +00:00
slamm%netscape.com 5fe1381eca clean-up whitespace. 1999-06-08 00:56:51 +00:00
slamm%netscape.com 4002a461df Use a pref to remember open close state between sessions. 1999-06-08 00:56:06 +00:00
waldemar%netscape.com 692562586a Fixed several semantic errors. Added (?= and (?!. 1999-06-08 00:45:49 +00:00
waldemar%netscape.com 96af4f6e5c Added statement showing number of grammar states 1999-06-08 00:44:52 +00:00
briano%netscape.com 66152b3fcc Automated update 1999-06-08 00:44:51 +00:00
mcafee%netscape.com 7480708440 Changes for tk=xlib build. Thanks to Jeremy Lea for the patch. 1999-06-08 00:43:54 +00:00
selmer%netscape.com a970bb4487 Added pm.xul, pm.css 1999-06-08 00:37:53 +00:00
jefft%netscape.com 94952b1e31 call Release() instead of NS_RELEASE(this) 1999-06-08 00:32:18 +00:00
selmer%netscape.com 6e3ec610ee Move new prof mgr stuff into res 1999-06-08 00:31:14 +00:00
rickg%netscape.com 6dd7bb1eef fixed bug 7713 1999-06-08 00:30:26 +00:00
selmer%netscape.com 18820664a1 New prof mgr using trees 1999-06-08 00:30:00 +00:00
sfraser%netscape.com 66152607d5 Fix for bug 7479; use unsigned char to avoid sign extension when converting to wide string. r rickg. 1999-06-08 00:28:47 +00:00
jefft%netscape.com 149d5de6f8 clean up - get rid of FindMessenger() & SetWindow() calls; fixed Move/CopyMesseages not working for POP3 mail folders; implemented Close() & OnUnload() method 1999-06-08 00:26:29 +00:00
ftang%netscape.com 723d21af2c remove accidental check in 1999-06-08 00:23:48 +00:00
jefft%netscape.com 56c8f36491 added Close() & OnUnload() method 1999-06-08 00:23:03 +00:00
ftang%netscape.com e17d9ed680 backout rulebrk.c 1999-06-08 00:21:47 +00:00
briano%netscape.com 71fe6fb29a SunOS 4.x doesn't have libsocket either. 1999-06-08 00:15:02 +00:00
mscott%netscape.com 9ea5079e21 LoadUrl signature takes a display consumer 1999-06-08 00:02:27 +00:00
akkana%netscape.com 4dc34da92a call Init on the document encoder 1999-06-08 00:02:25 +00:00
akkana%netscape.com 2b9b55f748 Add Init method to pass in the document and mime type 1999-06-08 00:01:55 +00:00
mscott%netscape.com 16d8890834 Unification of LoadUrl signature to remove some warnings on Linux & Mac. LoadUrl signature takes a display consumer. 1999-06-08 00:01:54 +00:00
mscott%netscape.com ff06a93a06 Unification of LoadUrl signature to remove some warnings on Linux & Mac. LoadUrl signature takes a display consumer 1999-06-08 00:01:27 +00:00