Closed
Bug 1980572
Opened 2 months ago
Closed 2 months ago
Turn InspectorPanel into a class
Categories
(DevTools :: Inspector, task)
DevTools
Inspector
Tracking
(firefox143 fixed)
RESOLVED
FIXED
143 Branch
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
we're still using a function + proto https://searchfox.org/mozilla-central/rev/6e2b186c296474e032d9ae2e000b7c870396775c/devtools/client/inspector/panel.js#7,10
function InspectorPanel(iframeWindow, toolbox, commands) {
...
InspectorPanel.prototype = {
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 months ago
|
||
Assignee | ||
Updated•2 months ago
|
Blocks: dt-polish-debt
Pushed by nchevobbe@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d0409040a61a
https://hg.mozilla.org/integration/autoland/rev/3458eddf85e5
[devtools] Turn InspectorPanel into a proper ES class. r=devtools-reviewers,bomsy.
https://github.com/mozilla-firefox/firefox/commit/2d6bd720ae3a
https://hg.mozilla.org/integration/autoland/rev/0419b5452df4
[devtools] Use proper private properties in InspectorPanel. r=devtools-reviewers,bomsy.
Comment 4•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3458eddf85e5
https://hg.mozilla.org/mozilla-central/rev/0419b5452df4
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in
before you can comment on or make changes to this bug.
Description
•