Closed
Bug 1415537
Opened 8 years ago
Closed 8 years ago
Rename mTabstrip to something more meaningful
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file)
mTabstrip is too ambiguous. The property actually refers to the <arrowscrollbox> element.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8926360 [details]
Bug 1415537 - Rename mTabstrip to arrowScrollbox.
https://reviewboard.mozilla.org/r/197644/#review202882
::: browser/base/content/tabbrowser.xml:7054
(Diff revision 1)
> - this.mTabstrip.ensureElementIsVisible(aTab);
> + this.arrowScrollbox.ensureElementIsVisible(aTab);
> return;
> }
>
> - this.mTabstrip.scrollByPixels(this.mTabstrip._isRTLScrollbox ?
> + this.arrowScrollbox.scrollByPixels(this.arrowScrollbox._isRTLScrollbox ?
> selected.right - scrollRect.right :
please fix the indent here
Attachment #8926360 -
Flags: review?(florian) → review+
| Comment hidden (mozreview-request) |
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b36ace8b707
Rename mTabstrip to arrowScrollbox. r=florian
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
You need to log in
before you can comment on or make changes to this bug.
Description
•