Commit Graph

24200 Commits

Author SHA1 Message Date
troy%netscape.com
7e9a5af5f7 Changed CreateViewForFrame() so it takes into account fixed background
attachments and sets NS_VIEW_PUBLIC_FLAG_DONT_BITBLT
1999-04-21 21:27:50 +00:00
troy%netscape.com
bfdac722ea Changed a comment a little 1999-04-21 21:22:22 +00:00
troy%netscape.com
3fb7a599a3 Added NS_VIEW_FLAG_DONT_BITBLT flag 1999-04-21 21:08:27 +00:00
fur%netscape.com
debc787fc5 Partial grammar for JS2, expressed using the ANTLR parser generator 1999-04-21 21:08:14 +00:00
mscott%netscape.com
459aa39e8c unregister ImapResource. Compress some of the register service code for the imap resource. 1999-04-21 21:08:00 +00:00
mcmullen%netscape.com
313c03ad46 Export functions used by mailnews build (progname versions of static Get/Release) - bustage fix. 1999-04-21 21:07:21 +00:00
ftang%netscape.com
04aafeaa8a add PRUint32 aDocumentID to the Notify method of nsIElementObserver interface 1999-04-21 21:04:39 +00:00
troy%netscape.com
8904ab319a Changed nsPositionedInlineFrame::Reflow() to compute the desired size
by calling nsInlineReflow::Reflow() with a 'resize' reflow reason when
handling an incremental reflow of an absolutely positioned child element
1999-04-21 21:02:45 +00:00
wtc%netscape.com
3685a4087d Bugzilla bug #5358: temporary fix for the build problem on Solaris/x86.
We don't have an assembly language implementation of atomic stacks for
Solaris/x86 yet.  Thanks to Justin A. Kolodziej
<4wg7kolodzie@marquette.edu> for reporting the bug.
1999-04-21 21:02:10 +00:00
buster%netscape.com
84cc0a7462 added the notion of contain vs. replace for block transformations. 1999-04-21 21:01:59 +00:00
buster%netscape.com
44f4dcec30 fixed a bug in handling text properties that have an attribute, such as <FONT color=...> 1999-04-21 21:01:30 +00:00
cmanske%netscape.com
6fe595eca4 Moved global java script variables into js file 1999-04-21 20:55:31 +00:00
sfraser%netscape.com
b7d31a2e1b Added editor dialogs MANIFEST entries 1999-04-21 20:55:07 +00:00
sfraser%netscape.com
1079026e2b Fix manifest for editor dialogs 1999-04-21 20:53:44 +00:00
cmanske%netscape.com
5f69d57271 Changed -editor command line switch to us use chrome URL specification 1999-04-21 20:51:28 +00:00
cata%netscape.com
f897f739b3 The new converters are added as components. 1999-04-21 20:50:08 +00:00
cmanske%netscape.com
26373876b4 Fixed problems with insert link dialog 1999-04-21 20:46:40 +00:00
akkana%netscape.com
74b899ecad composer ui should be installed to chrome/editor/composer, not just chrome/editor 1999-04-21 20:44:59 +00:00
cmanske%netscape.com
21f839758e Fixed error in editor chrome entry 1999-04-21 20:43:33 +00:00
cmanske%netscape.com
cf0e05cd03 Fixed error in link properties dialog reference 1999-04-21 20:31:17 +00:00
mscott%netscape.com
c95d00affa Replace the old slow ReadLine code to use the new more efficient nsMsgLineBufferStream class. Right now this class creates a new buffer for each line returned so we need to free this buffer. Later on, I'll be looking into removing the allocation of the new line and some of these statements will be made obsolete. 1999-04-21 20:23:47 +00:00
putterman%netscape.com
4ddb23c6e9 added files: mozilla/mailnews/base/util/nsMsgUtils.cpp 1999-04-21 20:22:18 +00:00
putterman%netscape.com
d8f6a32185 Change to news instead of nntp. 1999-04-21 20:18:35 +00:00
putterman%netscape.com
385fe63376 Use delete[]. 1999-04-21 20:18:15 +00:00
putterman%netscape.com
5abc728033 Added mailbox_message registration. 1999-04-21 20:17:43 +00:00
putterman%netscape.com
69323103f5 Add utility functions so we can use nsIMsgMessageService correctly. 1999-04-21 20:17:23 +00:00
putterman%netscape.com
40c42f537c uses nsIMsgMessageService. 1999-04-21 20:16:16 +00:00
cata%netscape.com
5080024aac New converters added. 1999-04-21 20:05:12 +00:00
cata%netscape.com
866f813784 added files: mozilla/intl/uconv/ucvlatin/nsISO88593ToUnicode.cpp, mozilla/intl/uconv/ucvlatin/nsISO88594ToUnicode.cpp, mozilla/intl/uconv/ucvlatin/nsISO88595ToUnicode.cpp, mozilla/intl/uconv/ucvlatin/nsISO88596ToUnicode.cpp, mozilla/intl/uconv/ucvlatin/nsISO88598ToUnicode.cpp, mozilla/intl/uconv/ucvlatin/nsCP1251ToUnicode.cpp, mozilla/intl/uconv/ucvlatin/nsCP1257ToUnicode.cpp, mozilla/intl/uconv/ucvlatin/nsUnicodeToISO88593.cpp, mozilla/intl/uconv/ucvlatin/nsUnicodeToISO88594.cpp, mozilla/intl/uconv/ucvlatin/nsUnicodeToISO88595.cpp, mozilla/intl/uconv/ucvlatin/nsUnicodeToISO88596.cpp, mozilla/intl/uconv/ucvlatin/nsUnicodeToISO88598.cpp, mozilla/intl/uconv/ucvlatin/nsUnicodeToCP1251.cpp, mozilla/intl/uconv/ucvlatin/nsUnicodeToCP1257.cpp 1999-04-21 20:04:25 +00:00
kipp%netscape.com
c83c90fb24 Fixed FindNextSibling to return the first-in-flow not the last in flow 1999-04-21 19:59:40 +00:00
kipp%netscape.com
fac60d4643 Fixed word lookahead logic to not look at continuations to avoid duplicate information 1999-04-21 19:59:16 +00:00
kipp%netscape.com
116ecfb42a Added some (disabled) logging 1999-04-21 19:58:50 +00:00
kipp%netscape.com
065b96c776 Fixed up child incremental reflow to only reflow the necessary number of lines (hopefully) 1999-04-21 19:58:38 +00:00
sspitzer%netscape.com
a462087190 use nsCRT:strtok(), not strtok() 1999-04-21 19:54:44 +00:00
cata%netscape.com
72f9a40a4a New converters added. 1999-04-21 19:52:21 +00:00
ftang%netscape.com
60fa9193f0 add new files for PICS and Charset observation, have not change makefile yet 1999-04-21 19:51:38 +00:00
cata%netscape.com
7635fe8c4d New converter tables. 1999-04-21 19:49:27 +00:00
neeti%netscape.com
0091f72b77 checking for null mObserverList 1999-04-21 19:36:41 +00:00
law%netscape.com
d20796f79a Added component registration stuff 1999-04-21 19:32:43 +00:00
sfraser%netscape.com
3e50cddfb6 Fix the chrome URL for the bold GIF 1999-04-21 19:31:36 +00:00
sfraser%netscape.com
8af29a63de Fix merge conflicts that were checkedin. 1999-04-21 19:27:35 +00:00
sfraser%netscape.com
54b75cae7d Fix malformed chrome RDF 1999-04-21 19:19:40 +00:00
sfraser%netscape.com
d6e8e935a2 Export new editor resources from the right place, and export from xpfe/browser/src with a MANIFEST file. 1999-04-21 19:13:32 +00:00
sfraser%netscape.com
92acd2ec10 Turn on clobber_libs flag 1999-04-21 19:12:36 +00:00
sfraser%netscape.com
c95b7f0a83 Set export by pragma and fragment names. 1999-04-21 19:12:08 +00:00
sfraser%netscape.com
789195888f Added EditorInitPagePlain.html 1999-04-21 19:11:19 +00:00
sfraser%netscape.com
974edaafa3 First Checked In. 1999-04-21 19:11:18 +00:00
mscott%netscape.com
454b189257 Remove message display from the demos menu. We don't need to do this anymore as you can just select the message from the thread pane to display it. 1999-04-21 19:05:46 +00:00
mcmullen%netscape.com
decf8ee909 Fix HPUX build bustage, hopefully. 1999-04-21 19:05:01 +00:00
cmanske%netscape.com
e058776dd2 Changed makefile to remove chrome files moved to editor directories 1999-04-21 19:02:56 +00:00