Moved a bunch of stuff out to a nsIFrameDebug interface

git-svn-id: svn://10.0.0.236/trunk@52427 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-11-01 22:12:45 +00:00
parent 8a02a9884b
commit 3513334988
175 changed files with 1085 additions and 494 deletions

View File

@@ -200,7 +200,9 @@ public:
NS_IMETHOD Scrolled(nsIView *aView);
NS_IMETHOD GetFrameType(nsIAtom** aType) const;
#ifdef DEBUG
NS_IMETHOD GetFrameName(nsString& aResult) const;
#endif
NS_IMETHOD ContentChanged(nsIPresContext* aPresContext,
nsIContent* aChild,
@@ -402,11 +404,13 @@ nsObjectFrame::GetFrameType(nsIAtom** aType) const
return NS_OK;
}
#ifdef DEBUG
NS_IMETHODIMP
nsObjectFrame::GetFrameName(nsString& aResult) const
{
return MakeFrameName("ObjectFrame", aResult);
}
#endif
nsresult
nsObjectFrame::CreateWidget(nsIPresContext* aPresContext,