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

16236 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 4383b79a07 Initialize pop3 sink's ref count value... 1999-02-05 02:56:40 +00:00
bienvenu%netscape.com ac8a541cda call the class nsNewsSet for now 1999-02-05 02:43:16 +00:00
bienvenu%netscape.com b0b64ea395 add news rc handling class 1999-02-05 02:32:41 +00:00
saari%netscape.com 8f34c6bc3d merged changes with gtk version that changed under me 1999-02-05 02:31:02 +00:00
saari%netscape.com f874563422 Merged new changes with the gtk version that changed under me 1999-02-05 02:30:30 +00:00
saari%netscape.com f19d7cd4d8 mozilla/widget/src/xpwidgets/nsBaseWidget.cpp - included "nsIMenuListener.h" - destructor releases mMenuListener - AddMenuListener Releases a previously held nsMenuListener (nsMenuBar) before AddRefing the passed in one mozilla/widget/public/nsIMenuItem.h - included "nsIXULCommand.h" - added SetXULCommand(nsIXULCommand*) which sets the XUL command for the menu item mozilla/widget/src/mac/nsMenuItem.cpp mozilla/widget/src/gtk/nsMenuItem.cpp mozilla/widget/src/motif/nsMenuItem.cpp mozilla/widget/src/windows/nsMenuItem.cpp - QueryInterface supports nsIMenuListener interface. - MenuSelected calls DoCommand on XULCommand (mac only right now) - Added SetXULCommand() to set the nsXULCommand for this menuitem mozilla/widget/src/mac/nsMenuItem.h mozilla/widget/src/gtk/nsMenuItem.h mozilla/widget/src/motif/nsMenuItem.h mozilla/widget/src/windows/nsMenuItem.h - nsMenuItem inherits from nsIMenuListener - Added SetXULCommand() method 1999-02-05 02:19:46 +00:00
saari%netscape.com 77c41394d9 First Checked In. 1999-02-05 02:17:40 +00:00
putterman%netscape.com f8d0cde0b4 nsMsgFolder is a resource again. 1999-02-05 01:58:36 +00:00
troy%netscape.com 110c517be1 Removed #include of header files that weren't actually needed 1999-02-05 01:54:58 +00:00
racham%netscape.com 9d2df37eef adding Nlogo to list of images 1999-02-05 01:40:17 +00:00
alecf%netscape.com 90b75545d2 Update macros to include string type, and add documentation/example 1999-02-05 01:39:12 +00:00
jefft%netscape.com 861de1ef16 calling nsITransport->Open() instead of nsITransport->LoadURL() 1999-02-05 01:36:24 +00:00
racham%netscape.com fc3a9d09dd Adding license statement to the folder 1999-02-05 01:31:29 +00:00
warren%netscape.com 63e20e34d2 Added nsRDFResource -- basic resource implementation to subclass. 1999-02-05 01:29:27 +00:00
warren%netscape.com ac319994ec Fixed return type. 1999-02-05 01:27:59 +00:00
racham%netscape.com e6b611a3dc Removing Netscape logo 1999-02-05 01:23:34 +00:00
mscott%netscape.com 628d17297c When interrupting a url, query for the nsINetlibURL interface and not the nsIProtocolConnection interface. The http url only supports the first interface and not the later. Both interfaces have the same method though...we could probably scrap nsIProtocolConnection.... 1999-02-05 01:12:41 +00:00
racham%netscape.com b5ee3846dc Resolved path issues 1999-02-05 01:02:27 +00:00
mscott%netscape.com 7d5b5f344c Use new open call on the transport instead of LoadUrl.... 1999-02-05 00:51:28 +00:00
nhotta%netscape.com 94a70e212b Added uconv for the include path. 1999-02-05 00:36:45 +00:00
waterson%netscape.com 0cc3de8d28 Never used. 1999-02-05 00:30:09 +00:00
pinkerton%netscape.com 1cefa3fbe3 make dstr virtual because it has virtual methods. 1999-02-05 00:27:48 +00:00
pinkerton%netscape.com c8193f4d22 make dstr virtual because the classes have virtual methods. 1999-02-05 00:24:57 +00:00
dougt%netscape.com 4a4a3343d2 makefile.win - first checkin 1999-02-05 00:24:34 +00:00
pinkerton%netscape.com e588c8605d changes to factory stuff, which is all #ifdef'd out right now. 1999-02-05 00:18:47 +00:00
dougt%netscape.com 19f121ec3b First checkin of xpinstall into seamonkey 1999-02-05 00:15:30 +00:00
dougt%netscape.com 99ca1f4934 First checkin of our IDLs (these are for the idlc in dom/tools) 1999-02-05 00:13:34 +00:00
slamm%netscape.com 4eeec240a9 Add a comment. 1999-02-05 00:12:51 +00:00
dougt%netscape.com a5f1f22a49 First checkin of our interface and IIDs 1999-02-05 00:12:29 +00:00
slamm%netscape.com cc2a1cf9eb Use MOZ_ prefix for new autoconf macros. 1999-02-05 00:10:25 +00:00
dougt%netscape.com b920318b77 First checkin of our glorious makefile for windows 1999-02-05 00:09:47 +00:00
pinkerton%netscape.com b4aeacec4b Adding nsThrobberGlue.cpp to build. 1999-02-05 00:08:47 +00:00
mscott%netscape.com ca38bf39ae Get rid of m_isSocketOpen variable. Rely on new transport Open method to determine if
the transport needs opened. Release some more interfaces when we go away...
1999-02-04 23:52:04 +00:00
mscott%netscape.com 02cf4efc6c open transport functionality. 1999-02-04 23:51:02 +00:00
mscott%netscape.com 7c98230114 support the open inteface. Add ability to close a socket without closing the transport.
cleaned up the destructor to release some interfaces it wasn't releasing before..
1999-02-04 23:50:37 +00:00
pinkerton%netscape.com b2c26cb811 Add GUID's for throbber glue and factory. 1999-02-04 23:38:20 +00:00
amusil%netscape.com 69b96dd630 Fixed bugs with the stream as file implementation. 1999-02-04 23:37:20 +00:00
vidur%netscape.com e0542e23e1 implemented nsHTMLDocument::GetElementsByName 1999-02-04 23:23:07 +00:00
nhotta%netscape.com f69c92b269 Changed to use strxfrm for a key generation. 1999-02-04 23:23:04 +00:00
nhotta%netscape.com e21aa3fbcc Moved NS_IMPL_IDS define to XP code. 1999-02-04 23:20:55 +00:00
waterson%netscape.com fc32751b45 Fixed comments that were referring to monitors. 1999-02-04 23:20:30 +00:00
nhotta%netscape.com 0ff2b69425 Added UnicodeToChar to nsCollation class. 1999-02-04 23:17:37 +00:00
slamm%netscape.com 631a7b1fa5 Fix a typo. 1999-02-04 23:14:56 +00:00
pinkerton%netscape.com fe7e5c450d adding nsThrobberGlue.cpp 1999-02-04 23:12:41 +00:00
pinkerton%netscape.com 9867eefc3e add nsThrobberGlue.cpp 1999-02-04 23:12:24 +00:00
harishd%netscape.com ddb2a5d1e3 Made HR tags more stylable 1999-02-04 23:10:21 +00:00
pinkerton%netscape.com fcb012e24c Fix linkage on win32 1999-02-04 23:08:54 +00:00
harishd%netscape.com 00901bda2a Added property "border: 1px -moz-bg-inset"
to HR
1999-02-04 23:08:39 +00:00
slamm%netscape.com 04389f809d Fix typo. 1999-02-04 23:07:51 +00:00
pavlov%pavlov.net 6715f847ef Create() doesn't need to add the menu items anymore 1999-02-04 23:04:40 +00:00