Output more debug logs
This commit is contained in:
parent
471742bb0b
commit
399a31202e
@ -5637,6 +5637,8 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
||||
if (!aChild.parentNode || (aParent && !aParent.parentNode)) // do nothing for closed tab!
|
||||
return;
|
||||
|
||||
log('attachTabTo: attach ', aChild._tPos, ' to '. parentTab._tPos);
|
||||
|
||||
aInfo = aInfo || {};
|
||||
var newAncestors = [];
|
||||
|
||||
@ -5817,6 +5819,8 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
|
||||
if (!parentTab)
|
||||
return;
|
||||
|
||||
log('detachTab: detach ', aChild._tPos, ' from '. parentTab._tPos);
|
||||
|
||||
if (!aInfo.dontUpdateInsertionPositionInfo)
|
||||
this.closeUpInsertionPositionInfoAround(aChild);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user