Closed
Bug 1523049
Opened 5 years ago
Closed 4 years ago
Implement the context menu for the new rules view
Categories
(DevTools :: Inspector: Rules, enhancement, P3)
DevTools
Inspector: Rules
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: gl, Assigned: gl)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We can reuse the StyleInspectorMenu (https://searchfox.org/mozilla-central/source/devtools/client/inspector/shared/style-inspector-menu.js) to handle the context menus. We will need to implement the context menu handler (https://searchfox.org/mozilla-central/source/devtools/client/inspector/rules/rules.js#465-476) and getNodeInfo (https://searchfox.org/mozilla-central/source/devtools/client/inspector/rules/rules.js#337).
We can also look to the Changes panel which also recently implemented the context menu as well (https://bugzilla.mozilla.org/show_bug.cgi?id=1518512).
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → gl
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Pushed by gluong@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3b2e49d603db Implement the context menu for the new rules view. r=rcaliman
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•