Window.controllers

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Summary

Returns the XUL controllers of the chrome window.

Syntax

JavaScript
<var>controllers</var> = window.controllers

Specification

XUL-specific. Not part of specification.

By default, a window's controller contains the code that supports the global window commands.

Chrome code can add controllers (to be used in conjunction with the goDoCommand and goUpdateCommand functions in globalOverlay.js).

However, the added controllers must be explicitly removed when the window is unloaded, as this is not done automatically.

Each missing removal can cause

bug 415775:
JavaScript
ASSERTION: XPConnect is being called on a scope without a 'Components' property!

 

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/window/controllers

API HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Property Reference Référence Window