Closed
Bug 1111276
Opened 11 years ago
Closed 11 years ago
Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 37
People
(Reporter: dao, Assigned: abdelrahman, Mentored)
Details
(Whiteboard: [good first bug][lang=js])
Attachments
(1 file)
|
50.94 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
gBrowser.selectedTab.linkedBrowser is a clumsy way of getting the selected browser. We should use gBrowser.selectedBrowser instead.
Affected files:
http://mxr.mozilla.org/mozilla-central/search?string=.selectedTab.linkedBrowser
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8536212 -
Flags: review?(dao)
| Assignee | ||
Updated•11 years ago
|
Attachment #8536212 -
Attachment is patch: true
| Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8536212 [details] [diff] [review]
rev 1 - replace selectedTab.linkedBrowser with selectedBrowser
Thanks!
Attachment #8536212 -
Flags: review?(dao) → review+
| Reporter | ||
Comment 3•11 years ago
|
||
Assignee: nobody → codo.abdo
| Reporter | ||
Comment 4•11 years ago
|
||
Looks like this bug wasn't properly updated when the patch was merged to mozilla-central earlier today. This seems to happen fairly often recently.
https://hg.mozilla.org/mozilla-central/rev/1439cb361d99
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 37
Comment 5•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/2bffbe18b081b1357801fb4a2af2294d4092ebaa
Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
You need to log in
before you can comment on or make changes to this bug.
Description
•