Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

bug 608628 #16

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments
Open

bug 608628 #16

GoogleCodeExporter opened this issue Mar 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

fix Extension to avoid this error at start:

Error: gBrowser.addProgressListener was called with a second argument, which is 
not supported. See bug 608628.

search:

window.getBrowser().addProgressListener(this.progressListener, 
Components.interfaces.nsIWebProgress.NOTIFY_STATE_DOCUMENT);

and replace:

window.getBrowser().addProgressListener(this.progressListener); //, 
Components.interfaces.nsIWebProgress.NOTIFY_STATE_DOCUMENT

Original issue reported on code.google.com by [email protected] on 16 Oct 2011 at 10:35

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant