From 0044c43edb1493ab136bbea8a33fb2f087672f22 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Fri, 16 Jun 2000 21:22:00 +0000 Subject: [PATCH] 41916: Remove from the list of inline tags; don't include the enclosing in a selection that happens to fall inside a table cell. r=rickg git-svn-id: svn://10.0.0.236/trunk@72412 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLDocument.cpp | 3 +-- mozilla/layout/html/document/src/nsHTMLDocument.cpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/content/html/document/src/nsHTMLDocument.cpp b/mozilla/content/html/document/src/nsHTMLDocument.cpp index a4ab174f4a1..6e06c39a30f 100644 --- a/mozilla/content/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/content/html/document/src/nsHTMLDocument.cpp @@ -111,7 +111,7 @@ static char g_detector_progid[DETECTOR_PROGID_MAX + 1]; static PRBool gInitDetector = PR_FALSE; static PRBool gPlugDetector = PR_FALSE; -static PRBool gBookmarkCharset = PR_TRUE; +//static PRBool gBookmarkCharset = PR_TRUE; #ifdef PCB_USE_PROTOCOL_CONNECTION // beard: how else would we get the referrer to a URL? @@ -2960,7 +2960,6 @@ static PRBool IsInline(eHTMLTags aTag) case eHTMLTag_strong: case eHTMLTag_sub: case eHTMLTag_sup: - case eHTMLTag_td: case eHTMLTag_textarea: case eHTMLTag_tt: case eHTMLTag_u: diff --git a/mozilla/layout/html/document/src/nsHTMLDocument.cpp b/mozilla/layout/html/document/src/nsHTMLDocument.cpp index a4ab174f4a1..6e06c39a30f 100644 --- a/mozilla/layout/html/document/src/nsHTMLDocument.cpp +++ b/mozilla/layout/html/document/src/nsHTMLDocument.cpp @@ -111,7 +111,7 @@ static char g_detector_progid[DETECTOR_PROGID_MAX + 1]; static PRBool gInitDetector = PR_FALSE; static PRBool gPlugDetector = PR_FALSE; -static PRBool gBookmarkCharset = PR_TRUE; +//static PRBool gBookmarkCharset = PR_TRUE; #ifdef PCB_USE_PROTOCOL_CONNECTION // beard: how else would we get the referrer to a URL? @@ -2960,7 +2960,6 @@ static PRBool IsInline(eHTMLTags aTag) case eHTMLTag_strong: case eHTMLTag_sub: case eHTMLTag_sup: - case eHTMLTag_td: case eHTMLTag_textarea: case eHTMLTag_tt: case eHTMLTag_u: