added charset member data
git-svn-id: svn://10.0.0.236/trunk@53141 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include "nsIFrame.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsIParser.h" // for nsCharSetSource
|
||||
#include "nsIDOMDocument.h"
|
||||
|
||||
#include "nsCHTMLDocShell.h"
|
||||
@@ -43,6 +44,9 @@ public:
|
||||
//nsIDocShellEdit Overrides
|
||||
NS_IMETHOD SelectAll();
|
||||
|
||||
// nsIDocShellContainer Overrides
|
||||
NS_IMETHOD AddChild(nsIDocShell *aChild);
|
||||
|
||||
static NS_METHOD Create(nsISupports* aOuter, const nsIID& aIID, void** ppv);
|
||||
|
||||
protected:
|
||||
@@ -56,6 +60,11 @@ protected:
|
||||
PRInt32 mMarginWidth;
|
||||
PRInt32 mMarginHeight;
|
||||
PRBool mIsFrame;
|
||||
/* character set member data */
|
||||
nsString mDefaultCharacterSet;
|
||||
nsString mHintCharset;
|
||||
nsCharsetSource mHintCharsetSource;
|
||||
nsString mForceCharacterSet;
|
||||
};
|
||||
|
||||
#endif /* nsHTMLDocShell_h__ */
|
||||
|
||||
Reference in New Issue
Block a user