big checkin. fixing problems blocking Cmanske (also a reviewer). Checking in preliminary for gen content.(nothing damaged yet) lots of bug numbers not going to look them up, the tree just opened.

git-svn-id: svn://10.0.0.236/trunk@60278 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
2000-02-10 04:35:51 +00:00
parent 1a7ea52394
commit 44c8697114
40 changed files with 1539 additions and 27 deletions

View File

@@ -1609,3 +1609,10 @@ NS_IMETHODIMP DocumentViewerImpl::NotifySelectionChanged(void)
// to the right nsIDOMXULCommandDispatcher yet.
return NS_OK;
}
NS_IMETHODIMP DocumentViewerImpl::TableCellNotification(nsIDOMNode* aNode, PRInt32 aOffset)
{
//stub
return NS_OK;
}