mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 08:51:04 +00:00
Integrated some changes made by buster. Still talking some them over, but here for now.
This commit is contained in:
parent
2628bfcc79
commit
e3261dc273
@ -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);
|
||||
*/
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user