Don't show/expand the tab bar for feedback about pinned/hidden tabs

This commit is contained in:
Piro / YUKI Hiroshi 2016-05-30 02:20:07 +09:00
parent 313722256d
commit bff02ff384

View File

@ -767,6 +767,9 @@ AutoHideBrowser.prototype = inherit(AutoHideBase.prototype, {
!utils.getTreePref('tabbar.autoShow.feedback'))
return;
if (aTab.pinned || aTab.hidden)
return;
var w = this.window;
if (this.delayedShowForFeedbackTimer) {
w.clearTimeout(this.delayedShowForFeedbackTimer);