Commit Graph

41208 Commits

Author SHA1 Message Date
hangas%netscape.com
0e6cf27eda Added style display:none for commands, commandset, command 1999-09-16 00:57:10 +00:00
gayatrib%netscape.com
0408084a13 Removing tabs that are not supported yet 1999-09-16 00:39:20 +00:00
gayatrib%netscape.com
da24c5ad30 Fixing the finish button problem and removing tabs that are not supported yet 1999-09-16 00:38:40 +00:00
ramiro%netscape.com
3cd9f5596e Make the stack output more useful. 1999-09-16 00:22:01 +00:00
cls%seawood.org
4a6f88ab32 Reorder gtk headers to remove MIN redefined warnings 1999-09-16 00:21:18 +00:00
bienvenu%netscape.com
7e397a56e1 fix message size on imap 1999-09-16 00:15:50 +00:00
slamm%netscape.com
ddb878d278 Fix build warnings. 1999-09-16 00:15:30 +00:00
vidur%netscape.com
8ab04ef069 Memory leak fix and #ifdef NECKO removals from shaver. Thanks to bruce@cybersight.com for the MLK identification. 1999-09-16 00:10:54 +00:00
bienvenu%netscape.com
e46bfb5f59 start work on pseudo interruption for imap useability 1999-09-16 00:08:02 +00:00
harishd%netscape.com
085c53756c Hooking up ISO doctypes [ These are mapped to strict DTD ]. 1999-09-16 00:07:46 +00:00
briano%netscape.com
3bfa9ab2b4 General cleanup. 1999-09-16 00:03:08 +00:00
mscott%netscape.com
6f11385254 Not part of the build yet. a base emitter class which will pull out lots of code that was just
duplicated in the raw, html, xml and xul emitter classes.
1999-09-16 00:02:50 +00:00
mcafee%netscape.com
ac4aed8628 Commenting out an annoying printf on unix. Unix-only. 1999-09-15 23:54:52 +00:00
sspitzer%netscape.com
d210e3d7a9 ok, I suck. I accidentally broke Local Mail migration when you used imap in 4.x. this fixes it. 1999-09-15 23:40:28 +00:00
gagan%netscape.com
bb3286dcc1 Now throwing a dialog box for basic auth username/password. This is a temporary checkin to allow basic auth work to progress. Eventually this will/must go away as the dialog box will come from the app triggered thru the HTTP event sink. But using this basic auth could be tested now. 1999-09-15 23:38:39 +00:00
rjc%netscape.com
a231a19096 Added some debug linkages. Also add .rsrc file that includes a SIZE resource so that RegXPCOM mini-app has a parition size greater than the largest component it needs to load in. 1999-09-15 23:36:55 +00:00
briano%netscape.com
49a9c60d81 General cleanup. 1999-09-15 23:36:43 +00:00
rjc%netscape.com
8baba475f9 Add .rsrc file that includes a SIZE resource so that RegXPCOM mini-app has a parition size greater than the largest component it needs to load in. 1999-09-15 23:36:26 +00:00
norris%netscape.com
cea0d14277 Remove use of nsCOMPtr to fix Mac bustage. 1999-09-15 23:27:34 +00:00
warren%netscape.com
211d856af2 Added missing includes. 1999-09-15 22:33:38 +00:00
briano%netscape.com
884f575ede General cleanup. 1999-09-15 22:29:43 +00:00
rods%netscape.com
672cddb8f7 a few fixes to my tests 1999-09-15 22:28:50 +00:00
warren%netscape.com
8653926dec Added missing includes. 1999-09-15 22:28:27 +00:00
briano%netscape.com
bf38cd386f General cleanup. 1999-09-15 22:13:45 +00:00
nhotta%netscape.com
86949477ea Added compatibility. 1999-09-15 22:05:57 +00:00
rods%netscape.com
d5a5ed21a0 Added a lot of tests for the select. 1999-09-15 22:04:04 +00:00
dp%netscape.com
33be9c3ecb Fixing XPCOM init being called again after shutdown. 1999-09-15 22:01:05 +00:00
cls%seawood.org
1699d31f60 For gcc >= 2.95, add empty throw() function to remove warnings about returning null from operator new 1999-09-15 22:00:12 +00:00
rods%netscape.com
c00a954c6f It was calculating the absolute position wrong. the frame's x,y was being added in twice. 1999-09-15 21:57:51 +00:00
valeski%netscape.com
cf50888d59 minor logging adjustment 1999-09-15 21:56:34 +00:00
rods%netscape.com
8925039ed2 removing display:block for the dummy frame for empty selects, this is for bug #13834
peter will be fixing the style system to really fix this.
1999-09-15 21:55:26 +00:00
warren%netscape.com
387c151435 Removed this in favor of idl 1999-09-15 21:49:21 +00:00
gordon%netscape.com
9ed7e1e73c Added nsIThread.idl, nsIThreadPool.idl, and nsIRunnable.idl as part of warren's checkin. 1999-09-15 21:46:55 +00:00
warren%netscape.com
994f05a34e Making nsIThread nsIRunnable and nsIThreadPool idl interfaces. 1999-09-15 21:41:20 +00:00
norris%netscape.com
2b35be101c Remove nsPrincipalManager.h 1999-09-15 21:30:10 +00:00
sspitzer%netscape.com
8ee260f294 make the postMessageFile in the nsINNTPNewsgroupPost be a nsIFileSpec, instead
of a nsFilePath.  this means nsINNTPNewsgroupPost is fully scriptable.
it also allowed me to clean up a lot of code.
most of these changes are results of this change.

