14936 Commits

Author SHA1 Message Date
rickg%netscape.com
aed1baa2e5 made javascript happier 1999-01-26 01:25:37 +00:00
waterson%netscape.com
eac20c0d92 Added code to spit out style sheet and named data source info. Fixed some bugs with references to internal anonymous resources. 1999-01-26 01:24:34 +00:00
rickg%netscape.com
43f0057090 fixed a wad of parser bugs 1999-01-26 01:24:31 +00:00
waterson%netscape.com
8d4d9030f7 Altered anonymous resources to be produced with a hash mark, so they look more like anchors. 1999-01-26 01:23:55 +00:00
terry%netscape.com
a807e42440 Added MailNews project. 1999-01-26 01:22:56 +00:00
waterson%netscape.com
12e06cba89 Fixed bug in arcs-out cursor. 1999-01-26 01:22:40 +00:00
waterson%netscape.com
6299dd3a13 Changes for new service manager stuff. 1999-01-26 01:21:25 +00:00
hyatt%netscape.com
0259257541 Adding support for tree indentation. nsTreeIndentation.cpp 1999-01-26 01:20:28 +00:00
beard%netscape.com
44a66e6942 Added LiveConnect to build and MANIFEST processing. 1999-01-26 01:14:00 +00:00
hyatt%netscape.com
2ce7b53770 Added support for tree indentation. 1999-01-26 01:12:51 +00:00
petitta%netscape.com
c2a6323ba7 Updated to 1.0.3 1999-01-26 01:09:50 +00:00
sfraser%netscape.com
2e36275b5d Add an optimization in the large heap allocators which keeps track of the largest contiguous free block in each chunk. 1999-01-26 01:08:54 +00:00
mjudge%netscape.com
91be934323 oops ifdef 0 is bad should be if 0 1999-01-26 01:01:56 +00:00
bienvenu%netscape.com
ab14eb706e add MessageHdrStruct and db cache apis 1999-01-26 00:54:09 +00:00
bienvenu%netscape.com
51aa3604c6 initial entry of types used throughout mailnews backend 1999-01-26 00:52:54 +00:00
mjudge%netscape.com
bec224216c turning off printf debug statements in debug to speed up resizing 1999-01-26 00:40:39 +00:00
buster%netscape.com
ad0c84d99f checked in wrong version of editor previously. This is the right version. 1999-01-26 00:38:34 +00:00
buster%netscape.com
fc51da744d DeleteSelection now walks the content tree, so it can handle delete at the
end of a node and backspace at the beginning of a node
1999-01-26 00:37:42 +00:00
troy%netscape.com
ff3d3b60b5 Changed scrolling so it happens on the viewport instead of the HTML
element
1999-01-26 00:05:21 +00:00
terry%netscape.com
c2dc2019d8 Added CCK project. 1999-01-26 00:04:33 +00:00
guha%netscape.com
0e380306f1 fix template 1999-01-25 23:57:52 +00:00
mjudge%netscape.com
1462f685fc fixing build bustage for someone 1999-01-25 23:55:59 +00:00
guha%netscape.com
74298a85fa fix template 1999-01-25 23:55:05 +00:00
wtc%netscape.com
acbdf5377a Bumped revision to 3.1. 1999-01-25 23:52:26 +00:00
wtc%netscape.com
e031b104dd Added BeOS files contributed by Matthew Zahorik <maz@albany.net>. 1999-01-25 23:52:00 +00:00
alecf%netscape.com
b8d810af3b nsNNTPHost finally compiles. Adding it to the build system 1999-01-25 23:45:57 +00:00
wtc%netscape.com
25975b200b Bumped the revision to 3.1. 1999-01-25 23:45:48 +00:00
alecf%netscape.com
eef01e3c92 newsgroups keep track of thier pretty names
newsgroups don't keep track of flags (that's a job for nsIMsgFolder)
1999-01-25 23:45:29 +00:00
wtc%netscape.com
66386b80af Added new BeOS files contributed by Matthew Zahorik <maz@albany.net>. 1999-01-25 23:41:16 +00:00
michaelp%netscape.com
6bb1a8eddd fix build bustage. 1999-01-25 23:40:01 +00:00
alecf%netscape.com
53995b4aa2 rename Profile->Virtual and change API slightly to be more COM like 1999-01-25 23:38:53 +00:00
alecf%netscape.com
37a18ca839 more changes to nsIMsgFolder for functions we need to have once the real
nsIMsgFolder arrives
1999-01-25 23:38:09 +00:00
mjudge%netscape.com
9bb5d8a906 changing paintunicodestring and paintasciistring to map from content coordinates to painttext coordinatres. in get position, i am now mapping from paint coordinates to content coordinates. also, the frames themselves now set the focus and anchor for a nsIFocusTracker passed in object. 1999-01-25 23:29:53 +00:00
mjudge%netscape.com
16720c497b keeping the selection code pure by not knowing anything about the graphic representation of the selection. just offset to offset. adding code to reselect the anchor and focus frame in the nsIFocusTracker by passing it to the nsIFrame setselectedcontent method. 1999-01-25 23:28:59 +00:00
mjudge%netscape.com
5ac012630e adding parameters to setselectedcontent. This will keep down overhead of the nsIFrame implementation and still not allow outsiders to talk to their presshell. so please forgive this grown method. this extra parameter will maintain the anchor and focus point after reflow 1999-01-25 23:28:23 +00:00
terry%netscape.com
8fb4029fc4 Check for undefined var. 1999-01-25 23:26:28 +00:00
rhp%netscape.com
67991f8849 Continuing cleanup of calls no longer needed. 1999-01-25 23:21:14 +00:00
rhp%netscape.com
1836089255 Add HTML tags back into code after a bug was fixed in raptor. 1999-01-25 23:19:24 +00:00
guha%netscape.com
f5c45bb0b7 slightly faster parser 1999-01-25 23:16:04 +00:00
mscott%netscape.com
7871624541 Include netutils.h before including mktcp.h for Linux build. 1999-01-25 23:08:27 +00:00
hyatt%netscape.com
abd68f001f Tweaks to enable XUL frame construction to prevent the construction based on
display type.
1999-01-25 23:07:17 +00:00
michaelp%netscape.com
46c7a932ae apparently this needs to be exported too... 1999-01-25 23:06:55 +00:00
mscott%netscape.com
6d6fc78b59 Correct spelling error in libary name for sockstub... 1999-01-25 22:31:28 +00:00
rhp%netscape.com
d1c1e0748f Changes for HTML generation 1999-01-25 22:31:18 +00:00
rhp%netscape.com
a81e72bdef Changes for html generation 1999-01-25 22:29:03 +00:00
michaelp%netscape.com
2faf8bfcd6 removed gfx/src from list of MANIFESTs to process. 1999-01-25 22:17:26 +00:00
vidur%netscape.com
8bab99aac5 Implemented nsIDOMElement::Normalize 1999-01-25 22:17:15 +00:00
michaelp%netscape.com
c8e0ba6a08 moving headers from src to public. added support for dib sections to windows
drawing surface. WIP on making blender work with arbitrary pixel organizations.
1999-01-25 22:16:47 +00:00
kmcclusk%netscape.com
4f72556760 Added SetProperty/GetProperty methods to nsIFormControlFrame. Added stub
implementations for all classes that derive from nsIFormControlFrame
1999-01-25 22:16:27 +00:00
hyatt%netscape.com
6d67538c8d Altered the way frame construction works. ConstructFrame can now potentially
build up a list of sibling frame subtrees.  This allows for the creation of
multiple frames from a single content node, and for easy merging of two different
lists of subtrees during frame construction.
1999-01-25 22:13:03 +00:00