Closed
Bug 1311293
Opened 9 years ago
Closed 9 years ago
Remove link to missing inspector/components/side-panel.css in inspector.xhtml
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(firefox52 fixed)
RESOLVED
FIXED
Firefox 52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(1 file)
We import devtools/client/inspector/components/side-panel.css in inspector.xhtml but this file is nowhere to be found in the repository.
> <link rel="stylesheet" href="resource://devtools/client/inspector/components/side-panel.css"/>
The line was added to inspector.xul in Bug 1259819, I can't find any reference to a side-panel.css in the changeset that landed with this bug either. Potentially dead code to cleanup?
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•9 years ago
|
||
Honza: maybe you have a local version of side-panel.css that didn't make it in your changeset? If so feel free to repurpose this bug :)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8802445 [details]
Bug 1311293 - remove link to side-panel.css in inspector.xhtml;
https://reviewboard.mozilla.org/r/86846/#review85852
Yes, looks like leftover.
Honza
Attachment #8802445 -
Flags: review?(odvarko) → review+
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9efcbf2796de
remove link to side-panel.css in inspector.xhtml;r=Honza
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•