legege / searchboxsync

Update the search bar automatically from wherever you search
4 stars 2 forks source link

bug 608628 #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 diamant...@gmail.com on 16 Oct 2011 at 10:35