Bug 510378 Consider enabling Satchel/Form Fill in Thunderbird - Land the UI for form fill in content tabs (backend enabling to be done in core). r=philor

This commit is contained in:
Mark Banner 2009-09-04 09:18:17 +01:00
Родитель eba1d5761e
Коммит 4cd8014b2b
4 изменённых файлов: 26 добавлений и 1 удалений

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

@ -462,6 +462,7 @@ pref("mail.compose.attachment_reminder", true);
// Words that should trigger a missing attachments warning.
pref("mail.compose.attachment_reminder_keywords", "chrome://messenger/locale/messengercompose/composeMsgs.properties");
pref("browser.formfill.enable", true);
// Override the all.js values so that unit tests pass and we get sane values.
pref("browser.history_expire_days", 180);
pref("browser.history_expire_days_min", 90);

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

@ -36,13 +36,25 @@
-
- ***** END LICENSE BLOCK ***** -->
<!DOCTYPE overlay [
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
%globalDTD;
]>
<overlay id="specialTabs"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<popupset id="mainPopupSet">
<!-- for search and content formfill/pw manager -->
<panel type="autocomplete" id="PopupAutoComplete" level="top"
noautofocus="true" chromedir="&locale.dir;"/>
</popupset>
<vbox id="contentTab" collapsed="true">
<vbox flex="1">
<notificationbox flex="1">
<browser type="content-targetable" flex="1" disablehistory="true"/>
<browser type="content-targetable" flex="1" disablehistory="true"
autocompletepopup="PopupAutoComplete"/>
</notificationbox>
<findbar/>
</vbox>

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

@ -50,12 +50,18 @@ components/history.xpt
components/jsconsole.xpt
components/mailnews.xpt
components/mozgnome.xpt
#ifdef MOZILLA_1_9_1_BRANCH
components/satchel.xpt
#endif
components/@DLL_PREFIX@myspell@DLL_SUFFIX@
components/necko_data.xpt
components/nsBackgroundUpdateService.js
components/nsCloseAllWindows.js
components/nsComposerCmdLineHandler.js
components/nsDownloadProgressListener.js
#ifdef MOZILLA_1_9_1_BRANCH
components/nsFormAutoComplete.js
#endif
components/nsInterfaceInfoToIDL.js
components/nsLDAPPrefsService.js
#ifdef XP_WIN

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

@ -283,6 +283,9 @@ bin\components\toolkitprofile.xpt
bin\components\commandlines.xpt
bin\components\chrome.xpt
bin\components\nsDefaultCLH.js
#ifndef MOZILLA_1_9_1_BRANCH
bin\components\nsFormAutoComplete.js
#endif
; rdf
bin\components\rdf.xpt
@ -414,6 +417,9 @@ bin\components\pluginGlue.js
bin\components\txEXSLTRegExFunctions.js
bin\components\feeds.xpt
bin\components\saxparser.xpt
#ifndef MOZILLA_1_9_1_BRANCH
bin\components\satchel.xpt
#endif
bin\components\shistory.xpt
bin\components\zipwriter.xpt
bin\components\nsBadCertHandler.js