diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index ab0400290..12b79485a 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.9.11.100", + "version": "1.9.11.101", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index 028a9801e..77f99a561 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -422,10 +422,6 @@ var contentObserver = { sandbox.removeMessageListener = sandbox.sendAsyncMessage = function(){}; sandbox.vAPI = {}; - if ( messager && messager.ublock0LocationChangeListener ) { - messager.ublock0LocationChangeListener.stop(); - delete messager.ublock0LocationChangeListener; - } messager = null; }; } @@ -596,7 +592,6 @@ var LocationChangeListener = function(docShell, webProgress) { return; } this.messageManager = mm; - this.webProgress = webProgress; webProgress.addProgressListener(this, Ci.nsIWebProgress.NOTIFY_LOCATION); }; @@ -617,13 +612,6 @@ LocationChangeListener.prototype.onLocationChange = function(webProgress, reques }); }; -LocationChangeListener.prototype.stop = function() { - if ( this.webProgress ) { - this.webProgress.removeProgressListener(this); - } - this.messageManager = this.webProgress = null; -}; - /******************************************************************************/ contentObserver.register(); diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 13f6f86fe..a8b744c60 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.9.11.100", + "version": "1.9.11.101", "default_locale": "en", "description": "__MSG_extShortDesc__",