Bug 760126 - Reduce amount of preprocessing in content files, mail/ part. r=asuth
--HG-- extra : rebase_source : 62080ad59b1210027cb3b70ae07ee597cf5c8787
This commit is contained in:
Родитель
9d79fe7641
Коммит
2730dd41b5
|
@ -1,6 +1,6 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
Components.utils.import("resource:///modules/mailServices.js");
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/searchDialog.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/addressbook/abResultsPane.css" type="text/css"?>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/filterDialog.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!DOCTYPE overlay SYSTEM "chrome://messenger/locale/configEditorOverlay.dtd">
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
function hiddenWindowStartup()
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var MailOfflineMgr = {
|
||||
offlineManager: null,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
Components.utils.import("resource:///modules/mailServices.js");
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!--
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/dialogs.css" type="text/css"?>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/msgSelectOffline.css" type="text/css"?>
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/newmailalert.css" type="text/css"?>
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/subscribe.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// this dialog can only be opened if we have a shell service
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ messenger.jar:
|
|||
content/messenger/nsContextMenu.js (content/nsContextMenu.js)
|
||||
* content/messenger/messenger.xul (content/messenger.xul)
|
||||
* content/messenger/hiddenWindow.xul (content/hiddenWindow.xul)
|
||||
* content/messenger/hiddenWindow.js (content/hiddenWindow.js)
|
||||
content/messenger/hiddenWindow.js (content/hiddenWindow.js)
|
||||
content/messenger/msgHdrViewOverlay.js (content/msgHdrViewOverlay.js)
|
||||
content/messenger/msgHdrViewOverlay.xul (content/msgHdrViewOverlay.xul)
|
||||
content/messenger/msgViewNavigation.js (content/msgViewNavigation.js)
|
||||
|
@ -34,48 +34,48 @@ messenger.jar:
|
|||
* content/messenger/editContactOverlay.xul (content/editContactOverlay.xul)
|
||||
content/messenger/msgMail3PaneWindow.js (content/msgMail3PaneWindow.js)
|
||||
content/messenger/mail3PaneWindowCommands.js (content/mail3PaneWindowCommands.js)
|
||||
* content/messenger/mailCommands.js (content/mailCommands.js)
|
||||
content/messenger/mailCommands.js (content/mailCommands.js)
|
||||
* content/messenger/mailCore.js (content/mailCore.js)
|
||||
* content/messenger/customizeToolbarOverlay.xul (content/customizeToolbarOverlay.xul)
|
||||
content/messenger/customizeToolbarOverlay.xul (content/customizeToolbarOverlay.xul)
|
||||
content/messenger/mailTabs.js (content/mailTabs.js)
|
||||
content/messenger/commandglue.js (content/commandglue.js)
|
||||
content/messenger/widgetglue.js (content/widgetglue.js)
|
||||
* content/messenger/SearchDialog.xul (content/SearchDialog.xul)
|
||||
content/messenger/SearchDialog.js (content/SearchDialog.js)
|
||||
* content/messenger/ABSearchDialog.xul (content/ABSearchDialog.xul)
|
||||
* content/messenger/ABSearchDialog.js (content/ABSearchDialog.js)
|
||||
* content/messenger/FilterListDialog.xul (content/FilterListDialog.xul)
|
||||
* content/messenger/FilterListDialog.js (content/FilterListDialog.js)
|
||||
content/messenger/ABSearchDialog.xul (content/ABSearchDialog.xul)
|
||||
content/messenger/ABSearchDialog.js (content/ABSearchDialog.js)
|
||||
content/messenger/FilterListDialog.xul (content/FilterListDialog.xul)
|
||||
content/messenger/FilterListDialog.js (content/FilterListDialog.js)
|
||||
* content/messenger/plugins.js (content/plugins.js)
|
||||
content/messenger/specialTabs.js (content/specialTabs.js)
|
||||
content/messenger/specialTabs.xul (content/specialTabs.xul)
|
||||
content/messenger/webSearch.xml (content/webSearch.xml)
|
||||
content/messenger/webSearchTab.xul (content/webSearchTab.xul)
|
||||
content/messenger/webSearchTab.js (content/webSearchTab.js)
|
||||
* content/messenger/subscribe.xul (content/subscribe.xul)
|
||||
content/messenger/subscribe.xul (content/subscribe.xul)
|
||||
content/messenger/subscribe.js (content/subscribe.js)
|
||||
* content/messenger/aboutDialog.xul (content/aboutDialog.xul)
|
||||
* content/messenger/aboutDialog.js (content/aboutDialog.js)
|
||||
* content/messenger/aboutRights.xhtml (content/aboutRights.xhtml)
|
||||
* content/messenger/systemIntegrationDialog.xul (content/systemIntegrationDialog.xul)
|
||||
* content/messenger/systemIntegrationDialog.js (content/systemIntegrationDialog.js)
|
||||
content/messenger/systemIntegrationDialog.js (content/systemIntegrationDialog.js)
|
||||
content/messenger/folderPane.js (content/folderPane.js)
|
||||
* content/messenger/msgSelectOffline.xul (content/msgSelectOffline.xul)
|
||||
* content/messenger/msgPrintEngine.xul (content/msgPrintEngine.xul)
|
||||
content/messenger/msgSelectOffline.xul (content/msgSelectOffline.xul)
|
||||
content/messenger/msgPrintEngine.xul (content/msgPrintEngine.xul)
|
||||
content/messenger/searchBar.js (content/searchBar.js)
|
||||
content/messenger/phishingDetector.js (content/phishingDetector.js)
|
||||
* content/messenger/mail-offline.js (content/mail-offline.js)
|
||||
content/messenger/mail-offline.js (content/mail-offline.js)
|
||||
content/messenger/aboutDialog.css (content/aboutDialog.css)
|
||||
content/messenger/messenger.css (content/messenger.css)
|
||||
content/messenger/search.xml (content/search.xml)
|
||||
content/messenger/tabmail.xml (content/tabmail.xml)
|
||||
content/messenger/tabmail.css (content/tabmail.css)
|
||||
* content/messenger/newmailalert.xul (content/newmailalert.xul)
|
||||
content/messenger/newmailalert.xul (content/newmailalert.xul)
|
||||
content/messenger/newmailalert.js (content/newmailalert.js)
|
||||
content/messenger/newTagDialog.xul (content/newTagDialog.xul)
|
||||
content/messenger/newTagDialog.js (content/newTagDialog.js)
|
||||
* content/messenger/viewSourceOverlay.xul (content/viewSourceOverlay.xul)
|
||||
* content/messenger/configEditorOverlay.xul (content/configEditorOverlay.xul)
|
||||
content/messenger/configEditorOverlay.xul (content/configEditorOverlay.xul)
|
||||
content/messenger/EdSpellCheckOverlay.xul (content/EdSpellCheckOverlay.xul)
|
||||
content/messenger/EdSpellCheckOverlay.js (content/EdSpellCheckOverlay.js)
|
||||
content/messenger/composerOverlay.css (content/composerOverlay.css)
|
||||
|
@ -113,7 +113,7 @@ messenger.jar:
|
|||
|
||||
comm.jar:
|
||||
% content communicator %content/communicator/
|
||||
* content/communicator/contentAreaClick.js (content/contentAreaClick.js)
|
||||
content/communicator/contentAreaClick.js (content/contentAreaClick.js)
|
||||
* content/communicator/utilityOverlay.xul (content/utilityOverlay.xul)
|
||||
content/communicator/utilityOverlay.js (content/utilityOverlay.js)
|
||||
|
||||
|
|
|
@ -10,4 +10,4 @@ messenger.jar:
|
|||
content/branding/about.png (content/about.png)
|
||||
content/branding/icon48.png (content/icon48.png)
|
||||
content/branding/icon64.png (content/icon64.png)
|
||||
* content/branding/aboutDialog.css (content/aboutDialog.css)
|
||||
content/branding/aboutDialog.css (content/aboutDialog.css)
|
||||
|
|
|
@ -10,4 +10,4 @@ messenger.jar:
|
|||
content/branding/about.png (content/about.png)
|
||||
content/branding/icon48.png (content/icon48.png)
|
||||
content/branding/icon64.png (content/icon64.png)
|
||||
* content/branding/aboutDialog.css (content/aboutDialog.css)
|
||||
content/branding/aboutDialog.css (content/aboutDialog.css)
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
messenger.jar:
|
||||
content/messenger/activity.js (content/activity.js)
|
||||
* content/messenger/activity.xul (content/activity.xul)
|
||||
* content/messenger/activity.xml (content/activity.xml)
|
||||
content/messenger/activity.xml (content/activity.xml)
|
||||
content/messenger/activityBinding.css (content/activityBinding.css)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
Components.utils.import("resource://gre/modules/Services.jsm");
|
||||
Components.utils.import("resource:///modules/mailServices.js");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
//NOTE: gAddressBookBundle must be defined and set or this Overlay won't work
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
Components.utils.import("resource://gre/modules/Services.jsm");
|
||||
Components.utils.import("resource:///modules/mailServices.js");
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# -*- Mode: xml; indent-tabs-mode: nil; -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- -*- Mode: xml; indent-tabs-mode: nil; -*-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/addressbook/abContactsPanel.css" type="text/css"?>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/addressbook/cardDialog.css" type="text/css"?>
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/addressbook/cardDialog.css" type="text/css"?>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
Components.utils.import("resource://gre/modules/Services.jsm");
|
||||
// Ensure the activity modules are loaded for this window.
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
messenger.jar:
|
||||
* content/messenger/addressbook/abCardViewOverlay.js (content/abCardViewOverlay.js)
|
||||
* content/messenger/addressbook/addressbook.js (content/addressbook.js)
|
||||
content/messenger/addressbook/abCardViewOverlay.js (content/abCardViewOverlay.js)
|
||||
content/messenger/addressbook/addressbook.js (content/addressbook.js)
|
||||
* content/messenger/addressbook/addressbook.xul (content/addressbook.xul)
|
||||
* content/messenger/addressbook/abCommon.js (content/abCommon.js)
|
||||
* content/messenger/addressbook/abCardOverlay.js (content/abCardOverlay.js)
|
||||
content/messenger/addressbook/abCommon.js (content/abCommon.js)
|
||||
content/messenger/addressbook/abCardOverlay.js (content/abCardOverlay.js)
|
||||
content/messenger/addressbook/abCardOverlay.xul (content/abCardOverlay.xul)
|
||||
* content/messenger/addressbook/abEditListDialog.xul (content/abEditListDialog.xul)
|
||||
* content/messenger/addressbook/abMailListDialog.xul (content/abMailListDialog.xul)
|
||||
* content/messenger/addressbook/abContactsPanel.xul (content/abContactsPanel.xul)
|
||||
* content/messenger/addressbook/abContactsPanel.js (content/abContactsPanel.js)
|
||||
content/messenger/addressbook/abEditListDialog.xul (content/abEditListDialog.xul)
|
||||
content/messenger/addressbook/abMailListDialog.xul (content/abMailListDialog.xul)
|
||||
content/messenger/addressbook/abContactsPanel.xul (content/abContactsPanel.xul)
|
||||
content/messenger/addressbook/abContactsPanel.js (content/abContactsPanel.js)
|
||||
content/messenger/addressbook/abTrees.js (content/abTrees.js)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
top.MAX_RECIPIENTS = 1; /* for the initial listitem created in the XUL */
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ messenger.jar:
|
|||
content/messenger/messengercompose/bigFileObserver.js (content/bigFileObserver.js)
|
||||
content/messenger/messengercompose/cloudAttachmentLinkManager.js (content/cloudAttachmentLinkManager.js)
|
||||
content/messenger/messengercompose/EdImageOverlayOverlay.xul (content/EdImageOverlayOverlay.xul)
|
||||
* content/messenger/messengercompose/addressingWidgetOverlay.js (content/addressingWidgetOverlay.js)
|
||||
content/messenger/messengercompose/addressingWidgetOverlay.js (content/addressingWidgetOverlay.js)
|
||||
|
||||
comm.jar:
|
||||
*+ content/editor/editorOverlay.xul (content/editorOverlay.xul)
|
||||
+ content/editor/editorOverlay.xul (content/editorOverlay.xul)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gChatContextMenu = null;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ messenger.jar:
|
|||
content/messenger/chat/imAccounts.xul (content/imAccounts.xul)
|
||||
content/messenger/chat/imAccountWizard.xul (content/imAccountWizard.xul)
|
||||
content/messenger/chat/imAccountWizard.js (content/imAccountWizard.js)
|
||||
* content/messenger/chat/imContextMenu.js (content/imContextMenu.js)
|
||||
content/messenger/chat/imContextMenu.js (content/imContextMenu.js)
|
||||
content/messenger/chat/imStatusSelector.js (content/imStatusSelector.js)
|
||||
content/messenger/chat/imbuddytooltip.xml (content/imbuddytooltip.xml)
|
||||
content/messenger/chat/imcontact.xml (content/imcontact.xml)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
const kIMig = Components.interfaces.nsIMailProfileMigrator;
|
||||
const kIPStartup = Components.interfaces.nsIProfileStartup;
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
messenger.jar:
|
||||
* content/messenger/migration/migration.xul (content/migration.xul)
|
||||
* content/messenger/migration/migration.js (content/migration.js)
|
||||
content/messenger/migration/migration.js (content/migration.js)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
const FILEACTION_SAVE_TO_DISK = 1;
|
||||
const FILEACTION_OPEN_INTERNALLY = 2;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gAppManagerDialog = {
|
||||
_removed: [],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/"?>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/"?>
|
||||
<!DOCTYPE prefwindow [
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gComposePane = {
|
||||
mInitialized: false,
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gConnectionsDialog = {
|
||||
beforeAccept: function ()
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!DOCTYPE prefwindow SYSTEM "chrome://messenger/locale/preferences/connection.dtd">
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: Javascript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
const nsICookie = Components.interfaces.nsICookie;
|
||||
|
||||
|
@ -587,55 +587,55 @@ var gCookiesWindow = {
|
|||
|
||||
deleteCookie: function ()
|
||||
{
|
||||
# // Selection Notes
|
||||
# // - Selection always moves to *NEXT* adjacent item unless item
|
||||
# // is last child at a given level in which case it moves to *PREVIOUS*
|
||||
# // item
|
||||
# //
|
||||
# // Selection Cases (Somewhat Complicated)
|
||||
# //
|
||||
# // 1) Single cookie selected, host has single child
|
||||
# // v cnn.com
|
||||
# // //// cnn.com ///////////// goksdjf@ ////
|
||||
# // > atwola.com
|
||||
# //
|
||||
# // Before SelectedIndex: 1 Before RowCount: 3
|
||||
# // After SelectedIndex: 0 After RowCount: 1
|
||||
# //
|
||||
# // 2) Host selected, host open
|
||||
# // v goats.com ////////////////////////////
|
||||
# // goats.com sldkkfjl
|
||||
# // goat.scom flksj133
|
||||
# // > atwola.com
|
||||
# //
|
||||
# // Before SelectedIndex: 0 Before RowCount: 4
|
||||
# // After SelectedIndex: 0 After RowCount: 1
|
||||
# //
|
||||
# // 3) Host selected, host closed
|
||||
# // > goats.com ////////////////////////////
|
||||
# // > atwola.com
|
||||
# //
|
||||
# // Before SelectedIndex: 0 Before RowCount: 2
|
||||
# // After SelectedIndex: 0 After RowCount: 1
|
||||
# //
|
||||
# // 4) Single cookie selected, host has many children
|
||||
# // v goats.com
|
||||
# // goats.com sldkkfjl
|
||||
# // //// goats.com /////////// flksjl33 ////
|
||||
# // > atwola.com
|
||||
# //
|
||||
# // Before SelectedIndex: 2 Before RowCount: 4
|
||||
# // After SelectedIndex: 1 After RowCount: 3
|
||||
# //
|
||||
# // 5) Single cookie selected, host has many children
|
||||
# // v goats.com
|
||||
# // //// goats.com /////////// flksjl33 ////
|
||||
# // goats.com sldkkfjl
|
||||
# // > atwola.com
|
||||
# //
|
||||
# // Before SelectedIndex: 1 Before RowCount: 4
|
||||
# // After SelectedIndex: 1 After RowCount: 3
|
||||
var seln = this._view.selection;
|
||||
// Selection Notes
|
||||
// - Selection always moves to *NEXT* adjacent item unless item
|
||||
// is last child at a given level in which case it moves to *PREVIOUS*
|
||||
// item
|
||||
//
|
||||
// Selection Cases (Somewhat Complicated)
|
||||
//
|
||||
// 1) Single cookie selected, host has single child
|
||||
// v cnn.com
|
||||
// //// cnn.com ///////////// goksdjf@ ////
|
||||
// > atwola.com
|
||||
//
|
||||
// Before SelectedIndex: 1 Before RowCount: 3
|
||||
// After SelectedIndex: 0 After RowCount: 1
|
||||
//
|
||||
// 2) Host selected, host open
|
||||
// v goats.com ////////////////////////////
|
||||
// goats.com sldkkfjl
|
||||
// goat.scom flksj133
|
||||
// > atwola.com
|
||||
//
|
||||
// Before SelectedIndex: 0 Before RowCount: 4
|
||||
// After SelectedIndex: 0 After RowCount: 1
|
||||
//
|
||||
// 3) Host selected, host closed
|
||||
// > goats.com ////////////////////////////
|
||||
// > atwola.com
|
||||
//
|
||||
// Before SelectedIndex: 0 Before RowCount: 2
|
||||
// After SelectedIndex: 0 After RowCount: 1
|
||||
//
|
||||
// 4) Single cookie selected, host has many children
|
||||
// v goats.com
|
||||
// goats.com sldkkfjl
|
||||
// //// goats.com /////////// flksjl33 ////
|
||||
// > atwola.com
|
||||
//
|
||||
// Before SelectedIndex: 2 Before RowCount: 4
|
||||
// After SelectedIndex: 1 After RowCount: 3
|
||||
//
|
||||
// 5) Single cookie selected, host has many children
|
||||
// v goats.com
|
||||
// //// goats.com /////////// flksjl33 ////
|
||||
// goats.com sldkkfjl
|
||||
// > atwola.com
|
||||
//
|
||||
// Before SelectedIndex: 1 Before RowCount: 4
|
||||
// After SelectedIndex: 1 After RowCount: 3
|
||||
|
||||
var tbo = this._tree.treeBoxObject;
|
||||
|
||||
if (seln.count < 1) return;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: JavaScript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gGeneralPane = {
|
||||
mPane: null,
|
||||
|
|
|
@ -6,40 +6,40 @@ messenger.jar:
|
|||
* content/messenger/preferences/preferences.xul
|
||||
content/messenger/preferences/preferences.js
|
||||
* content/messenger/preferences/general.xul
|
||||
* content/messenger/preferences/general.js
|
||||
* content/messenger/preferences/display.xul
|
||||
content/messenger/preferences/general.js
|
||||
content/messenger/preferences/display.xul
|
||||
content/messenger/preferences/display.js
|
||||
* content/messenger/preferences/chat.xul
|
||||
content/messenger/preferences/chat.xul
|
||||
content/messenger/preferences/chat.js
|
||||
* content/messenger/preferences/compose.xul
|
||||
* content/messenger/preferences/compose.js
|
||||
content/messenger/preferences/compose.xul
|
||||
content/messenger/preferences/compose.js
|
||||
* content/messenger/preferences/sendoptions.xul
|
||||
* content/messenger/preferences/sendoptions.js
|
||||
* content/messenger/preferences/security.xul
|
||||
* content/messenger/preferences/security.js
|
||||
* content/messenger/preferences/junkLog.xul
|
||||
* content/messenger/preferences/junkLog.js
|
||||
content/messenger/preferences/sendoptions.js
|
||||
content/messenger/preferences/security.xul
|
||||
content/messenger/preferences/security.js
|
||||
content/messenger/preferences/junkLog.xul
|
||||
content/messenger/preferences/junkLog.js
|
||||
* content/messenger/preferences/advanced.js
|
||||
* content/messenger/preferences/advanced.xul
|
||||
* content/messenger/preferences/receipts.xul
|
||||
* content/messenger/preferences/connection.js
|
||||
* content/messenger/preferences/connection.xul
|
||||
content/messenger/preferences/connection.js
|
||||
content/messenger/preferences/connection.xul
|
||||
* content/messenger/preferences/downloads.js
|
||||
* content/messenger/preferences/attachmentReminder.js
|
||||
* content/messenger/preferences/attachmentReminder.xul
|
||||
content/messenger/preferences/attachmentReminder.js
|
||||
content/messenger/preferences/attachmentReminder.xul
|
||||
* content/messenger/preferences/applications.xul
|
||||
* content/messenger/preferences/applications.js
|
||||
* content/messenger/preferences/applicationManager.xul
|
||||
* content/messenger/preferences/applicationManager.js
|
||||
* content/messenger/preferences/handlers.xml
|
||||
* content/messenger/preferences/handlers.css
|
||||
* content/messenger/preferences/actionsshared.js
|
||||
content/messenger/preferences/applicationManager.xul
|
||||
content/messenger/preferences/applicationManager.js
|
||||
content/messenger/preferences/handlers.xml
|
||||
content/messenger/preferences/handlers.css
|
||||
content/messenger/preferences/actionsshared.js
|
||||
content/messenger/preferences/fonts.js
|
||||
* content/messenger/preferences/fonts.xul
|
||||
* content/messenger/preferences/notifications.xul
|
||||
* content/messenger/preferences/offline.xul
|
||||
* content/messenger/preferences/cookies.js
|
||||
content/messenger/preferences/notifications.xul
|
||||
content/messenger/preferences/offline.xul
|
||||
content/messenger/preferences/cookies.js
|
||||
* content/messenger/preferences/cookies.xul
|
||||
* content/messenger/preferences/permissions.js
|
||||
content/messenger/preferences/permissions.js
|
||||
* content/messenger/preferences/permissions.xul
|
||||
* content/messenger/preferences/permissionsutils.js
|
||||
content/messenger/preferences/permissionsutils.js
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: JavaScript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gLogView;
|
||||
var gLogFile;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/preferences/preferences.css"?>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/preferences/preferences.css"?>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
const nsIPermissionManager = Components.interfaces.nsIPermissionManager;
|
||||
const nsICookiePermission = Components.interfaces.nsICookiePermission;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: JavaScript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gTreeUtils = {
|
||||
deleteAll: function (aTree, aView, aItems, aDeletedItems)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: JavaScript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gSecurityPane = {
|
||||
mPane: null,
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: JavaScript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gSendOptionsDialog = {
|
||||
mPrefsBundle: null,
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
messenger.jar:
|
||||
% overlay chrome://messenger/content/messenger.xul chrome://messenger/content/search/searchOverlay.xul
|
||||
content/messenger/search/searchOverlay.xul (content/searchOverlay.xul)
|
||||
* content/messenger/search/searchOverlay.js (content/searchOverlay.js)
|
||||
content/messenger/search/searchOverlay.js (content/searchOverlay.js)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/smime/msgCompSMIMEOverlay.css" type="text/css"?>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
/* -*- Mode: JavaScript; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
var gSignedUINode = null;
|
||||
var gEncryptedUINode = null;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/smime/msgReadSMIMEOverlay.css" type="text/css"?>
|
||||
|
||||
|
|
|
@ -9,10 +9,10 @@ messenger.jar:
|
|||
% overlay chrome://messenger/content/messenger.xul chrome://messenger-smime/content/msgReadSMIMEOverlay.xul
|
||||
% overlay chrome://messenger/content/messageWindow.xul chrome://messenger-smime/content/msgReadSMIMEOverlay.xul
|
||||
% overlay chrome://messenger/content/am-identity-edit.xul chrome://messenger/content/am-smimeIdentityEditOverlay.xul
|
||||
* content/messenger-smime/msgReadSMIMEOverlay.xul (content/msgReadSMIMEOverlay.xul)
|
||||
* content/messenger-smime/msgCompSMIMEOverlay.xul (content/msgCompSMIMEOverlay.xul)
|
||||
* content/messenger-smime/msgCompSMIMEOverlay.js (content/msgCompSMIMEOverlay.js)
|
||||
* content/messenger-smime/msgHdrViewSMIMEOverlay.js (content/msgHdrViewSMIMEOverlay.js)
|
||||
content/messenger-smime/msgReadSMIMEOverlay.xul (content/msgReadSMIMEOverlay.xul)
|
||||
content/messenger-smime/msgCompSMIMEOverlay.xul (content/msgCompSMIMEOverlay.xul)
|
||||
content/messenger-smime/msgCompSMIMEOverlay.js (content/msgCompSMIMEOverlay.js)
|
||||
content/messenger-smime/msgHdrViewSMIMEOverlay.js (content/msgHdrViewSMIMEOverlay.js)
|
||||
content/messenger-smime/msgHdrViewSMIMEOverlay.xul (content/msgHdrViewSMIMEOverlay.xul)
|
||||
content/messenger/am-smime.xul (/mailnews/extensions/smime/content/am-smime.xul)
|
||||
content/messenger/am-smime.js (/mailnews/extensions/smime/content/am-smime.js)
|
||||
|
|
|
@ -287,7 +287,7 @@ classic.jar:
|
|||
skin/classic/aero/communicator/icons/smileys/smiley-cry.png (mail/icons/smiley-cry-aero.png)
|
||||
skin/classic/aero/communicator/icons/smileys/smiley-sealed.png (mail/icons/smiley-sealed-aero.png)
|
||||
% skin messenger classic/1.0 %skin/classic/aero/messenger/ os=WINNT osversion>=6
|
||||
* skin/classic/aero/messenger/primaryToolbar.css (mail/primaryToolbar-aero.css)
|
||||
skin/classic/aero/messenger/primaryToolbar.css (mail/primaryToolbar-aero.css)
|
||||
skin/classic/aero/messenger/aboutSupport.css (mail/aboutSupport.css)
|
||||
skin/classic/aero/messenger/accountCentral.css (mail/accountCentral.css)
|
||||
skin/classic/aero/messenger/accountCreation.css (mail/accountCreation.css)
|
||||
|
@ -308,7 +308,7 @@ classic.jar:
|
|||
* skin/classic/aero/messenger/browserRequest.css (mail/browserRequest-aero.css)
|
||||
skin/classic/aero/messenger/section_collapsed.png (mail/section_collapsed.png)
|
||||
skin/classic/aero/messenger/section_expanded.png (mail/section_expanded.png)
|
||||
* skin/classic/aero/messenger/messageHeader.css (mail/messageHeader-aero.css)
|
||||
skin/classic/aero/messenger/messageHeader.css (mail/messageHeader-aero.css)
|
||||
skin/classic/aero/messenger/messageBody.css (mail/messageBody.css)
|
||||
skin/classic/aero/messenger/webSearch.css (mail/webSearch-aero.css)
|
||||
skin/classic/aero/messenger/messageQuotes.css (mail/messageQuotes.css)
|
||||
|
|
|
@ -6,4 +6,4 @@ messenger.jar:
|
|||
content/branding/about.png (content/about.png)
|
||||
content/branding/icon48.png (content/icon48.png)
|
||||
content/branding/icon64.png (content/icon64.png)
|
||||
* content/branding/aboutDialog.css (content/aboutDialog.css)
|
||||
content/branding/aboutDialog.css (content/aboutDialog.css)
|
||||
|
|
Загрузка…
Ссылка в новой задаче