Closed
Bug 1873008
Opened 2 years ago
Closed 2 years ago
convert mailnews/news/content/downloadheaders.xhtml to top level <html>, and fix stray wrong/missing doctypes
Categories
(Thunderbird :: Mail Window Front End, task)
Thunderbird
Mail Window Front End
Tracking
(thunderbird_esr115 wontfix, thunderbird122 wontfix)
RESOLVED
FIXED
123 Branch
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(2 files)
Martin found https://searchfox.org/comm-central/source/mailnews/news/content/downloadheaders.xhtml which is still using top level <dialog>
There are also some missing/wrong doc types to clean up.
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/calendar/content/calendar-conflicts-dialog.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/calendar/content/calendar-ics-file-dialog.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/calendar/content/calendar-uri-redirect-dialog.xhtml
XUL: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/AccountWizard.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/aboutImport.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/addressbook/abCardDAVDialog.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/chat/verify.xhtml
XUL: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/customizeToolbar.xhtml
XUL: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/downloadheaders.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/glodaFacetViewWrapper.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/newmailalert.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/preferences/passwordManager.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/messenger/content/messenger/shutdownWindow.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/openpgp/content/openpgp/ui/attachmentItemContext.inc.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/openpgp/content/openpgp/ui/backupKeyPassword.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/openpgp/content/openpgp/ui/changeExpiryDlg.xhtml
No doctype: /home/martin/dev/mozilla-unified/obj-x86_64-pc-linux-gnu/dist/bin/chrome/openpgp/content/openpgp/ui/keyAssistant.inc.xhtml
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
To test, for an nntp account, in the account settings set "Ask me before downloading more than" to something small. Then visit a group with new messages. See the dialog.
Assignee | ||
Comment 2•2 years ago
|
||
No functional change.
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/3007644f2cd4
convert mailnews/news/content/downloadheaders.xhtml to top level <html>. r=aleca
https://hg.mozilla.org/comm-central/rev/5924cc56dbd0
add/fix wrong and missing doctypes. r=freaktechnik
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•2 years ago
|
status-thunderbird122:
--- → wontfix
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•