mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
moved SizeToContent from nsIDOMWindowInternal to nsIDOMWindow and updated existing code. fixes bug 69922, r=dr, sr=brendan, a=blizzard
This commit is contained in:
parent
d48bd25aab
commit
6316cae1ec
@ -937,6 +937,7 @@ enum nsDOMProp {
|
||||
NS_DOM_PROP_WINDOW_SCROLLTO,
|
||||
NS_DOM_PROP_WINDOW_SCROLLX,
|
||||
NS_DOM_PROP_WINDOW_SCROLLY,
|
||||
NS_DOM_PROP_WINDOW_SIZETOCONTENT,
|
||||
NS_DOM_PROP_WINDOW_TOP,
|
||||
NS_DOM_PROP_WINDOWCOLLECTION_ITEM,
|
||||
NS_DOM_PROP_WINDOWCOLLECTION_LENGTH,
|
||||
@ -1022,7 +1023,6 @@ enum nsDOMProp {
|
||||
NS_DOM_PROP_WINDOWINTERNAL_SETINTERVAL,
|
||||
NS_DOM_PROP_WINDOWINTERNAL_SETTIMEOUT,
|
||||
NS_DOM_PROP_WINDOWINTERNAL_SIDEBAR,
|
||||
NS_DOM_PROP_WINDOWINTERNAL_SIZETOCONTENT,
|
||||
NS_DOM_PROP_WINDOWINTERNAL_STATUS,
|
||||
NS_DOM_PROP_WINDOWINTERNAL_STATUSBAR,
|
||||
NS_DOM_PROP_WINDOWINTERNAL_STOP,
|
||||
|
Loading…
Reference in New Issue
Block a user