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
parent 221a237933
commit 2e336fd20f

View File

@ -125,6 +125,11 @@ interface nsIDocShell : nsISupports
*/
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
* NS_ERROR_NOT_IMPLEMENTED error may be returned by implementations