mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Added attributes for stating if a docshell should allow plugins or not.
This commit is contained in:
parent
221a237933
commit
2e336fd20f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user