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:
tbogard%aol.net
1999-10-20 07:37:37 +00:00
parent 47d0316267
commit 501277d9f2

View File

@@ -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);
*/
};