Kenny YU wrote: > Thanks... but other than compiling the whole build again, can I > download/install the extension from somewhere else?
I don't think so; the code relies upon the definitions of nsIContent and nsIFrame, both of which are highly internal to the browser and very much not intended for exposure to or use by extensions. You'd need a version specific to the binary layouts of each, and there's way too little audience for this for it to make sense to do that (not to mention it would set a poor example and make it more likely those interfaces would be considered available for extensions to use -- bad because if a security fix required changing either, you'd either have to break all such extensions or bloat every such object by four bytes -- and there are a *lot* of those in existence at any given time). Jeff _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

