On Fri, 12 Oct 2001 11:04:08 -0400, Jon Smirl <[EMAIL PROTECTED]> wrote: >Sounds like all of the NS_NewXXX functions need to be carefully inspected to >make sure they only call public APIs. Most of the ones in layout/content >violate this.
s/all of the/all of the exported/ > >I wish there was a simpler way to separate component public APIs from app >public APIs. Should all app public APIs be required to live in an IDL file? >This would allow the build process to play with the include paths and hide >the non-global component APIs from the rest of the app. > Yes, but most of the older stuff was written before xpidl was available. see nsIFrame for an example of an interface which is definately more than an interface (yes, theres a bug on that) Bradley
