From 1077b49b25fbe50c2abeaf0dbea5877ad9fe4885 Mon Sep 17 00:00:00 2001 From: "joki%netscape.com" Date: Fri, 17 Jul 1998 04:38:47 +0000 Subject: [PATCH] Turning on scripts by default. This should just show an error or two and not affect how pages show up. If this proves not to be true we'll turn it back off. But it will help show where we are. git-svn-id: svn://10.0.0.236/trunk@5790 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/nsHTMLContentSink.cpp | 2 -- mozilla/layout/html/document/src/nsHTMLContentSink.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/mozilla/content/html/document/src/nsHTMLContentSink.cpp b/mozilla/content/html/document/src/nsHTMLContentSink.cpp index 9cc202dd573..d2678ad3f2e 100644 --- a/mozilla/content/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/content/html/document/src/nsHTMLContentSink.cpp @@ -1003,9 +1003,7 @@ NS_IMETHODIMP HTMLContentSink::AddLeaf(const nsIParserNode& aNode) // XXX SCRIPT tag evaluation is currently turned off till we // get more scripts working. FlushText(); -#if 0 ProcessSCRIPTTag(aNode); -#endif return NS_OK; case eHTMLTag_area: diff --git a/mozilla/layout/html/document/src/nsHTMLContentSink.cpp b/mozilla/layout/html/document/src/nsHTMLContentSink.cpp index 9cc202dd573..d2678ad3f2e 100644 --- a/mozilla/layout/html/document/src/nsHTMLContentSink.cpp +++ b/mozilla/layout/html/document/src/nsHTMLContentSink.cpp @@ -1003,9 +1003,7 @@ NS_IMETHODIMP HTMLContentSink::AddLeaf(const nsIParserNode& aNode) // XXX SCRIPT tag evaluation is currently turned off till we // get more scripts working. FlushText(); -#if 0 ProcessSCRIPTTag(aNode); -#endif return NS_OK; case eHTMLTag_area: