Граф коммитов

25600 Коммитов

Автор SHA1 Сообщение Дата
kostello%netscape.com b025153c86 Small update to fix for bug #5525. Approval for checkin: chofmann. 1999-05-03 20:16:14 +00:00
evaughan%netscape.com 209e5e101e Fixed bug #5619. With Chris Hofmann's ok. 1999-05-03 19:04:16 +00:00
kostello%netscape.com 6c898433b2 Removed debug save code -- no longer relevant 1999-05-03 18:50:48 +00:00
jband%netscape.com 47d20e9d19 ***NOT PART OF SEAMONKEY BUILD***. Updated status tracking doc. 1999-05-03 18:50:40 +00:00
kostello%netscape.com 42d872e576 Changed to match new API for the nsHTMLContentSinkStream 1999-05-03 18:49:59 +00:00
kostello%netscape.com 860a8b9cfa Changed:
nsI*Editor::OutputText(nsString& aOutputString);
nsI*Editor::OutputHTML(nsString& aOutputString);

These methods always returns back a Unicode version of whatever is in the content model. It is the
responsibility of the caller then to call whatever converter is required to convert to the appropriate
charset.

Added:

nsI*Editor::OutputText(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)
nsI*Editor::OutputHTML(nsIOutputStream* aOutputStream, nsString* aCharsetOverride = nsnull)

These methods output the the current content model to aOutputStream. The document is encoded using the
document defined charset or if the user passes in a non-null value for aCharsetOverride then this
encoding overrides the encoding used by the document.
1999-05-03 18:48:39 +00:00
kostello%netscape.com b9a1437db0 Added OutputText and OutputHTML that take in an nsIOutputStream. 1999-05-03 18:47:04 +00:00
kostello%netscape.com ac8dc35665 Added GetContentsAsText and GetContentsAsHTML that take in a nsIOutputStream
as a parameter.
1999-05-03 18:44:54 +00:00
kostello%netscape.com 69a841f3b2 Moidifed to match the API change in nsHTMLContentSinkStream. 1999-05-03 18:42:53 +00:00
kostello%netscape.com dbc32c5326 Added support to encode the document as either a nsString or an nsIOutputStream.
In the case of the stream, the document is encoded using the document defined charset
or the user may override the charset.

Added constructors for creating a sink using a nsIOutputStream or an nsString.

Removed all HTML and TEXT encoding which relied on references to ostream. Using John McMullen's
platform independent streaming code in its place. :)
1999-05-03 18:41:23 +00:00
hshaw%netscape.com d4a48d70d3 Add some comments 1999-05-03 18:11:50 +00:00
norris%netscape.com 7ea4f505a3 Fix spelling, don't claim uniqueness. 1999-05-03 17:56:07 +00:00
norris%netscape.com c7d28e0cbb Make it purdy. 1999-05-03 17:55:21 +00:00
norris%netscape.com 9628273770 Add README with support for LXR. 1999-05-03 17:53:10 +00:00
hshaw%netscape.com 8c77cfb96d List of makefiles for the netwerk directory 1999-05-03 16:37:03 +00:00
hshaw%netscape.com 651741d25b Temporary script to generate netwerk unix Makefiles. Once we land, we'll integrate into allmakefiles.sh 1999-05-03 16:36:29 +00:00
kipp%netscape.com 060e5e4b0f Fixed bug #4309 - propogated handling of floating image frames to floating object frame code during CantRenderReplacedElemen to avoid assertion check in block code 1999-05-03 16:07:47 +00:00
warren%netscape.com 975fc99516 Changed include for nsStandardUrl.h 1999-05-02 08:46:08 +00:00
rickg%netscape.com ec29bbf96e fixed ABW in nsTagStack and updated to string2 API 1999-05-02 00:37:25 +00:00
grail%cafebabe.org 4cbcbd57f8 Fixed breakage of the preference beans. 1999-05-02 00:15:05 +00:00
jfrancis%netscape.com 8bd92b238d fix for bug 5782 - check for null return when getting prev/next node is deletion rules; rvd floppy moose, appr chofmann 1999-05-01 19:37:50 +00:00
waterson%netscape.com 11098fd092 Bug 4725. Use PRUnichar for bookmark titles. r=rjc,a=chofmann 1999-05-01 19:32:57 +00:00
bryce-mozilla%nextbus.com 8440d2f272 Fix HTML syntax errors, validate with http://validator.w3.org . Show
on the the login name that will be used as the "reporter" (to more
completely represent the bug report, and to prevent people from forgetting
to switch logins when using another person's browser).
1999-05-01 18:43:58 +00:00
sspitzer%netscape.com ac0c1e05b5 fix for #5839. problems on startup on windows nt, because
tree body in threadPane.xul is rooted at mailbox://Inbox, which
doesn't make sense in the new multiple account world.
1999-05-01 16:28:25 +00:00
sspitzer%netscape.com ae94aa23e6 rest of fix for pointing news demo to article on news.mozilla.org 1999-05-01 16:10:36 +00:00
sspitzer%netscape.com 1428f907b0 fix for #5753. allow white space in the "mail.accountmanager.accounts" pref. 1999-05-01 15:47:21 +00:00
sspitzer%netscape.com 650a57a5f4 point the demo news article to an article on news.mozilla.org. This way,
those on the outside can use it.  (also, remove some of the "."'s for
mailnewsqa.
1999-05-01 14:39:36 +00:00
jband%netscape.com 21354e122c ***NOT PART OF SEAMONKEY BUILD*** Updating status page to help track and coordinate platform specific code contributors to xptcall (needed for xpconnect) 1999-05-01 09:03:39 +00:00
jband%netscape.com 2abe346cc9 ***NOT PART OF SEAMONKEY BUILD*** Updating status page to help track and coordinate platform specific code contributors to xptcall (needed for xpconnect) 1999-05-01 08:23:36 +00:00
sspitzer%netscape.com 36488a0e29 whoops. typo. I suck 1999-05-01 02:57:07 +00:00
sspitzer%netscape.com 3f35d9a906 cvs ignorage 1999-05-01 02:38:15 +00:00
ramiro%netscape.com dc48adc6aa Fix everything rule. 1999-05-01 02:34:44 +00:00
sspitzer%netscape.com 46075b752f fix for #5814. get newsParserTest to work on Windows 1999-05-01 02:17:09 +00:00
warren%netscape.com a0f2a8cd7d Fixed to use new nsIBuffer and related buffer streams. 1999-05-01 02:15:59 +00:00
sspitzer%netscape.com 99f2609790 fix for bug #5814. get newsParserTest to build on Windows 1999-05-01 02:15:54 +00:00
warren%netscape.com 3f0fdca6da Fixed accidental change to NSGetFactory. Changed include for nsStandardUrl. 1999-05-01 02:15:22 +00:00
briano%netscape.com a72a66e886 Automated update 1999-05-01 02:14:39 +00:00
sspitzer%netscape.com 153e26c390 check in for bug #5814. get newsParserTest to build on Windows 1999-05-01 02:13:53 +00:00
sspitzer%netscape.com b18c4a7c00 fix for bug #5804. get pop3Test to build on Linux. 1999-05-01 02:12:10 +00:00
warren%netscape.com 21c0733d26 Renamed nsMarshalingStreamListener to nsAsyncStreamListener. 1999-05-01 02:11:10 +00:00
briano%netscape.com 2760eda281 Defined MAP_FAILED for all the platforms that don't have it. 1999-05-01 02:10:39 +00:00
ramiro%netscape.com 2de9c5ed4d Add an everything target which redoes everything from scratch. 1999-05-01 02:10:34 +00:00
ramiro%netscape.com 697e714548 Make the idl thing work on RedHat 6.0. 1999-05-01 02:09:55 +00:00
warren%netscape.com 234d6bcc23 Renamed nsTypicalUrl to nsStandardUrl. 1999-05-01 02:08:18 +00:00
briano%netscape.com 9907679d08 Fix AIX and Solaris bustage. 1999-05-01 01:40:35 +00:00
briano%netscape.com 6b534cea80 The config/ports stuff I wrote is no longer of any use. 1999-05-01 01:32:28 +00:00
briano%netscape.com 45960ad05c Not needed anymore. 1999-05-01 01:30:16 +00:00
law%netscape.com 99c6085b1b Stop button; r=slamm, a=chofmann 1999-04-30 23:55:22 +00:00
warren%netscape.com cd4fdddee8 Added include for nsError.h to get nsresult. 1999-04-30 23:49:30 +00:00
bienvenu%netscape.com d35f7cd5c7 fix part of 5781, imap folders not showing up correctly 1999-04-30 23:26:12 +00:00