merge mozilla-inbound to mozilla-central a=merge

This commit is contained in:
Carsten "Tomcat" Book
2017-04-19 10:32:48 +02:00
79 changed files with 4423 additions and 337 deletions

View File

@@ -6248,7 +6248,7 @@
if (width != this.mTabstripWidth) {
this.adjustTabstrip();
this._fillTrailingGap();
this._handleTabSelect();
this._handleTabSelect(false);
this.mTabstripWidth = width;
}
break;