Closed
Bug 1428402
Opened 8 years ago
Closed 2 years ago
Add a line to about:support that identifies if the user has userChrome.css or userContent.css
Categories
(Firefox :: General, enhancement, P3)
Firefox
General
Tracking
()
RESOLVED
FIXED
117 Branch
People
(Reporter: chutten, Assigned: gregp)
References
Details
Attachments
(1 file)
A lot of time can be wasted diagnosing bugs that eventually, after some long investigation, turn out to be silently-failing userChrome.css selectors.
To diagnose problems of this sort faster, perhaps we could annotate about:support to include whether the user reporting the issue has user stylesheets?
Comment 1•8 years ago
|
||
cat the entire contents of userContent and userChrome into an about:support heading?
| Reporter | ||
Comment 2•8 years ago
|
||
Strings have a nasty habit of occasionally containing data we don't need (or want) to know. I think we can get most of the benefit from something along the lines of:
"User CSS: {chrome|content|<none>}"
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
| Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → gp3033
Status: NEW → ASSIGNED
Pushed by gp3033@protonmail.com:
https://hg.mozilla.org/integration/autoland/rev/df74c724a47d
Add legacy user stylesheet information to about:support r=Gijs
Comment 5•2 years ago
|
||
Backed out for causing bc failures in toolkit/modules/tests/browser/browser_Troubleshoot.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/2c84ea387b11c7836543e0942ff4d3a969026faf
Flags: needinfo?(gp3033)
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(gp3033)
Pushed by gp3033@protonmail.com:
https://hg.mozilla.org/integration/autoland/rev/8abddd293750
Add legacy user stylesheet information to about:support r=Gijs
Comment 7•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•