Integrated some changes made by buster. Still talking some them over, but here for now.
git-svn-id: svn://10.0.0.236/trunk@51251 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -33,5 +33,35 @@ interface nsIHTMLDocShell : nsISupports
|
||||
/*
|
||||
Scrolls to a given DOM content node.
|
||||
*/
|
||||
void ScrollToNode(in nsIDOMNode node);
|
||||
void scrollToNode(in nsIDOMNode node);
|
||||
|
||||
/*
|
||||
XXX Comment here!
|
||||
*/
|
||||
attribute long marginWidth;
|
||||
|
||||
/*
|
||||
XXX Comment here!
|
||||
*/
|
||||
attribute long marginHeight;
|
||||
|
||||
/*
|
||||
XXX Comment here!
|
||||
*/
|
||||
attribute boolean isFrame;
|
||||
|
||||
/*
|
||||
XXX Comment here!
|
||||
*/
|
||||
attribute wstring defaultCharacterSet;
|
||||
|
||||
/*
|
||||
XXX Comment here!
|
||||
*/
|
||||
attribute wstring forceCharacterSet;
|
||||
|
||||
/* the following is the hacky access method
|
||||
Commented out as nsCharsetSource should be something IDL like
|
||||
void GetCharacterSetHint(in wstring hintCharset, in nsCharsetSource charsetSource);
|
||||
*/
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user