add notifyOn, maxArticles, and markOldRead attributes to nsINntpIncomingServer
these correspond to "news.max_articles","news.mark_old_read", and "news.notify.o
n" prefs in 4.x.  (in 5.0, they are on a per server basis now.)
rewrite nsNNTPProtocol.cpp to use these attributes, instead of the old 4.x globa
l prefs.

fix warnings.
1999-09-15 21:29:30 +00:00
gayatrib%netscape.com
dff77adc50 fixing bug 13899 1999-09-15 21:23:39 +00:00
ftang%netscape.com
56a0f1cefb add nsTextFormater to dlldeps.cpp 1999-09-15 21:23:31 +00:00
ftang%netscape.com
b644ab9a2f add nsTextFormater.cpp 1999-09-15 21:21:55 +00:00
sspitzer%netscape.com
8aeb8ece4d for the pop / nntp server specific prefs, don't name the html elements.
because those attributes don't exist in the nsIMsgIncomingServer interface
it causes us to crash.  alecf and I are working on a way to get type
specific prefs to get saved correctly.  until then, none of these type
specific prefs will get saved.
1999-09-15 21:21:45 +00:00
ftang%netscape.com
415507f1a9 add nsTextFormater to UNIX build 1999-09-15 21:18:21 +00:00
ftang%netscape.com
3b9e6e0e08 remove unneeded debug info. Fix Unix build warning. Fix UTF8 to UCS2 conveersion bug 1999-09-15 21:16:09 +00:00
jdunn%netscape.com
43857716d1 Move static constructor into function instead of global. It was coredumping on AIX 1999-09-15 21:10:43 +00:00
norris%netscape.com
9acf604770 Add security support for javascript: uris. 1999-09-15 20:58:41 +00:00
ftang%netscape.com
690408b116 add nsTextFormater.h 1999-09-15 20:54:04 +00:00
akhil.arora%sun.com
c837bf1e92 Denis Sharypov <sdv@sparc.spb.su> - first check-in for DOMExceptions 1999-09-15 20:43:02 +00:00
dougt%netscape.com
7f44b8d355 Fixed memory leak when calling ToString on version.
Fixed 13501.
1999-09-15 20:40:50 +00:00
kin%netscape.com
af323a9056 Fix for bug #13439: SelectAll Delete does not repaint entire edit area
- Removed all references to mUpdateBatchCnt
    in nsViewManager::UpdateView().

  - The methods Enable/DisableRefresh() now check to
    see if we are batching before executing their code.
    This will prevent any layout/parser code from turning
    on refresh before all Begin/EndUpdateViewBatch() calls
    are unwound.
1999-09-15 20:39:03 +00:00
kin%netscape.com
8d6fbf7f64 Fix for bug #13440: Repaint problems when typing at the end of a document.
- modified nsScrollingView::ComputeScrollOffsets()
    so that it doesn't change the scrolled offsets
    just because the document size changed.
1999-09-15 20:38:53 +00:00
kipp%netscape.com
bbea57fc6b formatting sillyness 1999-09-15 20:38:42 +00:00