Closed
Bug 1649788
Opened 5 years ago
Closed 5 years ago
Remove the unused "Show Header" checkbox found under IM prefs
Categories
(Thunderbird :: Instant Messaging, task)
Thunderbird
Instant Messaging
Tracking
(thunderbird_esr78 wontfix, thunderbird80 fixed)
RESOLVED
FIXED
81 Branch
People
(Reporter: Paenglab, Assigned: Paenglab)
Details
Attachments
(1 file, 1 obsolete file)
8.65 KB,
patch
|
clokep
:
review+
rjl
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
In the prefs under Chat there is a "Show Header" checkbox that, according to clokep, isn't used in TB.
Assignee | ||
Comment 1•5 years ago
|
||
Remove it.
Comment 2•5 years ago
|
||
Comment on attachment 9160684 [details] [diff] [review]
1649788-remove-show-header.patch
Review of attachment 9160684 [details] [diff] [review]:
-----------------------------------------------------------------
I agree with removing the checkbox, but I wonder if there's a way to test this patch before bug 1646611 is fixed (and it looks like that bug will need to touch imThemes.jsm at the same place as this patch).
(for some reason, splinter won't let me publish this comment without removing the '?' review flag; I'll add it back)
::: chat/modules/imThemes.jsm
@@ +725,4 @@
> HTML += '<div id="Chat" aria-live="polite"></div>';
> HTML += replaceKeywordsInHTML(
> aTheme.html.footer,
> headerFooterReplacements,
Should we rename `headerFooterReplacements` to `footerReplacements`?
Attachment #9160684 -
Flags: review?(clokep)
Updated•5 years ago
|
Attachment #9160684 -
Flags: review?(clokep)
Assignee | ||
Comment 3•5 years ago
|
||
Renamed headerFooterReplacements to footerReplacements.
Attachment #9160684 -
Attachment is obsolete: true
Attachment #9160684 -
Flags: review?(clokep)
Attachment #9160692 -
Flags: review?(clokep)
Comment 4•5 years ago
|
||
Comment on attachment 9160692 [details] [diff] [review]
1649788-remove-show-header.patch
Review of attachment 9160692 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for the delay here. I think this change looks OK, although I'm unable to test it (as Florian alluded to).
Attachment #9160692 -
Flags: review?(clokep) → review+
Assignee | ||
Updated•5 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 81 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/4e1a80855772
Remove the unused "Show Header" checkbox under IM prefs. r=clokep DONTBUILD
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/762c14692ab2
follow-up - Fix formatting error. rs=lint
Comment 7•5 years ago
|
||
Comment on attachment 9160692 [details] [diff] [review]
1649788-remove-show-header.patch
[Triage Comment]
Taking this for Thunderbird 80b2 to avoid merging problems with bug 1646611.
Attachment #9160692 -
Flags: approval-comm-beta+
Comment 8•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
status-thunderbird80:
--- → fixed
Updated•5 years ago
|
status-thunderbird_esr78:
--- → affected
Updated•5 years ago
|
Summary: Remove the unused "Show Header" checkbox → Remove the unused "Show Header" checkbox found under IM prefs
You need to log in
before you can comment on or make changes to this bug.
Description
•