Closed
Bug 1869574
Opened 2 years ago
Closed 2 years ago
Remove the wants-back-button hack that was added for Report Broken Site
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: twisniewski, Assigned: itiel_yn8)
References
Details
Attachments
(1 file)
We should be able to drop the wants-back-button hack from reportBrokenSitePanel.inc.xhtml if we alter this part of PanelMultiView.sys.mjs by dropping headerWantsBackButton and changing the if-statement to just:
if (!headerBackButton)
(Itiel assures me that there is no need to check for headerInfoButton in that if-statement).
(In reply to Thomas Wisniewski [:twisniewski] from comment #0)
(Itiel assures me that there is no need to check for
headerInfoButtonin that if-statement).
"assures" is a strong word, but I'm pretty sure that check is not needed. Patch incoming.
Updated•2 years ago
|
Assignee: nobody → itiel_yn8
Status: NEW → ASSIGNED
Pushed by itiel_yn8@walla.com:
https://hg.mozilla.org/integration/autoland/rev/65446098ef64
Refactor the headerText setter to cater for more panelview needs r=twisniewski,Gijs,translations-reviewers
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•