Skip to content

Commit

Permalink
Backed out changeset 309b64bd96a1 (bug 1396399) for mochitest failure…
Browse files Browse the repository at this point in the history
…s at test_ext_contentscript_activeTab.html and ESlint failure at SpecialPowersParent.jsm. CLOSED TREE
  • Loading branch information
cristianbrindusan committed Sep 16, 2020
1 parent 09fafce commit 5cb053c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 419 deletions.
4 changes: 0 additions & 4 deletions testing/specialpowers/content/SpecialPowersChild.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -2141,10 +2141,6 @@ class SpecialPowersChild extends JSWindowActorChild {
sendMessage(...args) {
sp.sendAsyncMessage("SPExtensionMessage", { id, args });
},

grantActiveTab(tabId) {
sp.sendAsyncMessage("SPExtensionGrantActiveTab", { id, tabId });
},
};

this.sendAsyncMessage("SPLoadExtension", { ext, id });
Expand Down
7 changes: 0 additions & 7 deletions testing/specialpowers/content/SpecialPowersParent.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -1106,13 +1106,6 @@ class SpecialPowersParent extends JSWindowActorParent {
return undefined;
}

case "SPExtensionGrantActiveTab": {
let {id, tabId} = aMessage.data;
let {tabManager} = this._extensions.get(id);
tabManager.addActiveTabPermission(tabManager.get(tabId).nativeTab);
return undefined;
}

case "SPUnloadExtension": {
let id = aMessage.data.id;
let extension = this._extensions.get(id);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ support-files =
file_WebRequest_page3.html
file_contains_img.html
file_contains_iframe.html
file_contentscript_activeTab.html
file_contentscript_activeTab2.html
file_contentscript_iframe.html
file_image_bad.png
file_image_good.png
file_image_great.png
Expand Down Expand Up @@ -80,8 +77,6 @@ skip-if = os == 'android'
skip-if = headless # Bug 1405872
[test_ext_contentscript_about_blank.html]
skip-if = os == 'android' # bug 1369440
[test_ext_contentscript_activeTab.html]
fail-if = true # Broken by DocumentChannel
[test_ext_contentscript_cache.html]
skip-if = (os == 'linux' && debug) || (toolkit == 'android' && debug) # bug 1348241
fail-if = xorigin # TypeError: can't access property "staticScripts", ext is undefined - Should not throw any errors
Expand Down
Loading

0 comments on commit 5cb053c

Please sign in to comment.