Added attributes for stating if a docshell should allow plugins or not.

This commit is contained in:
tbogard%aol.net 2000-03-11 00:47:59 +00:00
Родитель a364b44502
Коммит cdcf127807
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -125,6 +125,11 @@ interface nsIDocShell : nsISupports
*/ */
attribute nsIURIContentListener parentURIContentListener; attribute nsIURIContentListener parentURIContentListener;
/*
Attribute stating if it should allow plugins or not.
*/
attribute boolean allowPlugins;
/** /**
* Set/Get the document scale factor. When setting this attribute, a * Set/Get the document scale factor. When setting this attribute, a
* NS_ERROR_NOT_IMPLEMENTED error may be returned by implementations * NS_ERROR_NOT_IMPLEMENTED error may be returned by implementations