Bug 1681659 - Port bug 1674806: Remove windowtype attribute from mail/components/preferences. r=mkmelin

This commit is contained in:
Richard Marti 2020-12-11 10:09:34 +02:00
Родитель 4ae4d769df
Коммит 22e002f4a6
7 изменённых файлов: 6 добавлений и 10 удалений

Просмотреть файл

@ -10,7 +10,7 @@
<!DOCTYPE dialog>
<window id="CookiesDialog" windowtype="mailnews:cookies"
<window id="CookiesDialog"
class="windowDialog"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"

Просмотреть файл

@ -7,7 +7,6 @@
<?xml-stylesheet href="chrome://messenger/skin/shared/preferences/passwordmgr.css"?>
<window id="SignonViewerDialog"
windowtype="Toolkit:PasswordManager"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
onload="Startup();"

Просмотреть файл

@ -10,7 +10,6 @@
<!DOCTYPE dialog>
<window id="PermissionsDialog" class="windowDialog"
windowtype="mailnews:permissions"
data-l10n-id="permissions-reminder-window"
data-l10n-attrs="style"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"

Просмотреть файл

@ -33,7 +33,6 @@
]>
<window id="MailPreferences"
windowtype="Mail:Preferences"
role="document"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"

Просмотреть файл

@ -13,8 +13,8 @@
%utilityDTD;
]>
<window windowtype="mailnews:accountmanager"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="&accountManagerTitle.label;"
csp="default-src chrome:; script-src chrome: 'unsafe-inline'; img-src chrome: moz-icon: https: data:; style-src chrome: data: 'unsafe-inline'; object-src 'none'"
persist="width height screenX screenY"

Просмотреть файл

@ -9,8 +9,8 @@
<!DOCTYPE window SYSTEM "chrome://messenger/locale/am-archiveoptions.dtd" >
<window windowtype="Mailnews:archiveOptions"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="&dialogTitle.label;"
width="350" height="350"
persist="width height"

Просмотреть файл

@ -13,8 +13,7 @@
%removalDTD;
]>
<window windowtype="Mailnews:removeAccount"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="&dialogTitle;"
width="600"