61630 - propagate onstop request.

48256 - Verify hierarchy requested by a child tag.
43678 - Make TABLE a legal child of P.
58942 - MAP is not a legal child of TR!
57999 - When the parser is enabled make sure to pass correct information to ResumeParse().
59669 - Remove a warning.

r=heikki
sr=vidur
This commit is contained in:
harishd@netscape.com
2001-02-01 21:03:48 +00:00
parent 900b1073c9
commit 27fd2b352c
12 changed files with 68 additions and 56 deletions

View File

@@ -255,7 +255,7 @@ nsParserModule::GetClassObject(nsIComponentManager *aCompMgr,
const nsIID& aIID,
void** r_classObj)
{
nsresult rv;
nsresult rv=NS_OK;
if (!mInitialized) {
rv = Initialize();