Closed
Bug 1555929
Opened 6 years ago
Closed 6 years ago
Use handleEvent and on_<event name> pattern in MozTab and MozTabbrowserTab
Categories
(Firefox :: Tabbed Browser, task, P3)
Firefox
Tabbed Browser
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file)
See UrlbarView.jsm for instance.
| Assignee | ||
Updated•6 years ago
|
status-firefox69:
affected → ---
| Assignee | ||
Comment 1•6 years ago
|
||
I'll drop the leading underscore in order to share this behavior between tabbox.js and tabbrowser-tab.js.
While I'm at it I'll also look into using target instead originalTarget here since these elements aren't anonymous anymore.
Assignee: nobody → dao+bmo
Status: NEW → ASSIGNED
Summary: Use handleEvent and _on_<event name> pattern in tabbrowser-tab.js → Use handleEvent and on_<event name> pattern in tabbrowser-tab.js
| Assignee | ||
Updated•6 years ago
|
Summary: Use handleEvent and on_<event name> pattern in tabbrowser-tab.js → Use handleEvent and on_<event name> pattern in MozTab and MozTabbrowserTab
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6fa9d5d2aa9d
Use handleEvent and on_<event name> pattern in MozTab and MozTabbrowserTab. r=bgrins
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
| Assignee | ||
Updated•6 years ago
|
Iteration: --- → 69.2 - May 27 - Jun 9
Points: --- → 2
You need to log in
before you can comment on or make changes to this bug.
Description
•