I just landed bug 1550770 which makes it an error to have an XPIDL
interface with a [notxpcom] method or attribute that is not [builtinclass].
Previously, we would just silently make it builtinclass. The new approach
makes it easier to see if an interface is really builtinclass or not, but
if you have a patch in progress that adds a notxpcom thing then this might
break your patch, so be aware.

Here's the XPIDL documentation for anybody who hasn't seen it:
  https://developer.mozilla.org/en-US/docs/Archive/Mozilla/XPIDL

Andrew
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to