Closed
Bug 1499340
Opened 7 years ago
Closed 7 years ago
Remove TabSelect event listener from _setupEventListeners
Categories
(Firefox :: Tabbed Browser, enhancement, P3)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: dao, Assigned: Oriol)
References
Details
Attachments
(1 file)
https://hg.mozilla.org/mozilla-central/rev/4ecde963891e#l1.153
Tabbrowser itself dispatches the TabSelect event in updateCurrentBrowser. It doesn't make sense for tabbrowser to listen to its own event. Instead the relevant code should move to updateCurrentBrowser.
Oriol, would you mind looking into this?
Flags: needinfo?(oriol-bugzilla)
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → oriol-bugzilla
Status: NEW → ASSIGNED
Flags: needinfo?(oriol-bugzilla)
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/41a19ac5f495
Remove TabSelect event listener from _setupEventListeners. r=dao
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Updated•7 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•