From 1aa8b4fc1e7b2e7a87d8c53da2da34de31f9f632 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 14 May 2015 09:40:15 -0400 Subject: [PATCH] this addressed #200: uMatrix compatible for FF35+ --- platform/firefox/install.rdf | 2 +- platform/firefox/vapi-background.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/firefox/install.rdf b/platform/firefox/install.rdf index e63c544..7c8a804 100644 --- a/platform/firefox/install.rdf +++ b/platform/firefox/install.rdf @@ -17,7 +17,7 @@ {{ec8030f7-c20a-464f-9b0e-13a3a9e97384}} - 29.0 + 35.0 41.0 diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 5055139..5e860e2 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1245,7 +1245,6 @@ var httpObserver = { } if ( aWindow ) { return vAPI.tabs.getTabId(aWindow - .QueryInterface(Ci.nsIInterfaceRequestor) .getInterface(Ci.nsIWebNavigation) .QueryInterface(Ci.nsIDocShell) .rootTreeItem