Re: Extending Native javascript in dom
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
On 2/2/11 7:13 AM, Kenny wrote: > I have embedded mozilla/gecko in a windows app and would like to add > some native javascript properties/functions/classes to enable the > embedded browser to be able to script at least some of the > functionality of the main program. You can register things with the various categories listed at https://developer.mozilla.org/en/XPCOM/XPCOM_changes_in_Gecko_2.0#Changed_category_names Sadly, there's not much documentation for this stuff... -Boris