Commit Graph

25307 Commits

Author SHA1 Message Date
alecf%netscape.com
bcb5770549 fix folder pane to only show the account manager (and let the account manager populate the server list) 1999-04-28 06:14:43 +00:00
tague%netscape.com
7ad9ccbd1c First Checked In. 1999-04-28 06:14:12 +00:00
alecf%netscape.com
18ab667877 instead of getting the first server from the account manager, get the first one named news.mozilla.org (eventually we have to figure out our own hostname from the URI) 1999-04-28 06:13:22 +00:00
alecf%netscape.com
626b99354b fix newline at end of file problem 1999-04-28 06:12:26 +00:00
alecf%netscape.com
7f0aa5ba68 - use new NS_WITH_SERVICE macro to get rdf service
- now recognize host-specific mailbox://hostname/ roots
- build the mailbox_message URI using the URI instead of the path
- override the nsIRDFResource::Init() method for debugging purposes
1999-04-28 06:11:36 +00:00
grail%cafebabe.org
0bbb4e3096 Initial specs for MDB from Mauro Botelho <mabotelh@bellsouth.net> 1999-04-28 06:10:26 +00:00
alecf%netscape.com
b0932a12d4 depricate nsLocalPath2URI
fix mailbox:/ URI parsing to recognize hostnames
fix mailbox_message:/ builder to recognize hostnames
1999-04-28 06:07:40 +00:00
alecf%netscape.com
47ecfa9330 insert hostname into URI when getting ServerURI 1999-04-28 06:05:36 +00:00
bruce%cybersight.com
131a81fe7b Here's hoping we can pull libnetutil.so from the build on Unix now that nothing references it. 1999-04-28 06:05:03 +00:00
alecf%netscape.com
f24724c728 remove SetFilePath so we aren't tempted to set it (it's supposed to be coming directly from the URI) 1999-04-28 06:04:40 +00:00
alecf%netscape.com
ce44a49dd2 change DisplayMessage to take a URI instead of a path (this method probably isn't used anymore anyway) 1999-04-28 06:03:28 +00:00
alecf%netscape.com
0650253888 - remove debugging lines
- return NS_RDF_NO_VALUE on all GetTarget() calls
- return a complete array fro GetTargets() instead of NS_RDF_NO_VALUE (may be unnecessary?)
1999-04-28 06:00:50 +00:00
ramiro%netscape.com
80906f1409 WIP for changing widget colors on the fly. Its commented out for the time
being.
1999-04-28 05:57:45 +00:00
ramiro%netscape.com
b73617d5d1 Fix radio and check buttons some more. There are still some issues with
the default values for radio buttons being off by one.
1999-04-28 05:53:36 +00:00
bruce%cybersight.com
aeede0b983 This should be the last thing linking against libnetutil.so on unix. but not any more! 1999-04-28 05:51:06 +00:00
bruce%cybersight.com
0eae38cc92 Remove -lnetutil from link lines in unix build. 1999-04-28 05:46:56 +00:00
bruce%cybersight.com
cf149ac0d7 Further purging of -lnetutil from Unix build. 1999-04-28 05:39:11 +00:00
bruce%cybersight.com
25345b7651 Remove -lnetlib from link lines. Not needed. 1999-04-28 05:30:09 +00:00
sfraser%netscape.com
b471a1fc77 Move ShowClipboard to the Debug menu 1999-04-28 05:20:05 +00:00
jefft%netscape.com
ea3c6c661b get imap folder discovery & display message working 1999-04-28 05:19:24 +00:00
pierre%netscape.com
a812bf19e0 end of the debate? changing the defaults back to 96 dpi and do display small fonts 1999-04-28 05:06:41 +00:00
mscott%netscape.com
82dad43a87 Comment out unwanted assertion as this kills the linux build. 1999-04-28 05:05:24 +00:00
mscott%netscape.com
ab385626c4 Fixes for get new mail which should bring get new mail back to life for linux and mac. When we were told to wait for more data by the new nsMsgLineStreamBuffer, we weren't setting the pause for read flag in all cases. 1999-04-28 05:02:50 +00:00
nisheeth%netscape.com
e5c640d2b4 Removing nsIExternalDocLoadObs.h... 1999-04-28 05:01:03 +00:00
sspitzer%netscape.com
27156b1495 use PR_smprintf, not sprintf().
for news, we aren't going to have .sdb for directories.
put the summary files in <newsdir>/host-<hostname>
1999-04-28 05:00:02 +00:00
nisheeth%netscape.com
251fa6ad71 - Backed out changes that sent notifications out to observers via the nsIExternalDocumentLoadObserver interface.
- Thanks a lot to Eric Burley (ericb@neoplanet.com) for fixing refcount related bugs.  His patch is included in this checkin.
1999-04-28 04:57:06 +00:00
davidm%netscape.com
b07fa19d17 Add nsDefaulthelper to the list of components that get registered 1999-04-28 04:53:50 +00:00
sfraser%netscape.com
b714ca7b9a Temporary, #ifdeffed hack to get Apple Menu on Mac. reviewed saari. 1999-04-28 04:51:40 +00:00
bruce%cybersight.com
f3cde73f5c Remove dependency upon -lnetutil and use of it on Unix. 1999-04-28 04:50:43 +00:00
bruce%cybersight.com
c6f963f5a9 Remove dependency upon (and use of) -lnetutil on Unix. 1999-04-28 04:40:46 +00:00
erik%netscape.com
ace9cac55e Fix related to bug 5599. We now look at the "browser.screen_resolution"
pref for the dpi value. If it is not set, we use the default of 96.
If it is set to zero (0), we use the X server's dpi value. Otherwise,
we use whatever dpi value was set in the pref.
1999-04-28 04:35:34 +00:00
sfraser%netscape.com
1f6259c79d Fix bustage (comparison of nsCOMPtr<nsIFoo> with nsIFoo*) 1999-04-28 04:29:13 +00:00
ducarroz%netscape.com
c778414dd1 For some reason, since few hours ago, apprunner refuse to load msgcompose.xul because the heigth of the fields isn't set correctly!!! I have changed the way we declare the input fields, I've just copied how they do in navigator.xul with the url field. 1999-04-28 04:24:10 +00:00
waterson%netscape.com
5808d55c70 Fixed the text of a debug log message. 1999-04-28 04:19:28 +00:00
jefft%netscape.com
aac5cbd240 try again to disable namespace stuff 1999-04-28 04:04:31 +00:00
alecf%netscape.com
05eda21272 handle uncreatable servers a little more gracefully 1999-04-28 04:04:30 +00:00
law%netscape.com
2dea7948eb Make nsITextServicesDocument transient so we can search new pages that get loaded in the webshell 1999-04-28 03:58:30 +00:00
endico%mozilla.org
1f476eef38 index the entire gnome tree 1999-04-28 03:51:08 +00:00
jefft%netscape.com
4a1c8ce93d added m_haveDiscoverAllFolders variaible; more work on folder discovery stuff 1999-04-28 03:39:24 +00:00
jefft%netscape.com
2459c5bdd6 added m_haveDiscoverAllFolders bool member variable 1999-04-28 03:38:07 +00:00
jefft%netscape.com
1c268edd40 disable namespace for now; use delete instead of PR_FREEIF for returned pointer of nsString.ToNewCString(); initialize nsString2 variables to a empty string to get rid of debug assertion 1999-04-28 03:37:02 +00:00
pierre%netscape.com
71681e7913 fixed a syntax error in DisplayVerySmallFonts(): the first time only we were returning a wrong value 1999-04-28 03:32:52 +00:00
waterson%netscape.com
9fb0fec61e Turn this off. It's just getting in the way of real PR_LOG use. 1999-04-28 03:32:29 +00:00
alecf%netscape.com
c14a5e0f1b fix some uninitialized and incorrectly initialized variables 1999-04-28 03:06:37 +00:00
mjudge%netscape.com
8319d9b381 oops left debug statement on 1999-04-28 03:01:27 +00:00
mcmullen%netscape.com
87c4972a82 First Checked In. 1999-04-28 02:48:36 +00:00
pierre%netscape.com
59a39b08ae added the "browser.display_very_small_fonts" pref changed the default dpi to 72 1999-04-28 02:45:49 +00:00
mjudge%netscape.com
77c2123120 fixing a plethora of bugs here. This will only set selection on the difference in the ranges before and after the ::Extend call. This will stop unnecessary drawing ect. The flickering that may be seen now is due to an invalidate compositor bug that will not allow me to queue up invalidate calls. this should be safe. 1999-04-28 02:45:19 +00:00
sspitzer%netscape.com
c9fd1ba862 silly printf for my benefit 1999-04-28 02:43:20 +00:00
mjudge%netscape.com
e60293b6e6 fixing bugs for unnecessary drawing in text fram as well as other assorted selection bugs. 1999-04-28 02:43:02 +00:00