Closed
Bug 1863006
Opened 2 years ago
Closed 2 years ago
Display selector warnings in Rules view
Categories
(DevTools :: Inspector: Rules, enhancement, P2)
DevTools
Inspector: Rules
Tracking
(firefox121 fixed)
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Regressed 1 open bug)
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
MDN might have dedicated pages for the issue (e.g. unconstrained :has perf warning might be documented https://github.com/mdn/mdn/issues/469)
| Assignee | ||
Comment 2•2 years ago
|
||
This will be used to have a common class we can target between the rule selector
and the ones in ancestor data (next patch in queue)
| Assignee | ||
Comment 3•2 years ago
|
||
We used to return selectorText for those, but we want to have individual elements
for each selectors so we can put selector warnings icon next to the right selector.
Depends on D192864
| Assignee | ||
Comment 4•2 years ago
|
||
For now this only handles UnconstrainedHas warnings, but we may have more
in the future.
Depends on D192865
Updated•2 years ago
|
Attachment #9362171 -
Attachment description: Bug 1863006 - [devtools] Add `ruleview-selector-container` class on selector element. r=#devtools-reviewers. → Bug 1863006 - [devtools] Tweak css classes for rules view selectors. r=#devtools-reviewers.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cc98109f1857
[devtools] Tweak css classes for rules view selectors. r=devtools-reviewers,ochameau.
https://hg.mozilla.org/integration/autoland/rev/c8b60425f0a2
[devtools] Return selectors array for ancestor rules. r=devtools-reviewers,ochameau.
https://hg.mozilla.org/integration/autoland/rev/a4657a05cffd
[devtools] Display selector warnings in Rule view. r=devtools-reviewers,fluent-reviewers,ochameau.
Comment 6•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/cc98109f1857
https://hg.mozilla.org/mozilla-central/rev/c8b60425f0a2
https://hg.mozilla.org/mozilla-central/rev/a4657a05cffd
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•