Bug 1681659 - Port bug 1674806: Remove windowtype attribute from mail/components/preferences. r=mkmelin
This commit is contained in:
Родитель
4ae4d769df
Коммит
22e002f4a6
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче