faster viewing of text, bugs: 7889, 7892, 8047, 3795

This commit is contained in:
rickg@netscape.com
1999-06-13 21:24:25 +00:00
parent 83d76deb4e
commit 4acdab38c3
18 changed files with 702 additions and 582 deletions

View File

@@ -465,7 +465,7 @@ PRInt32 CTextToken::GetTokenType(void) {
* @return error result
*/
nsresult CTextToken::Consume(PRUnichar aChar, nsScanner& aScanner) {
static nsAutoString terminals("&<\r");
static nsAutoString terminals("&<\r\n");
nsresult result=NS_OK;
PRBool done=PR_FALSE;