You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Oct 2011 at 10:35The text was updated successfully, but these errors were encountered: