Skip to content

Commit

Permalink
Add note: no way to unload frame script due to Mozilla bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Jul 27, 2015
1 parent 5adbeda commit 22b4aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -3387,6 +3387,7 @@ var privateTab = {
var privacyContext = this.getTabPrivacyContext(tab);
if(!privacyContext) { // Electrolysis
//~ todo: find way to use only one frame script
// Also there is no way to unload frame script: https://bugzilla.mozilla.org/show_bug.cgi?id=1051238
_log("toggleTabPrivate(): getTabPrivacyContext() failed, will use frame script");
var data = '\
var isPrivate = ' + isPrivate + '\n\
Expand Down

0 comments on commit 22b4aeb

Please sign in to comment.