You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Private Tab v0.2.1 installed on a new profile is broken, there's no menu on tabs or elsewhere where it should be. No extensions.privateTab.* in about:config either.
Browser console shows only a single warning about undefined variable while bootstrapping addon.
Private Tab v0.2.1 installed on a new profile is broken, there's no menu on tabs or elsewhere where it should be. No extensions.privateTab.* in about:config either.
Browser console shows only a single warning about undefined variable while bootstrapping addon.
1485004167185 addons.xpi WARN Exception running bootstrap method startup on privateTab@infocatcher: ReferenceError: _log is not defined (resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/juozas/.mozilla/firefox/2qszt5fm.test7/extensions/privateTab@infocatcher.xpi!/bootstrap.js:4753:4) JS Stack trace: prefs.init@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/juozas/.mozilla/firefox/2qszt5fm.test7/extensions/privateTab@bootstrap.js:4753:4 < privateTab.init@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/juozas/.mozilla/firefox/2qszt5fm.test7/extensions/privateTab@bootstrap.js:37:3 < startup@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/juozas/.mozilla/firefox/2qszt5fm.test7/extensions/privateTab@bootstrap.js:24:2 < this.XPIProvider.callBootstrapMethod@XPIProvider.jsm:4800:9 < this.XPIProvider.startup@XPIProvider.jsm:2772:13 < callProvider@AddonManager.jsm:236:12 < _startProvider@AddonManager.jsm:788:5 < AddonManagerInternal.startup@AddonManager.jsm:972:9 < this.AddonManagerPrivate.startup@AddonManager.jsm:3016:5 < amManager.prototype.observe@addonManager.js:71:9
Uninstalling gives another error:
1485005139658 addons.xpi WARN Exception running bootstrap method shutdown on privateTab@infocatcher: TypeError: PrivateBrowsingUtils._privateTabOrigIsWindowPrivate is not a function (resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/juozas/.mozilla/firefox/2qszt5fm.test7/extensions/privateTab@infocatcher.xpi!/bootstrap.js:4243:20) JS Stack trace: privateTab.isPrivateWindow@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/juozas/.mozilla/firefox/2qszt5fm.test7/extensions/privateTab@bootstrap.js:4243:20 < privateTab.askToClosePrivateTabs@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/juozas/.mozilla/firefox/2qszt5fm.test7/extensions/privateTab@bootstrap.js:1568:7 < privateTab.destroy@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/juozas/.mozilla/firefox/2qszt5fm.test7/extensions/privateTab@bootstrap.js:72:4 < shutdown@resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///home/juozas/.mozilla/firefox/2qszt5fm.test7/extensions/privateTab@bootstrap.js:27:2 < this.XPIProvider.callBootstrapMethod@XPIProvider.jsm:4800:9 < this.XPIProvider.uninstallAddon@XPIProvider.jsm:5106:7 < AddonWrapper.prototype.uninstall@XPIProvider.jsm:7504:5 < uninstall@extensions.xml:1548:13 < oncommand@about:addons:1:1
Work-around: Install version 0.2.0 or earlier, update to 0.2.1
Tested under Firefox 50.1.0, Xubuntu 16.10
The text was updated successfully, but these errors were encountered: