Closed
Bug 1574667
Opened 6 years ago
Closed 5 years ago
The "Site information" header shows the wrong name for chrome:// URIs
Categories
(Firefox :: Site Identity, defect, P2)
Firefox
Site Identity
Tracking
()
RESOLVED
FIXED
Firefox 76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: aarushivij, Mentored)
Details
Attachments
(1 file)
On chrome://global/skin/in-content/info-pages.css the Page Info panel's header reads:
Site information for global
Updated•6 years ago
|
Priority: -- → P2
Comment 1•5 years ago
•
|
||
You will need to update this function which already has special case handling for "about" URLs to handle "chrome" as well. It's probably best to simply use the spec field of the URL in this case.
Please also add a test case to the list at https://searchfox.org/mozilla-central/source/browser/base/content/test/siteIdentity/browser_identity_UI.js
aarushivij, would you like to take this bug?
Thanks! :)
Mentor: jhofmann, prathikshaprasadsuman
Flags: needinfo?(aarushivij)
| Assignee | ||
Comment 2•5 years ago
|
||
Yes Johann, I shall work on this bug.
Thanks :)
Flags: needinfo?(aarushivij)
Updated•5 years ago
|
Assignee: nobody → aarushivij
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•5 years ago
|
||
Pushed by jhofmann@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/87eede8b84f5
The Site information header shows the wrong name for chrome:// URLs r=johannh
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•