added charset attributes

This commit is contained in:
buster%netscape.com 1999-11-11 00:39:50 +00:00
parent dde5dae6b7
commit 501c672a51

View File

@ -23,6 +23,7 @@
#include "nsISupports.idl"
#include "domstubs.idl"
/**
* The nsIHTMLDocShell
*/
@ -63,6 +64,16 @@ interface nsIHTMLDocShell : nsISupports
*/
attribute wstring forceCharacterSet;
/*
XXX Comment here!
*/
readonly attribute wstring hintCharacterSet;
/*
XXX Comment here!
*/
readonly attribute PRInt32 hintCharacterSetSource;
/* the following is the hacky access method
Commented out as nsCharsetSource should be something IDL like
void GetCharacterSetHint(in wstring hintCharset, in nsCharsetSource charsetSource);