19187 Commits

Author SHA1 Message Date
troy%netscape.com
a1d1411076 Added ComputePadding() member function 1999-03-06 00:36:59 +00:00
sfraser%netscape.com
b889fbf94d Changes to get DOM IDL compiler to build on Mac. 1999-03-06 00:33:35 +00:00
mscott%netscape.com
a5637b5551 Add test code for displaying a mailbox message from a berkley mail folder. 1999-03-06 00:31:59 +00:00
mscott%netscape.com
5d81320989 LoadUrl now takes a display consumer. Add functionality for reading & displaying a mailbox message.
Right now we write the message to a temp file and then run a file url on the temp file to display the message.
So mkfile handles the rfc-822 to html conversion for us...
1999-03-06 00:31:06 +00:00
mscott%netscape.com
1ef44a196c interface change, display message now takes a message id and a message key. 1999-03-06 00:30:10 +00:00
mcmullen%netscape.com
1b6c1b44be Adapt to new stream interfaces 1999-03-06 00:29:58 +00:00
mscott%netscape.com
e2a681d7a6 Implemented a DisplayMessage service which takes a msg id, msg key a display consumer and possibly a url listener. It builds a mailbox url and runs it. Also, nsMailboxProtocol::LoadUrl now takes the consumer as an argument.. 1999-03-06 00:29:50 +00:00
mscott%netscape.com
17ae9dfd45 many changes to how we parse a url. Added ability to extract message ID and message key from the search part.
When generating the url_struct for netlib, if we are a display mailbox url, then set the byte range based on message key and message size.
1999-03-06 00:29:10 +00:00
sfraser%netscape.com
c29268e9ca First Checked In. 1999-03-06 00:28:40 +00:00
mscott%netscape.com
02fe502d6d accessors for fetching a message key for the current url and a setter for setting the message size. 1999-03-06 00:28:23 +00:00
mscott%netscape.com
44c4e408c7 display message takes a message key and a messageID. 1999-03-06 00:27:58 +00:00
mcmullen%netscape.com
64af3f3e47 Adapt to new Write() 1999-03-06 00:27:37 +00:00
slamm%netscape.com
e53dcad09e Put test bookmarks at top. 1999-03-06 00:11:55 +00:00
rjc%netscape.com
b334a3cdd2 Small cleanup to nsXULSortService. 1999-03-06 00:11:14 +00:00
mscott%netscape.com
81351b60ce Leverage name spaces and remove rdf:id leaving just 'id'. This was causing the folder pane to come up blank.... 1999-03-06 00:07:27 +00:00
slamm%netscape.com
7eb89879c8 Simple bookmarks that launch. 1999-03-06 00:07:23 +00:00
mcmullen%netscape.com
97001954d2 Fixing nsCOMPtr usage for unix. 1999-03-06 00:07:06 +00:00
slamm%netscape.com
aa3f352708 Add some bookmarks without redirection. delete ^M's 1999-03-06 00:05:52 +00:00
alecf%netscape.com
4cd4aa2a01 rev IDL-generated headers, won't bust on nsIID this time. 1999-03-06 00:05:51 +00:00
alecf%netscape.com
4b6fb55298 add mozilla/compose/build/Makefile 1999-03-06 00:04:33 +00:00
troy%netscape.com
561212215f Removed some code that's no longer needed, because mComputedPadding is now
part of the HTML reflow state
1999-03-06 00:04:24 +00:00
hyatt%netscape.com
97609c195b More tweaks to broadcasters. 1999-03-05 23:53:01 +00:00
pavlov%pavlov.net
441af16eda proper fix 1999-03-05 23:52:34 +00:00
rjc%netscape.com
3d90c3e2e4 First Checked In. 1999-03-05 23:51:41 +00:00
rjc%netscape.com
4a9419bdf8 nsXULSortService implementation: XUL sort functionality. 1999-03-05 23:51:13 +00:00
mcmullen%netscape.com
3e40401b0a Adding stringstreams 1999-03-05 23:44:22 +00:00
mcmullen%netscape.com
8537d6d325 Have the right fix now, so backing out the hack. 1999-03-05 23:43:37 +00:00
mcmullen%netscape.com
8e27b989b7 Need the exports, so checking in the makefiles. 1999-03-05 23:41:46 +00:00
pavlov%pavlov.net
67e91b223c hacky fix to fix build. someone please do this correctly. 1999-03-05 23:41:40 +00:00
mscott%netscape.com
b2357b0bb0 Definition for LINEBREAK moved up into msgCore.h 1999-03-05 23:41:27 +00:00
mscott%netscape.com
32eded80a4 Add platform specific defintions for LINEBREAK (these came from nsMsgLineBuffer) 1999-03-05 23:40:53 +00:00
cyeh%netscape.com
b27fdb082f fix pdb file generation so that the go into $(OBJDIR) and also
have more useful names other than "none.pdb". some cleanup remains.
1999-03-05 23:24:48 +00:00
nisheeth%netscape.com
175da5ef03 First commit for nsParserError struct. 1999-03-05 23:24:32 +00:00
syd%netscape.com
57202dd322 Fix for 2503.
Communicate GTK_DELETE event so that higher levels can deal with the window
closure.
1999-03-05 23:21:51 +00:00
mcmullen%netscape.com
45c3f2df6e Reversing the previous change. This was checked in in error. 1999-03-05 23:08:56 +00:00
hyatt%netscape.com
2db952a359 Fixed a memory leak in the broadcasters. 1999-03-05 23:08:34 +00:00
terry%netscape.com
f93bab436a Check qa_contact IDs. 1999-03-05 23:08:23 +00:00
mcmullen%netscape.com
9001472b4c Fix a unix warning 1999-03-05 23:00:57 +00:00
mcmullen%netscape.com
9798175c73 Removed the offset parameter from the base stream interfaces. Implemented string streams. 1999-03-05 22:53:56 +00:00
hyatt%netscape.com
7753b2555c Changes to broadcasters. 1999-03-05 22:43:02 +00:00
alecf%netscape.com
8eb785a0db split up nsISupports macros into seperate files 1999-03-05 22:39:03 +00:00
alecf%netscape.com
d1795b779f oops, don't include nsID.idl, it's not being exported right now 1999-03-05 22:37:35 +00:00
hyatt%netscape.com
949a79c6f8 Changing the broadcaster methods to take DOM elements instead of DOM
nodes.
1999-03-05 22:37:24 +00:00
hyatt%netscape.com
0e55c2e4c9 Cleaning up some code. 1999-03-05 22:33:27 +00:00
wtc%netscape.com
cf64106572 Another update from the internal CVS repository /m/src. 1999-03-05 22:32:56 +00:00
alecf%netscape.com
36c409e0fd removed lower-case version 1999-03-05 22:24:49 +00:00
troy%netscape.com
e3d132ed9c Added ComputeMargin() member function that takes the containing block width
as an argument. This is necessary for absolutely positioned elements which use
the padding edge and not the content edge for the containing block
1999-03-05 22:24:27 +00:00
rhp%netscape.com
3b004d1419 New files for XP-COM stream converter interface 1999-03-05 22:18:42 +00:00
slamm%netscape.com
bf70ff4e63 Via irc vote, turn on 'checkins since' links even for nocrap. 1999-03-05 22:10:04 +00:00
alecf%netscape.com
79b56c0ef8 fix linux -pedantic casting problems 1999-03-05 21:39:55 +00:00