You were right, Neil. gBrowser.mCurrentBrowser.addProgressListener() does the trick. Assuming I want the loading status of all resources on all pages & tabs, I should do this for all elements in gBrowser.browsers and all new tabs, right?
----- Original Message ---- From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Mozdev Project Owners List <[email protected]> Sent: Sunday, January 7, 2007 12:49:12 PM Subject: Re: [Project_owners] help with web progress listener Thanks for the suggestion, Neil. Aren't I already listening directly on the browser's element by using gBrowser.addProgressListener()? ----- Original Message ---- From: Neil <[EMAIL PROTECTED]> To: [email protected] Sent: Sunday, January 7, 2007 11:22:59 AM Subject: Re: [Project_owners] help with web progress listener Eric H. Jung wrote: > I have a web progress listener that doesn't report the status of > inline page components (image, js files, css files, etc)--just the URL > entered into the address bar. Anyone know what I need to do to get the > status of inline page components, too? I think the tabbrowser might filter those out - try listening directly to the browser element's web progress instead. _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
_______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
