Re: XULRunner 8.0.1 - missing interfaces
Neil Deakin <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
On 11-12-12 8:44 AM, Agustín Catellani wrote: > Hi everyone! I'm doing an update of a FF extension I have, and I'm > facing the problem that nsIDOMFocusListener is not longer part of > Xulrunner library. I've search the web for info about what happened to > that interface with no success. Can you guive me some advice regarding > where to find documentation about the changes of Xulrunner? Because in > the official page the "Release notes" links leads me to FF3.6. > Best regards. > > Agustín You can just use the standard dom interfaces for event listening. (nsIDOMEventTarget, nsIDOMEventListener)