From 209f79535b18cc5f5c89c6eb41ff8ecfbb259eb8 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 2 Apr 2017 22:48:11 -0400 Subject: [PATCH] new revision for release candidate --- platform/chromium/manifest.json | 2 +- platform/firefox/bootstrap.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 451e2764f..4e1588b28 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.11.5.106", + "version": "1.11.5.107", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/firefox/bootstrap.js b/platform/firefox/bootstrap.js index f6f85e814..c11454041 100644 --- a/platform/firefox/bootstrap.js +++ b/platform/firefox/bootstrap.js @@ -105,7 +105,6 @@ function getWindowlessBrowserFrame(appShell) { windowlessBrowser.document.location = "data:application/vnd.mozilla.xul+xml;charset=utf-8,"; } - function waitForHiddenWindow() { let appShell = Cc['@mozilla.org/appshell/appShellService;1'] .getService(Ci.nsIAppShellService);