Remove the old and unused Folder Pane Columns options
Categories
(Thunderbird :: Folder and Message Lists, task)
Tracking
(thunderbird114? fixed)
People
(Reporter: aleca, Assigned: vineet)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Supernova3p])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
In the App Menu we have View > Layout > Folder Pane Columns
which is not used anymore in the new Folder Pane.
We can drop all references to this, as well as the commands and related JS methods using it.
App menu items: https://searchfox.org/comm-central/source/mail/components/customizableui/content/panelUI.inc.xhtml#361-365
XUL Commands items: https://searchfox.org/comm-central/search?q=cmd_toggleFolderPaneCols&path=&case=false®exp=false
Menu bar items: https://searchfox.org/comm-central/search?q=menu_showFolderPaneCols&path=&case=false®exp=false
Strings: https://searchfox.org/comm-central/search?q=showFolderPaneColsCmd&path=&case=false®exp=false
We can remove all of these things, making sure referenced IDs and strings are removed, and that no test is using any of these (and nuke them if they are).
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
** How to Test **
- Select Menu->View->Layout
- "Folder Pane Columns" should no longer be there
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/e1350d6bf7f7
Remove the old and unused Folder Pane Columns options. r=aleca
Comment 3•2 years ago
|
||
Congrats on getting first patch landed, Vineet!
Please update your hg username to your full name.
Comment 4•2 years ago
|
||
Comment on attachment 9334695 [details]
Bug 1832011 - Remove the old and unused Folder Pane Columns options. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for beta
Comment 5•2 years ago
|
||
bugherder uplift |
Thunderbird 114.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/2e543da67e77
Description
•