Closed
Bug 748880
Opened 14 years ago
Closed 14 years ago
Set up compatibility bump for Thunderbird 12->13
Categories
(addons.mozilla.org Graveyard :: Compatibility Tools, defect)
addons.mozilla.org Graveyard
Compatibility Tools
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Irving, Assigned: sancus)
References
Details
+++ This bug was initially created as a clone of Bug #729262 +++
We need to run a compatibility bump for all Thunderbird add-ons from version 12 to 13.
In addition to the Firefox 12 -> 13 changes, the specific list for Thunderbird is below.
Compatibility bump information for Thunderbird 12 -> 13
IDL changes:
mailnews/base/public/nsIMsgIncomingServer.idl: Bug 453979
Removed attribute isSecureServer
mailnews/imap/public/nsIImapMailFolderSink.idl: Bug 301714
- string GetOnlineDelimiter();
+ readonly attribute char onlineDelimiter;
mailnews/local/public/nsIMsgLocalMailFolder.idl: Bug 647699
addMessage() now returns the nsIMsgDBHdr of the added message
addMessageBatch() now returns an nsIArray of nsIMsgDBHdr of the added messages
mailnews/news/public/nsIMsgNewsFolder.idl: Bug 201750
Removed methods:
getGroupPasswordWithUI()
getGroupUsernameWithUI()
forgetGroupUsername()
forgetGroupPassword()
Added methods:
getAuthenticationCredentials()
migrateLegacyCredentials()
forgetAuthenticationCredentials()
mailnews/news/public/nsINntpIncomingServer.idl: Bug 437930
Removed attribute userAuthenticated
Javascript changes:
mail/app/profile/all-thunderbird.js: Bug 726942
Removed pref("general.useragent.extra.thunderbird", "@APP_UA_NAME@/@APP_VERSION@");
mail/components/preferences/permissions.js: Bug 728810
Removed method gPermissionManager._updatePermissions()
mail/components/webSearchProvider.js: Bug 733802
Deleted file
mailnews/addrbook/content/abMailListDialog.js: Bug 722187
Removed globals gPromptService, gHeaderParser
(several other cases of removing a global variable reference to a service, and
using the Services.whatever or Mailservices.whatever reference instead...)
mailnews/base/prefs/content/am-copies.js: Bug 208628
function setupCcTextbox() now takes 'init' parameter
setupBccTextbox() " "
mailnews/base/prefs/content/am-identities-list.js: Bug 243767
removed function onCancel()
mailnews/base/prefs/content/am-server.js: Bug 532391
removed function onBiffMinChange()
mailnews/base/prefs/content/aw-incoming.js (renamed from aw-server.js): bug 71008
renamed serverPageValidate() to incomingPageValidate()
renamed serverPageUnload() to incomingPageUnload()
serverPageInit() -> incomingPageInit()
removed modifyStaticText()
mailnews/base/prefs/content/aw-outgoing.js (renamed from aw-login.js): bug 71008
loginPageValidate() -> outgoingPageValidate()
loginPageUnload() -> outgoingPageUnload()
loginPageInit() -> outgoingPageInit()
added modifyStaticText()
mailnews/extensions/newsblog/content/feed-properties.js file removed: Bug 716706
mailnews/extensions/newsblog/content/feed-subscriptions.js: Bug 716706
replaced gFeedSubscriptionsWindow.init() / uninit() with .onLoad() / .onUnload()
mailnews/extensions/newsblog/content/newsblogOverlay.js: Bug 716706
Function openComposeWindowForRSSArticle() takes many new parameters
mailnews/extensions/offline-startup/js/offlineStartup.js: Bug 722168
method nsOfflineStartupModule.getBundle() removed
DTD changes:
mail/locales/en-US/chrome/messenger-newsblog/feed-properties.dtd removed, all definitions moved to .../feed-subscriptions.dtd: Bug 716706
EXCEPT:
choosethisfolder.label, copyLinkCmd.label, copyLinkCmd.accesskey, pastLinkCmd.label, pasteLinkCmd.accesskey removed
mail/locales/en-US/chrome/messenger-newsblog/feed-subscriptions.dtd: Bug 716706
location.label removed
mail/locales/en-US/chrome/messenger/AccountWizard.dtd: bug 71008
serverTitle.label renamed to incomingTitle.label (and text changed)
incomingServerNameDesc.label renamed to incomingServer.description
incomingServerLabel.label renamed to incomingServer.label
incomingServerLabel.accesskey renamed to incomingServer.accesskey
smtpServerDesc.label => outgoingServer.description
smtpServerLabel.label => outgoingServer.label
smtpServerLabel.accesskey => outgoingServer.accesskey
loginTitle.label removed
usernameDesc.label and usernameExample.label combined into incomingUsername.description
usernameLabel.label => incomingUsername.label
usernameLabel.accesskey => incomingUsername.accesskey
usernameSmtpDesc.label => outgoingUsername.description
usernameSmtpLabel.label => outgoingUsername.label
usernameSmtpLabel.accesskey => outgoingUsername.accesskey
mail/locales/en-US/chrome/messenger/messenger.dtd: Bug 728897
searchAllMessages.label.base => search.label.base
searchAllMessages.keyLabel2.nonmac => search.keyLabel.nonmac
searchAllMessages.keyLabel2.mac => search.keyLabel.mac
mail/locales/en-US/chrome/messenger/newmailaccount/accountProvisioner.dtd: Bug 730239
header.label => header2.label
Properties changes:
mail/locales/en-US/chrome/messenger-newsblog/am-newsblog.properties deleted: Bug 716706
mail/locales/en-US/chrome/messenger-newsblog/newsblog.properties
Bug 716706
subscribe-noFeedIsSelected removed
newsblog-networkErrorTitle removed
newsblog-feedNotValidTitle removed
Bug 719456
subscribe-OPMLImportNewFeeds removed
subscribe-OPMLImportTotalFeeds removed
mail/locales/en-US/chrome/messenger/glodaComplete.properties: Bug 734232
glodaComplete.webSearch.label removed
glodaComplete.webSearch.label.truncated removed
mail/locales/en-US/chrome/messenger/mime.properties: Bug 57115
1037, 1038, 1039, 1042, 1043, 1044 removed
mail/locales/en-US/chrome/messenger/news.properties: Bug 201750
enterUsername, enterUsernameTitle, saveUsername, enterPassword, enterPasswordTitle removed
mail/locales/en-US/chrome/messenger/prefs.properties: Bug 90263
enterValidHostname => enterValidServerName
| Assignee | ||
Comment 1•14 years ago
|
||
This was fixed last week!
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•