Commit Graph

15129 Commits

Author SHA1 Message Date
putterman%netscape.com
c336720d7d Added nsIMsgFolder implentation 1999-01-27 03:04:29 +00:00
terry%netscape.com
a57c7c040a If the version isn't valid, try "other" before giving up. 1999-01-27 03:00:31 +00:00
putterman%netscape.com
15fa6026c1 Add new methods to nsIMsgFolder interface 1999-01-27 02:59:12 +00:00
mscott%netscape.com
88a5229020 Adding code to parse a news url and to load a news url for the test harness... 1999-01-27 02:58:53 +00:00
alecf%netscape.com
af65e11ebe first entry of Proxy via Event Queue utility routines 1999-01-27 02:58:19 +00:00
alecf%netscape.com
97c6ad2789 first entry of nsProxyEvent helper routines for writing proxy interfaces 1999-01-27 02:57:46 +00:00
terry%netscape.com
c355e62217 Fixed error message when version is invalid. 1999-01-27 02:56:20 +00:00
pollmann%netscape.com
d088640ae9 Bug 1958: Submit value for checkboxes or "on" for checkboxes with no value. 1999-01-27 02:33:16 +00:00
briano%netscape.com
3817a12b85 Automated update 1999-01-27 02:30:35 +00:00
mcafee%netscape.com
378818c0c6 Adding toolbar icons 1999-01-27 02:26:53 +00:00
mcafee%netscape.com
72f62c21ef Adding xpfe/browser to build 1999-01-27 02:26:07 +00:00
mcafee%netscape.com
bc15a3df7f Adding xpfe/browser 1999-01-27 02:24:53 +00:00
mjudge%netscape.com
db58635679 Must allow for the fact that content may be nsnull in ALL cases. 1999-01-27 02:15:38 +00:00
warren%netscape.com
f6ca4f2e02 Looks like I forgot a public declaration. 1999-01-27 02:12:57 +00:00
mcmullen%netscape.com
a58105db04 Added a new InitializeMacToolbox() to NSStdLib (declared in macstdlibextras.h) and exported it. This makes all the Mac Toolbox Init calls, and also (if DEBUG) initializes SIOUX without menus. Safe to call this multiple times (it has a static boolean). Removed toolbox initialization from constructor of nsAppShell, and called InitializeMacToolbox() instead. Called InitializeMacToolbox from main in viewer app, and also from a static initializer in nsAppRunner.cpp. 1999-01-27 02:11:56 +00:00
pinkerton%netscape.com
2549f2d4dd Got reflow working so that it lays out its children one right after the other, leaving room for a grippy to be drawn. 1999-01-27 02:11:07 +00:00
warren%netscape.com
e14885b342 Added nsIAllocator and implementation. Made service manager services sticky'. 1999-01-27 02:02:22 +00:00
kmcclusk%netscape.com
a92dfe581a Modified GetDefaultChecked and SetDefaultChecked to get and set the checked
attribute.
1999-01-27 01:35:30 +00:00
rjc%netscape.com
207d9a9932 Oops, didn't mean to check in changes for the file system into makefiles. 1999-01-27 01:26:08 +00:00
rjc%netscape.com
e461a26fdd First cut at a file system data source. 1999-01-27 01:26:07 +00:00
waterson%netscape.com
98efa72355 Exposed EventListenerManager. 1999-01-27 00:58:49 +00:00
bienvenu%netscape.com
2fcbb144d5 initial entry into cvs of makefiles for mdb 1999-01-27 00:56:09 +00:00
bienvenu%netscape.com
e77f67ea2f add mdb directory to db build 1999-01-27 00:54:49 +00:00
kmcclusk%netscape.com
88326ce269 Implemented GetChecked and SetChecked for nsHTMLInputElement by going through
the nsCheckboxControlFrame and nsRadioControlFrame.cpp
1999-01-27 00:51:46 +00:00
bienvenu%netscape.com
a238d3d108 initial entry into cvs of MDB interface 1999-01-27 00:45:21 +00:00
bienvenu%netscape.com
fc0c2ed60f add win makefile for msgdb 1999-01-27 00:43:00 +00:00
bienvenu%netscape.com
7ae24caed8 start implementing mail msg db 1999-01-27 00:42:13 +00:00
bienvenu%netscape.com
4cb978e328 start getting msgdb code to build 1999-01-27 00:40:29 +00:00
bienvenu%netscape.com
2772fd1be7 start getting msgdb building 1999-01-27 00:37:45 +00:00
bienvenu%netscape.com
0af2317a4a add makefiles for db directories 1999-01-27 00:36:45 +00:00
bienvenu%netscape.com
2465d60465 export MailNewsTypes.h 1999-01-27 00:35:12 +00:00
bienvenu%netscape.com
ea75d3118a add view index, remove msg flags which are stored elsewhere 1999-01-27 00:34:31 +00:00
pollmann%netscape.com
2e602c76d7 Bug 1958: Submit x, y coords for unnamed image elements. Submit coords only once. 1999-01-27 00:25:40 +00:00
nhotta%netscape.com
8c42db3a20 Initial check in. 1999-01-27 00:19:24 +00:00
erik%netscape.com
b9739cc681 For some reason, the IID stuff didn't compile on the Mac. Fixed now. 1999-01-27 00:18:34 +00:00
ducarroz%netscape.com
04aa08ec0d Added command to execute manifest on network:protocol:sockstub: 1999-01-27 00:15:25 +00:00
vidur%netscape.com
995b47b08a First pass implementation of document.implementation 1999-01-27 00:12:33 +00:00
ducarroz%netscape.com
52ab963a6d added sub group sockstub and added to it file sockstub.cpp 1999-01-27 00:12:09 +00:00
ducarroz%netscape.com
e5d1b3d860 Added command to execute manifest on network:protocol:sockstub: 1999-01-27 00:03:50 +00:00
ducarroz%netscape.com
0593443812 Added nsITransport.h 1999-01-27 00:03:49 +00:00
cmanske%netscape.com
870fa75ced Changed Windows makefile to use BASE directory instead of CORE 1999-01-27 00:00:37 +00:00
briano%netscape.com
200e840b37 Automated update 1999-01-27 00:00:34 +00:00
mcafee%netscape.com
1c6fe33f4b Renaming editor/core to editor/base 1999-01-26 23:59:14 +00:00
slamm%netscape.com
91cc465f1f Only update .md files when NO_MDUPDATE is unset. 1999-01-26 23:54:59 +00:00
erik%netscape.com
63dd716dc8 Added test program and test file for new nsIStringBundle class
(for externalizing strings so that they can be localized).
1999-01-26 23:54:30 +00:00
erik%netscape.com
3f82c780be Added implementation of new nsIStringBundle class. 1999-01-26 23:53:37 +00:00
erik%netscape.com
897bee2d9f Added public header file for new nsIStringBundle class. 1999-01-26 23:53:01 +00:00
erik%netscape.com
06cde79321 Added test program and test file for new nsIProperties stuff.
(Like Java properties.)
1999-01-26 23:51:18 +00:00
erik%netscape.com
36c641e547 Added implementation of new nsIProperties class (like Java properties).
Also added nsBaseDLL.cpp for factory for this DLL (raptorbase).
1999-01-26 23:50:25 +00:00
alecf%netscape.com
6834e87439 makefile for XPIDL on Windows 1999-01-26 23:49:43 +00:00