Remove unused (or used only if one of the magic enviroment variables ENABLE_STRICT or MOZ_VALIDATE_HTML was set) parser-related code, mostly associated with the strict DTD. b=130439 r=harishd sr=jst a=shaver
git-svn-id: svn://10.0.0.236/trunk@116720 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -73,15 +73,6 @@ private:
|
||||
PRInt32 attrCount,
|
||||
PRBool aNewlineRequired);
|
||||
|
||||
nsresult WriteTagWithError(PRInt32 tagType,
|
||||
const nsAReadableString& aToken,
|
||||
PRInt32 attrCount,
|
||||
PRBool aNewlineRequired);
|
||||
|
||||
void AddContainmentError(eHTMLTags aChild,
|
||||
eHTMLTags aParent,
|
||||
PRInt32 aLineNumber);
|
||||
|
||||
nsresult WriteAttributes(PRInt32 attrCount);
|
||||
nsresult GenerateSummary();
|
||||
void StartNewPreBlock(void);
|
||||
@@ -116,11 +107,9 @@ protected:
|
||||
PRInt32 mErrorCount;
|
||||
PRInt32 mTagCount;
|
||||
|
||||
nsIDTD *mValidator;
|
||||
nsString mFilename;
|
||||
nsString mTags;
|
||||
nsString mErrors;
|
||||
PRPackedBool mShowErrors;
|
||||
PRPackedBool mHasOpenRoot;
|
||||
PRPackedBool mHasOpenBody;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user