added content state changed
removed ua sheet from dump style git-svn-id: svn://10.0.0.236/trunk@22324 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -113,6 +113,8 @@ public:
|
||||
NS_IMETHOD ContentChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent,
|
||||
nsISupports* aSubContent);
|
||||
NS_IMETHOD ContentStateChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent);
|
||||
NS_IMETHOD AttributeChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aChild,
|
||||
nsIAtom* aAttribute,
|
||||
@@ -780,6 +782,14 @@ StyleSetImpl::ContentChanged(nsIPresContext* aPresContext,
|
||||
aContent, aSubContent);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
StyleSetImpl::ContentStateChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent)
|
||||
{
|
||||
return mFrameConstructor->ContentStateChanged(aPresContext, aContent);
|
||||
}
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
StyleSetImpl::AttributeChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent,
|
||||
@@ -848,9 +858,9 @@ void StyleSetImpl::List(FILE* out, PRInt32 aIndent, nsISupportsArray* aSheets)
|
||||
|
||||
void StyleSetImpl::List(FILE* out, PRInt32 aIndent)
|
||||
{
|
||||
List(out, aIndent, mOverrideSheets);
|
||||
// List(out, aIndent, mOverrideSheets);
|
||||
List(out, aIndent, mDocSheets);
|
||||
List(out, aIndent, mBackstopSheets);
|
||||
// List(out, aIndent, mBackstopSheets);
|
||||
}
|
||||
|
||||
void StyleSetImpl::ListContexts(nsIStyleContext* aRootContext, FILE* out, PRInt32 aIndent)
|
||||
|
||||
@@ -113,6 +113,8 @@ public:
|
||||
NS_IMETHOD ContentChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent,
|
||||
nsISupports* aSubContent);
|
||||
NS_IMETHOD ContentStateChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent);
|
||||
NS_IMETHOD AttributeChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aChild,
|
||||
nsIAtom* aAttribute,
|
||||
@@ -780,6 +782,14 @@ StyleSetImpl::ContentChanged(nsIPresContext* aPresContext,
|
||||
aContent, aSubContent);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
StyleSetImpl::ContentStateChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent)
|
||||
{
|
||||
return mFrameConstructor->ContentStateChanged(aPresContext, aContent);
|
||||
}
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
StyleSetImpl::AttributeChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent,
|
||||
@@ -848,9 +858,9 @@ void StyleSetImpl::List(FILE* out, PRInt32 aIndent, nsISupportsArray* aSheets)
|
||||
|
||||
void StyleSetImpl::List(FILE* out, PRInt32 aIndent)
|
||||
{
|
||||
List(out, aIndent, mOverrideSheets);
|
||||
// List(out, aIndent, mOverrideSheets);
|
||||
List(out, aIndent, mDocSheets);
|
||||
List(out, aIndent, mBackstopSheets);
|
||||
// List(out, aIndent, mBackstopSheets);
|
||||
}
|
||||
|
||||
void StyleSetImpl::ListContexts(nsIStyleContext* aRootContext, FILE* out, PRInt32 aIndent)
|
||||
|
||||
@@ -113,6 +113,8 @@ public:
|
||||
NS_IMETHOD ContentChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent,
|
||||
nsISupports* aSubContent);
|
||||
NS_IMETHOD ContentStateChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent);
|
||||
NS_IMETHOD AttributeChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aChild,
|
||||
nsIAtom* aAttribute,
|
||||
@@ -780,6 +782,14 @@ StyleSetImpl::ContentChanged(nsIPresContext* aPresContext,
|
||||
aContent, aSubContent);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
StyleSetImpl::ContentStateChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent)
|
||||
{
|
||||
return mFrameConstructor->ContentStateChanged(aPresContext, aContent);
|
||||
}
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
StyleSetImpl::AttributeChanged(nsIPresContext* aPresContext,
|
||||
nsIContent* aContent,
|
||||
@@ -848,9 +858,9 @@ void StyleSetImpl::List(FILE* out, PRInt32 aIndent, nsISupportsArray* aSheets)
|
||||
|
||||
void StyleSetImpl::List(FILE* out, PRInt32 aIndent)
|
||||
{
|
||||
List(out, aIndent, mOverrideSheets);
|
||||
// List(out, aIndent, mOverrideSheets);
|
||||
List(out, aIndent, mDocSheets);
|
||||
List(out, aIndent, mBackstopSheets);
|
||||
// List(out, aIndent, mBackstopSheets);
|
||||
}
|
||||
|
||||
void StyleSetImpl::ListContexts(nsIStyleContext* aRootContext, FILE* out, PRInt32 aIndent)
|
||||
|
||||
Reference in New Issue
Block a user