| moz.build |
|
448 |
| msgIDelegateList.idl |
This interface provides a list of methods that should be delegated to
a JsObject rather than a C++ XPCOM base object in JsAccount classes.
|
705 |
| msgIJaUrl.idl |
Additional interface supported by JsBaseUrl to allow setting variables that
are typically done in C++ by overriding classes, which is not allowed in JS.
|
870 |
| msgIOverride.idl |
Mailnews code typically has a C++ base class for objects, which is then
specialized for each account type with a C++ subclass of the base class.
This interface provides the ability of JavaScript-based account
implementations to use the same C++ base classes as core objects, but
use JavaScript to override methods instead of C++.
|
1566 |