On 11/8/15 3:56 PM, [email protected] wrote:
Because we use gecko internals in the component. A bunch of nsI* classes.
I believe that's the part that's not supported. You can have a binary blob that's self-contained and that you talk to via ctypes, but it shouldn't be touching nsI*. They can and will change without preserving either source or binary compat and can disappear altogether (e.g. nsIDOMWindow recently changed to not have any methods on it at all).
-Boris _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

