
Events
Get flash to fully experience Pearltrees
This article is for XUL / JavaScript developers who want to have custom code executed each time a new page is loaded in browser/mail.
On page load - MDC
Mobile/Fennec/CodeSnippets
Here you should find a set of useful code snippets to help you work with Fennec. Although Fennec is built on XUL and JS, like Firefox, the architecture between Firefox and Fennec is different.Detecting page loads in a Firefox Extension
Progress Listeners - MDC
Progress Listeners Progress listeners allow extensions to be notified of events associated with documents loading in the browser and with tab switching events. Progress listeners implement the nsIWebProgressListener interface.This is frustrating me. How come the progress listener does not get called for a page loading in a tab that does not have focus?! I can't figure out why the Mozilla interface doesn't support this.
addProgressListener for ALL Tabs?!
There are a lot of events that can be fired in Mozilla code. Some of these are standard events, such as those created by the DOM.
Gecko-Specific DOM Events - MDC
Events - MDC
Getting a Progress Listener to work
Following from the Event listeners & logging browsing session this topic is about the NSIWebProgressListener object. And then tried to incorporate a progress listener to my overlay.Hi, guys,

