Commit Graph

17387 Commits

Author SHA1 Message Date
waterson%netscape.com
41ae4390f6 Implemented most of the rest of the DOM observer methods. 1999-02-18 02:02:48 +00:00
cyeh%netscape.com
8beb34efa7 change from using layout/config/rules.mak to using config/rules.mak 1999-02-18 01:52:09 +00:00
rjc%netscape.com
429e50b781 Small fix for path separators. 1999-02-18 01:43:22 +00:00
mscott%netscape.com
8874310149 Makefile to build the nntpTest harness 1999-02-18 01:16:12 +00:00
mscott%netscape.com
83b3b059e0 Oops...build the nntp sub directory as well 1999-02-18 01:15:40 +00:00
mscott%netscape.com
18c5656f95 Build the stub code as a library. 1999-02-18 01:14:05 +00:00
cata%netscape.com
9ac86fc08a Test data from files capability added. 1999-02-18 00:55:19 +00:00
mscott%netscape.com
cd3f5f8553 build nntp sub directory... 1999-02-18 00:54:37 +00:00
cata%netscape.com
eb1cfb8c0d Hacky ASCII encoder elliminated. 1999-02-18 00:54:13 +00:00
mscott%netscape.com
3ca3e64f0e NNTP test harness. This code was moved here from news\tests. 1999-02-18 00:54:06 +00:00
mscott%netscape.com
d469b784b6 Removing from repository. This file now lives in tests\nntp. 1999-02-18 00:53:29 +00:00
cata%netscape.com
cc64675d38 Return value name changed. 1999-02-18 00:53:27 +00:00
mscott%netscape.com
b8954c27d9 Remove some ::IID() calls and replace them with NS_DEFINE_IID macros... 1999-02-18 00:47:50 +00:00
mscott%netscape.com
1f6061e098 initializing base app core no longer happens in the mail app core....this removes our build dependencies on the base app cores. 1999-02-18 00:47:09 +00:00
mscott%netscape.com
bf7774d2cd Link with nntptest library... 1999-02-18 00:46:16 +00:00
mscott%netscape.com
b38422f1d2 Updates to our mail core XUL file to get loading of a hard coded news url to run. 1999-02-18 00:45:11 +00:00
mcmullen%netscape.com
0064c92613 Backing out previous change from the trunk, because it was supposed to have gone in on a branch. 1999-02-18 00:45:07 +00:00
mscott%netscape.com
37d7aee1e4 mail shell needs a frame for browser.webwindow 1999-02-18 00:43:36 +00:00
saari%netscape.com
a0bbebcaa3 /m/pub/mozilla/widget/src/mac/nsMenu.cpp - unleash menu separators for mac 1999-02-18 00:42:06 +00:00
shaver%netscape.com
950bd8bad9 Report read failure and short reads (should handle short reads better! RSN!).
File length is a size_t now, not an int.
1999-02-18 00:42:01 +00:00
mscott%netscape.com
ce0e36472d Add ::IID() methods to these interfaces... 1999-02-18 00:36:12 +00:00
mcmullen%netscape.com
36703ad10e Updated to match the header changes I've been making. Also, added the declaration of the persistent filespec class. 1999-02-18 00:35:39 +00:00
mscott%netscape.com
c089e3d938 Adding ::IID() methods to these interfaces... 1999-02-18 00:34:33 +00:00
mscott%netscape.com
ff51a9a22d For now, disable the nntp test executable. (I'll look into moving this into a separate makefile...)
Build the test stubs as a stand alone library...
1999-02-18 00:29:11 +00:00
mscott%netscape.com
8242c9320e Don't use ::IID() function for the webshell interface because it doesn't support it.... 1999-02-18 00:28:10 +00:00
waterson%netscape.com
edc0ab7eab Fixed bug where we were generating HTML kids for each attribute that we iterated over. 1999-02-18 00:25:06 +00:00
rjc%netscape.com
3c55ff2cfd Fix XPCom on Mac so that autoregistration of .shlb files work. 1999-02-18 00:24:38 +00:00
waterson%netscape.com
58a218c757 Force all HTML tags to lower case. 1999-02-18 00:24:16 +00:00
vidur%netscape.com
0b6657a837 Backed out bogus update to test 1999-02-18 00:19:12 +00:00
vidur%netscape.com
5ed7dde231 Supported XML namespace decls as attributes of HTML content embedded in XML 1999-02-18 00:18:50 +00:00
kmcclusk%netscape.com
9d22e42a58 Added pseudo styles for file input element buttons and text fields to control their
appearance during printing.
Now returns value of file upload element in nsHTMLInputElement::GetValue.
Added :file-textstyle and :file-buttonstyle pseudo style's to ua.css.
Modified nsButtonControlFrame::PaintButton to accept a rectangle describing the
position and size of the button to paint.
Modified nsFileControlFrame::Paint to resolve :file-buttonstyle and :file-textstyle to
paint the file upload's button and text field using settings in ua.css
Added nsFileControlFrame::HasWidget utility method.
Added nsFormControlHelper::GetInputElementValue to get the current value of an input element
from the DOM.
Modified nsTextControlFrame::GetProperty to use nsFormControlHelper::GetInputElementValue
Modified nsTextControlFrame::PaintTextControl to accept a rectangle describing the position
and size of the text control to paint.
Modified nsTextControl::PaintTextControlBackground to include a rectangle describing the
position and size of the text control background to paint.
1999-02-18 00:13:39 +00:00
warren%netscape.com
41fe50242a Added constructor for strings. 1999-02-18 00:12:08 +00:00
waterson%netscape.com
b1552893c9 Added nsRDFResource. 1999-02-18 00:11:53 +00:00
sdagley%netscape.com
4dfab1a73d Mac specific fix. Checking in rjc's fix to load libraries if file spec was an alias to a library rather than the actual library file spec. Needed so XPCOM will work on Mac. 1999-02-18 00:10:46 +00:00
nhotta%netscape.com
92dd9d0245 nsILocale integration. 1999-02-18 00:02:03 +00:00
vidur%netscape.com
8ac544b55c Implemented the correct content model for the TITLE element and allowed for dynamic change. 1999-02-17 23:56:55 +00:00
warren%netscape.com
55c88a9491 Moved utilities to util directory. 1999-02-17 23:42:09 +00:00
waterson%netscape.com
c7aaa78312 Added a hack to use the tag's namespace as the default namespace in the lack of any other information. Not sure if this is correct. 1999-02-17 23:41:23 +00:00
sfraser%netscape.com
4e6d046d98 Add nsCaret.cpp 1999-02-17 23:37:21 +00:00
sfraser%netscape.com
dbf1d274f7 Adding nsCaretProperties.cpp to Windows and UNIX builds 1999-02-17 23:36:54 +00:00
cata%netscape.com
d35592858b Interface implemented as "public". 1999-02-17 23:21:22 +00:00
bienvenu%netscape.com
3dc6bc209c test PrePopulate method 1999-02-17 23:19:31 +00:00
bienvenu%netscape.com
3b79fa1337 add PrePopulate method for testing 1999-02-17 23:18:46 +00:00
ebina%netscape.com
52a4f7a5e8 Don't stop looking for converters just because the first one
failed.  This will be necessary for plugin converters.
1999-02-17 23:18:13 +00:00
warren%netscape.com
7d559f60cc Added nsRDFResource.h for the mac 1999-02-17 23:02:00 +00:00
saari%netscape.com
8760c1b673 /m/pub/mozilla/widget/src/mac/nsMenu.cpp - uncommented MenuSelected implementation - cleaned up MenuSelected implementation /m/pub/mozilla/widget/src/mac/nsMenuBar.cpp - Uncomment MenuSelected() implementation - Uncomment release of nsIMenuListener to avoid leak /m/pub/mozilla/widget/src/mac/nsMenuItem.cpp - #include "nsIMenuListener.h" - Implement AddMenuListener() - Implement MenuSelected() /m/pub/mozilla/widget/src/mac/nsMenuItem.h - Added nsIMenuListener * mXULCommandListener member 1999-02-17 22:45:34 +00:00
brendan%netscape.com
8d254d72e6 Cope with void return. 1999-02-17 22:45:12 +00:00
bienvenu%netscape.com
9a5769752d dumpt in-memory toy db after reparsing folder 1999-02-17 22:38:57 +00:00
bienvenu%netscape.com
d639f998ae get in-memory toy db working 1999-02-17 22:38:13 +00:00
hyatt%netscape.com
98b445d7cb Fixed bug with inline scripts: wasn't truncating the text buffer. 1999-02-17 22:33:09 +00:00