7670 - Enabling NOSCRIPT content.

47827 - Make sure to check DD's hierarchy.

r=jst
This commit is contained in:
harishd@netscape.com
2000-09-01 18:17:17 +00:00
parent 33d53f10cc
commit 4f51a3af73
28 changed files with 318 additions and 86 deletions

View File

@@ -70,6 +70,8 @@ public:
NS_IMETHOD CloseMap(const nsIParserNode& aNode);
NS_IMETHOD OpenFrameset(const nsIParserNode& aNode);
NS_IMETHOD CloseFrameset(const nsIParserNode& aNode);
NS_IMETHOD OpenNoscript(const nsIParserNode& aNode) { return NS_OK; }
NS_IMETHOD CloseNoscript(const nsIParserNode& aNode){ return NS_OK; }
NS_IMETHOD OpenContainer(const nsIParserNode& aNode);
NS_IMETHOD CloseContainer(const nsIParserNode& aNode);
NS_IMETHOD NotifyError(const nsParserError* aError);