Closed
Bug 1748431
Opened 3 years ago
Closed 3 years ago
Turn EventTooltip into an ES class
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(firefox97 fixed)
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
The method was only called from one place, just after creating the object.
Depends on D135041
Assignee | ||
Comment 3•3 years ago
|
||
The function was only creating an EventTooltip instance, so we can directly modify
the only call site to do the same thing.
Depends on D135042
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6270140bd260
[devtools] Turn EventTooltip into an ES class. r=ochameau.
https://hg.mozilla.org/integration/autoland/rev/f20a7f7d8b78
[devtools] Fold EventTooltip#init into the constructor. r=ochameau.
https://hg.mozilla.org/integration/autoland/rev/9175a8e085c6
[devtools] Remove unnecessary setEventTooltip function. r=ochameau.
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6270140bd260
https://hg.mozilla.org/mozilla-central/rev/f20a7f7d8b78
https://hg.mozilla.org/mozilla-central/rev/9175a8e085c6
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•