Closed
Bug 1587789
Opened 4 years ago
Closed 4 years ago
Remove XBL-related inspector parts now that XBL isn't used anymore in Firefox
Categories
(DevTools :: Inspector, task, P3)
DevTools
Inspector
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: pbro, Assigned: gl)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Are we XBL still? No we aren't!
So that means a few bits and pieces of code in the DevTools inspector can be removed now.
In particular the isXBLAnonymous
functions defined and used in:
devtools/server/actors/inspector/node.js
devtools/server/actors/inspector/utils.js
devtools/shared/layout/utils.js
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → gl
Status: NEW → ASSIGNED
Priority: -- → P3
Comment 1•4 years ago
|
||
This test can also be removed:
devtools/client/inspector/test/browser_inspector_highlighter-xbl.js
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by gluong@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8a47372311a9 Remove isXBLAnonymous functions defined and used in the inspector. r=bgrins
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
You need to log in
before you can comment on or make changes to this bug.
Description
•