mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-22 12:04:38 +00:00
added charset attributes
This commit is contained in:
parent
dde5dae6b7
commit
501c672a51
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user