pkgsrc/www/seamonkey/PLIST

3614 lines
256 KiB
Text
Raw Normal View History

Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
@comment $NetBSD: PLIST,v 1.43 2014/03/30 04:13:17 ryoon Exp $
bin/seamonkey
lib/seamonkey/application.ini
lib/seamonkey/blocklist.xml
lib/seamonkey/chrome.manifest
lib/seamonkey/chrome/chrome.manifest
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/aboutPrivateBrowsing.css
lib/seamonkey/chrome/classic/skin/classic/communicator/aboutSessionRestore.css
lib/seamonkey/chrome/classic/skin/classic/communicator/aboutSyncTabs.css
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/allBookmarks.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmark-folder-closed.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmark-folder-dis.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmark-folder-open.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmark-item-dis.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmark-item-updated.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmark-item.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmark.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmarks.css
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmarksManager.css
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmarksMenu.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmarksToolbar.css
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/bookmarksToolbar.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/editBookmarkOverlay.css
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/livemark-folder.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/query.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/toolbarDropMarker.png
lib/seamonkey/chrome/classic/skin/classic/communicator/bookmarks/unsortedBookmarks.png
lib/seamonkey/chrome/classic/skin/classic/communicator/brand.css
lib/seamonkey/chrome/classic/skin/classic/communicator/brand/throbber-anim.png
lib/seamonkey/chrome/classic/skin/classic/communicator/brand/throbber-single.png
lib/seamonkey/chrome/classic/skin/classic/communicator/brand/throbber16-anim.png
lib/seamonkey/chrome/classic/skin/classic/communicator/brand/throbber16-single.png
lib/seamonkey/chrome/classic/skin/classic/communicator/button.css
lib/seamonkey/chrome/classic/skin/classic/communicator/certError.css
lib/seamonkey/chrome/classic/skin/classic/communicator/communicator.css
lib/seamonkey/chrome/classic/skin/classic/communicator/communicatorBindings.xml
lib/seamonkey/chrome/classic/skin/classic/communicator/dataman/dataman.css
lib/seamonkey/chrome/classic/skin/classic/communicator/dataman/datamanIcon-16.png
lib/seamonkey/chrome/classic/skin/classic/communicator/dialogs.css
lib/seamonkey/chrome/classic/skin/classic/communicator/directory/directory.css
lib/seamonkey/chrome/classic/skin/classic/communicator/directory/file.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/directory/folder-clsd.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/directory/folder-open.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/downloads/dl-remove.png
lib/seamonkey/chrome/classic/skin/classic/communicator/downloads/downloadButtons.png
lib/seamonkey/chrome/classic/skin/classic/communicator/downloads/downloadmanager.css
lib/seamonkey/chrome/classic/skin/classic/communicator/feed-subscribe-ui.css
lib/seamonkey/chrome/classic/skin/classic/communicator/feed-subscribe.css
lib/seamonkey/chrome/classic/skin/classic/communicator/fullscreen-video.css
lib/seamonkey/chrome/classic/skin/classic/communicator/helpOverlay.css
lib/seamonkey/chrome/classic/skin/classic/communicator/history/calendar.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/alwaysAsk.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/application.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/audioFeedIcon.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/close-button.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/closeFullScreenVideo.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/communicatoricons-small.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/communicatoricons.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/feedIcon.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/feedIcon16.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/geo.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/geolocation-16.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/geolocation-64.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/identity.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/loading.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/lock-broken-16.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/lock-broken.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/lock-insecure-16.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/lock-insecure.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/lock-secure-16.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/lock-secure.png
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/notification-16.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/notification-64.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/offline.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/online.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/plugin.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/save.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/search.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-cool.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-cry.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-embarrassed.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-foot.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-frown.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-innocent.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-kiss.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-laughing.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-money.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-sealed.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-smile.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-surprise.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-tongue.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-undecided.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-wink.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/smileys/smiley-yell.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/videoFeedIcon.png
lib/seamonkey/chrome/classic/skin/classic/communicator/preferences.css
lib/seamonkey/chrome/classic/skin/classic/communicator/prefpanels.css
lib/seamonkey/chrome/classic/skin/classic/communicator/profile/migrate.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/profile/profile.css
lib/seamonkey/chrome/classic/skin/classic/communicator/profile/profileManager.css
lib/seamonkey/chrome/classic/skin/classic/communicator/profile/profileicon-large.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/search/engineManager.css
lib/seamonkey/chrome/classic/skin/classic/communicator/search/mainwindow-dropdown-arrow.png
lib/seamonkey/chrome/classic/skin/classic/communicator/search/search.css
lib/seamonkey/chrome/classic/skin/classic/communicator/search/searchbar.css
lib/seamonkey/chrome/classic/skin/classic/communicator/sidebar/customize.css
lib/seamonkey/chrome/classic/skin/classic/communicator/sidebar/preview.css
lib/seamonkey/chrome/classic/skin/classic/communicator/sidebar/sbtab-twisty-open.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/sidebar/sbtab-twisty.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/sidebar/sidebar.css
lib/seamonkey/chrome/classic/skin/classic/communicator/sidebar/sidebarBindings.xml
lib/seamonkey/chrome/classic/skin/classic/communicator/sidebar/sidebarListView.css
lib/seamonkey/chrome/classic/skin/classic/communicator/smileys.css
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/sync-16-throbber.png
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/sync-16.png
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/sync-32-throbber.png
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/sync-32.png
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/sync-bg.png
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/sync-desktopIcon.png
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/sync-mobileIcon.png
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/syncCommon.css
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/syncQuota.css
lib/seamonkey/chrome/classic/skin/classic/communicator/sync/syncSetup.css
lib/seamonkey/chrome/classic/skin/classic/communicator/taskbar/taskbar.png
lib/seamonkey/chrome/classic/skin/classic/communicator/taskbar/taskmenu-abook.png
lib/seamonkey/chrome/classic/skin/classic/communicator/taskbar/taskmenu-browser.png
lib/seamonkey/chrome/classic/skin/classic/communicator/taskbar/taskmenu-composer.png
lib/seamonkey/chrome/classic/skin/classic/communicator/taskbar/taskmenu-mailnews.png
lib/seamonkey/chrome/classic/skin/classic/communicator/tasksOverlay.css
lib/seamonkey/chrome/classic/skin/classic/communicator/toolbar.css
lib/seamonkey/chrome/classic/skin/classic/communicator/toolbar/tbgrip-arrow-clps.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/toolbar/tbgrip-arrow.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/toolbar/tbgrip-texture.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/viewSourceOverlay.css
lib/seamonkey/chrome/classic/skin/classic/communicator/xpinstall/xpinstall.css
lib/seamonkey/chrome/classic/skin/classic/editor/EditorDialog.css
lib/seamonkey/chrome/classic/skin/classic/editor/editor.css
lib/seamonkey/chrome/classic/skin/classic/editor/editorFormatToolbar.css
lib/seamonkey/chrome/classic/skin/classic/editor/editorModeToolbar.css
lib/seamonkey/chrome/classic/skin/classic/editor/editorPrimaryToolbar.css
lib/seamonkey/chrome/classic/skin/classic/editor/icons/btn2.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/editmode-html.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/editmode-normal.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/editmode-preview.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/editmode-tags.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/editoricons-small.png
lib/seamonkey/chrome/classic/skin/classic/editor/icons/editoricons.png
lib/seamonkey/chrome/classic/skin/classic/editor/icons/img-align-bottom.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/img-align-left.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/img-align-middle.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/img-align-right.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/img-align-top.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/progress-busy.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/progress-done.gif
lib/seamonkey/chrome/classic/skin/classic/editor/icons/progress-failed.gif
lib/seamonkey/chrome/classic/skin/classic/messenger-newsblog/feed-subscriptions.css
lib/seamonkey/chrome/classic/skin/classic/messenger/accountCentral.css
lib/seamonkey/chrome/classic/skin/classic/messenger/accountManage.css
lib/seamonkey/chrome/classic/skin/classic/messenger/accountWizard.css
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/abResultsPane.css
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/addressPanes.css
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/addressbook.css
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/cardDialog.css
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/abcard.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/ablist.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/addrbook.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/addressbookicons-small.png
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/addressbookicons.png
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic-tiny.png
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/contact-generic.png
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook-error.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/remote-addrbook.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/icons/secure-remote-addrbook.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/selectAddressesDialog.css
lib/seamonkey/chrome/classic/skin/classic/messenger/addressbook/sidebarPanel.css
lib/seamonkey/chrome/classic/skin/classic/messenger/addressingWidget.css
lib/seamonkey/chrome/classic/skin/classic/messenger/dialogs.css
lib/seamonkey/chrome/classic/skin/classic/messenger/filterDialog.css
lib/seamonkey/chrome/classic/skin/classic/messenger/folderMenus.css
lib/seamonkey/chrome/classic/skin/classic/messenger/folderPane.css
lib/seamonkey/chrome/classic/skin/classic/messenger/folderPaneExtras.css
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/acct-compose.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/acct-filters.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/acct-newaccount.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/acct-prefs.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/acct-read.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/acct-search.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/acct-subscribe.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/attach.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/attachment-col.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/attachment-selected.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/attachment.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/check.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/dot.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/flagcol.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-closed.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-draft-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-draft-share-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-draft-share.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-draft.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-inbox-new.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-inbox-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-inbox-share-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-inbox-share.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-inbox.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-junk-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-junk.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-new-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-new.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-newsgroup-new.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-newsgroup.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-outbox-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-outbox.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-search.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-sent-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-sent-share-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-sent-share.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-sent.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-share-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-share.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-template-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-template-share-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-template-share.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-template.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-trash-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-trash-share-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-trash-share.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/folder-trash.png
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/info.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/junk.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/junkcol.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/local-mailhost.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-attach-del.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-attach-fwd-offl-reply.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-attach-fwd-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-attach-fwd-reply.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-attach-fwd.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-attach-offl-reply.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-attach-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-attach-reply.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-attach.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-delete-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-fwd-offl-reply.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-fwd-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-fwd-reply.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-fwd.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-imapdelete.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-new-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-new.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-offl-reply.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail-reply.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-mail.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-attach-kill-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-attach-kill.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-attach-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-attach.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-kill-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-kill.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-new-attach-off.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-new-attach.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-new-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-new.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news-offl.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/message-news.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/messengericons-small.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/messengericons.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/new-mail-alert.png
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/phishing.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/readcol.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/remote-blocked.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/server-local-new.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/server-local.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/server-mail-new.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/server-mail.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/server-news-lock.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/server-news-new.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/server-news.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/server-remote-lock-new.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/server-remote-lock.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-closed-eye.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-closed-kill.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-closed-offl-eye.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-closed-offl-kill.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-closed.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-new-closed-eye.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-new-closed-kill.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-new-closed-offl-eye.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-new-closed-offl-kill.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/thread-new-closed.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/threadcol-threaded.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/threadcol-unthreaded.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/twisty-clsd.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/twisty-open.png
lib/seamonkey/chrome/classic/skin/classic/messenger/mailWindow1.css
lib/seamonkey/chrome/classic/skin/classic/messenger/messageBody.css
lib/seamonkey/chrome/classic/skin/classic/messenger/messageHeader.css
lib/seamonkey/chrome/classic/skin/classic/messenger/messageKeywords.css
lib/seamonkey/chrome/classic/skin/classic/messenger/messageWindow.css
lib/seamonkey/chrome/classic/skin/classic/messenger/messenger.css
lib/seamonkey/chrome/classic/skin/classic/messenger/messengercompose/messengercompose.css
lib/seamonkey/chrome/classic/skin/classic/messenger/newmailalert.css
lib/seamonkey/chrome/classic/skin/classic/messenger/prefPanels.css
lib/seamonkey/chrome/classic/skin/classic/messenger/primaryToolbar.css
lib/seamonkey/chrome/classic/skin/classic/messenger/searchDialog.css
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/certFetchingStatus.css
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoNotOk.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/hdrCryptoOk.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/hdrSignNotOk.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/hdrSignOk.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/hdrSignUnknown.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/sbCryptoNotOk.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/sbCryptoOk.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/sbSignNotOk.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/sbSignOk.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/sbSignUnknown.gif
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/smimeicons-small.png
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/icons/smimeicons.png
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/msgCompSMIMEOverlay.css
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/msgCompSecurityInfo.css
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/msgHdrViewSMIMEOverlay.css
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/msgReadSMIMEOverlay.css
lib/seamonkey/chrome/classic/skin/classic/messenger/smime/msgReadSecurityInfo.css
lib/seamonkey/chrome/classic/skin/classic/messenger/start.css
lib/seamonkey/chrome/classic/skin/classic/messenger/subscribe.css
lib/seamonkey/chrome/classic/skin/classic/messenger/threadPane.css
lib/seamonkey/chrome/classic/skin/classic/messenger/threadPaneExtras.css
lib/seamonkey/chrome/classic/skin/classic/messenger/threadPaneLabels.css
lib/seamonkey/chrome/classic/skin/classic/messenger/virtualFolderListDialog.css
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/feeds.png
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/first-disabled.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/first-hover.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/first.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/last-disabled.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/last-hover.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/last.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/next-disabled.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/next-hover.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/next.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/previous-disabled.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/previous-hover.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/previous.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/top-disabled.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/top-hover.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/top.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/up-disabled.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/up-hover.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/btn1/up.gif
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/chrome/classic/skin/classic/navigator/click-to-play-warning-stripes.png
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/chevron.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/close.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/identity.png
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/minimize.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/navigatoricons-small.png
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/navigatoricons.png
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/popup-blocked.png
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/restore.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/tab-arrow-left.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/tab-arrow-right.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/tab-drag-indicator.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/icons/tab-new.gif
lib/seamonkey/chrome/classic/skin/classic/navigator/linkToolbar.css
lib/seamonkey/chrome/classic/skin/classic/navigator/navigator.css
lib/seamonkey/chrome/classic/skin/classic/navigator/pageInfo.css
lib/seamonkey/chrome/classic/skin/classic/navigator/tabbrowser.css
lib/seamonkey/chrome/comm/content/branding/about.png
lib/seamonkey/chrome/comm/content/branding/aboutRights.xhtml
lib/seamonkey/chrome/comm/content/branding/icon48.png
lib/seamonkey/chrome/comm/content/branding/icon64.png
lib/seamonkey/chrome/comm/content/branding/messenger-start-bg.png
lib/seamonkey/chrome/comm/content/branding/messenger-start-hdr.png
lib/seamonkey/chrome/comm/content/communicator/about.xhtml
lib/seamonkey/chrome/comm/content/communicator/aboutLife.xhtml
lib/seamonkey/chrome/comm/content/communicator/aboutPrivateBrowsing.xul
lib/seamonkey/chrome/comm/content/communicator/aboutSessionRestore.js
lib/seamonkey/chrome/comm/content/communicator/aboutSessionRestore.xhtml
lib/seamonkey/chrome/comm/content/communicator/aboutSyncTabs-bindings.xml
lib/seamonkey/chrome/comm/content/communicator/aboutSyncTabs.css
lib/seamonkey/chrome/comm/content/communicator/aboutSyncTabs.js
lib/seamonkey/chrome/comm/content/communicator/aboutSyncTabs.xul
lib/seamonkey/chrome/comm/content/communicator/askViewZoom.js
lib/seamonkey/chrome/comm/content/communicator/askViewZoom.xul
lib/seamonkey/chrome/comm/content/communicator/bindings/findbar.xml
lib/seamonkey/chrome/comm/content/communicator/bindings/general.xml
lib/seamonkey/chrome/comm/content/communicator/bindings/notification.xml
lib/seamonkey/chrome/comm/content/communicator/bindings/prefwindow.xml
lib/seamonkey/chrome/comm/content/communicator/bindings/toolbar.xml
lib/seamonkey/chrome/comm/content/communicator/blockedSite.xhtml
lib/seamonkey/chrome/comm/content/communicator/bookmarks/bm-panel.js
lib/seamonkey/chrome/comm/content/communicator/bookmarks/bm-panel.xul
lib/seamonkey/chrome/comm/content/communicator/bookmarks/bm-props.js
lib/seamonkey/chrome/comm/content/communicator/bookmarks/bm-props.xul
lib/seamonkey/chrome/comm/content/communicator/bookmarks/bookmarksManager.css
lib/seamonkey/chrome/comm/content/communicator/bookmarks/bookmarksManager.js
lib/seamonkey/chrome/comm/content/communicator/bookmarks/bookmarksManager.xul
lib/seamonkey/chrome/comm/content/communicator/bookmarks/browser-places.js
lib/seamonkey/chrome/comm/content/communicator/bookmarks/editBookmarkOverlay.js
lib/seamonkey/chrome/comm/content/communicator/bookmarks/editBookmarkOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/bookmarks/moveBookmarks.js
lib/seamonkey/chrome/comm/content/communicator/bookmarks/moveBookmarks.xul
lib/seamonkey/chrome/comm/content/communicator/bookmarks/placesOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/certError.css
lib/seamonkey/chrome/comm/content/communicator/certError.xhtml
lib/seamonkey/chrome/comm/content/communicator/certError.xml
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/comm/content/communicator/charsetOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/communicator.css
lib/seamonkey/chrome/comm/content/communicator/consoleOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/contentAreaClick.js
lib/seamonkey/chrome/comm/content/communicator/contentAreaContextOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/dataman/dataman.css
lib/seamonkey/chrome/comm/content/communicator/dataman/dataman.js
lib/seamonkey/chrome/comm/content/communicator/dataman/dataman.xml
lib/seamonkey/chrome/comm/content/communicator/dataman/dataman.xul
lib/seamonkey/chrome/comm/content/communicator/defaultClientDialog.js
lib/seamonkey/chrome/comm/content/communicator/defaultClientDialog.xul
lib/seamonkey/chrome/comm/content/communicator/directory/directory.html
lib/seamonkey/chrome/comm/content/communicator/directory/directory.js
lib/seamonkey/chrome/comm/content/communicator/directory/directory.xul
lib/seamonkey/chrome/comm/content/communicator/downloads/DownloadProgressListener.js
lib/seamonkey/chrome/comm/content/communicator/downloads/downloadmanager.js
lib/seamonkey/chrome/comm/content/communicator/downloads/downloadmanager.xul
lib/seamonkey/chrome/comm/content/communicator/downloads/progressDialog.js
lib/seamonkey/chrome/comm/content/communicator/downloads/progressDialog.xul
lib/seamonkey/chrome/comm/content/communicator/downloads/treeView.js
lib/seamonkey/chrome/comm/content/communicator/downloads/uploadProgress.js
lib/seamonkey/chrome/comm/content/communicator/downloads/uploadProgress.xul
lib/seamonkey/chrome/comm/content/communicator/feeds/subscribe.css
lib/seamonkey/chrome/comm/content/communicator/feeds/subscribe.xhtml
lib/seamonkey/chrome/comm/content/communicator/feeds/subscribe.xml
lib/seamonkey/chrome/comm/content/communicator/findUtils.js
lib/seamonkey/chrome/comm/content/communicator/fullscreen-video.xhtml
lib/seamonkey/chrome/comm/content/communicator/helpEditorOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/helpMessengerOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/helpOverlay.js
lib/seamonkey/chrome/comm/content/communicator/helpOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/helpSecurityOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/history/controller.js
lib/seamonkey/chrome/comm/content/communicator/history/history-panel.xul
lib/seamonkey/chrome/comm/content/communicator/history/history.js
lib/seamonkey/chrome/comm/content/communicator/history/history.xul
lib/seamonkey/chrome/comm/content/communicator/history/places.css
lib/seamonkey/chrome/comm/content/communicator/history/placesOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/history/tree.xml
lib/seamonkey/chrome/comm/content/communicator/history/treeView.js
lib/seamonkey/chrome/comm/content/communicator/history/utils.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/comm/content/communicator/labelsencodings.properties
lib/seamonkey/chrome/comm/content/communicator/license.html
lib/seamonkey/chrome/comm/content/communicator/migration/migration.js
lib/seamonkey/chrome/comm/content/communicator/migration/migration.xul
lib/seamonkey/chrome/comm/content/communicator/nsContextMenu.js
lib/seamonkey/chrome/comm/content/communicator/openLocation.js
lib/seamonkey/chrome/comm/content/communicator/openLocation.xul
lib/seamonkey/chrome/comm/content/communicator/passwordManager.xul
lib/seamonkey/chrome/comm/content/communicator/permissions/cookieViewer.js
lib/seamonkey/chrome/comm/content/communicator/permissions/cookieViewer.xul
lib/seamonkey/chrome/comm/content/communicator/permissions/permissionsManager.js
lib/seamonkey/chrome/comm/content/communicator/permissions/permissionsManager.xul
lib/seamonkey/chrome/comm/content/communicator/permissions/treeUtils.js
lib/seamonkey/chrome/comm/content/communicator/places/browserPlacesViews.js
lib/seamonkey/chrome/comm/content/communicator/places/controller.js
lib/seamonkey/chrome/comm/content/communicator/places/menu.xml
lib/seamonkey/chrome/comm/content/communicator/places/places.css
lib/seamonkey/chrome/comm/content/communicator/places/sidebarUtils.js
lib/seamonkey/chrome/comm/content/communicator/places/tree.xml
lib/seamonkey/chrome/comm/content/communicator/places/treeView.js
lib/seamonkey/chrome/comm/content/communicator/platformCommunicatorOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-advanced.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-advanced.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-appearance.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-appearance.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-applicationManager.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-applicationManager.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-applications.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-applications.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-cache.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-cache.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-colors.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-colors.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-content.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-content.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-cookies.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-cookies.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-download.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-download.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-findasyoutype.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-findasyoutype.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-fonts.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-fonts.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-history.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-history.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-http.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-http.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-images.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-keynav.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-keynav.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-languages-add.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-languages-add.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-languages.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-languages.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-links.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-links.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-locationbar.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-locationbar.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-mousewheel.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-mousewheel.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-navigator.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-navigator.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-offlineapps.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-offlineapps.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-passwords.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-policies.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-popups.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-popups.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-privatedata.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-privatedata.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-proxies-advanced.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-proxies.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-proxies.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-scripts.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-scripts.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-search.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-search.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-security.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-security.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-smartupdate.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-smartupdate.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-spelling.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-spelling.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-sync.js
lib/seamonkey/chrome/comm/content/communicator/pref/pref-sync.xul
lib/seamonkey/chrome/comm/content/communicator/pref/pref-tabs.xul
lib/seamonkey/chrome/comm/content/communicator/pref/preferences.js
lib/seamonkey/chrome/comm/content/communicator/pref/preferences.xul
lib/seamonkey/chrome/comm/content/communicator/pref/prefpanels.css
lib/seamonkey/chrome/comm/content/communicator/pref/prefpanels.xml
lib/seamonkey/chrome/comm/content/communicator/printPreviewBindings.xml
lib/seamonkey/chrome/comm/content/communicator/profile/profileSelection.js
lib/seamonkey/chrome/comm/content/communicator/profile/profileSelection.xul
lib/seamonkey/chrome/comm/content/communicator/safeMode.js
lib/seamonkey/chrome/comm/content/communicator/safeMode.xul
lib/seamonkey/chrome/comm/content/communicator/sanitize.xul
lib/seamonkey/chrome/comm/content/communicator/search/engineManager.js
lib/seamonkey/chrome/comm/content/communicator/search/engineManager.xul
lib/seamonkey/chrome/comm/content/communicator/search/search-panel.js
lib/seamonkey/chrome/comm/content/communicator/search/search-panel.xul
lib/seamonkey/chrome/comm/content/communicator/search/search.xml
lib/seamonkey/chrome/comm/content/communicator/search/searchbarBindings.css
lib/seamonkey/chrome/comm/content/communicator/setDesktopBackground.js
lib/seamonkey/chrome/comm/content/communicator/setDesktopBackground.xul
lib/seamonkey/chrome/comm/content/communicator/sidebar/PageNotFound.xul
lib/seamonkey/chrome/comm/content/communicator/sidebar/customize-panel.js
lib/seamonkey/chrome/comm/content/communicator/sidebar/customize-panel.xul
lib/seamonkey/chrome/comm/content/communicator/sidebar/customize.js
lib/seamonkey/chrome/comm/content/communicator/sidebar/customize.xul
lib/seamonkey/chrome/comm/content/communicator/sidebar/preview.js
lib/seamonkey/chrome/comm/content/communicator/sidebar/preview.xul
lib/seamonkey/chrome/comm/content/communicator/sidebar/sidebarBindings.xml
lib/seamonkey/chrome/comm/content/communicator/sidebar/sidebarOverlay.css
lib/seamonkey/chrome/comm/content/communicator/sidebar/sidebarOverlay.js
lib/seamonkey/chrome/comm/content/communicator/sidebar/sidebarOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/sync/syncAddDevice.js
lib/seamonkey/chrome/comm/content/communicator/sync/syncAddDevice.xul
lib/seamonkey/chrome/comm/content/communicator/sync/syncGenericChange.js
lib/seamonkey/chrome/comm/content/communicator/sync/syncGenericChange.xul
lib/seamonkey/chrome/comm/content/communicator/sync/syncKey.xhtml
lib/seamonkey/chrome/comm/content/communicator/sync/syncNotification.xml
lib/seamonkey/chrome/comm/content/communicator/sync/syncQuota.js
lib/seamonkey/chrome/comm/content/communicator/sync/syncQuota.xul
lib/seamonkey/chrome/comm/content/communicator/sync/syncSetup.js
lib/seamonkey/chrome/comm/content/communicator/sync/syncSetup.xul
lib/seamonkey/chrome/comm/content/communicator/sync/syncUI.js
lib/seamonkey/chrome/comm/content/communicator/sync/syncUtils.js
lib/seamonkey/chrome/comm/content/communicator/tasksOverlay.js
lib/seamonkey/chrome/comm/content/communicator/tasksOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/utilityOverlay.js
lib/seamonkey/chrome/comm/content/communicator/utilityOverlay.xul
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/comm/content/communicator/viewApplyThemeOverlay.js
lib/seamonkey/chrome/comm/content/communicator/viewApplyThemeOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/viewSourceOverlay.js
lib/seamonkey/chrome/comm/content/communicator/viewSourceOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/viewZoomOverlay.js
lib/seamonkey/chrome/comm/content/communicator/viewZoomOverlay.xul
lib/seamonkey/chrome/comm/content/editor/ComposerCommands.js
lib/seamonkey/chrome/comm/content/editor/EdAEAttributes.js
lib/seamonkey/chrome/comm/content/editor/EdAECSSAttributes.js
lib/seamonkey/chrome/comm/content/editor/EdAEHTMLAttributes.js
lib/seamonkey/chrome/comm/content/editor/EdAEJSEAttributes.js
lib/seamonkey/chrome/comm/content/editor/EdAdvancedEdit.js
lib/seamonkey/chrome/comm/content/editor/EdAdvancedEdit.xul
lib/seamonkey/chrome/comm/content/editor/EdButtonProps.js
lib/seamonkey/chrome/comm/content/editor/EdButtonProps.xul
lib/seamonkey/chrome/comm/content/editor/EdColorPicker.js
lib/seamonkey/chrome/comm/content/editor/EdColorPicker.xul
lib/seamonkey/chrome/comm/content/editor/EdColorProps.js
lib/seamonkey/chrome/comm/content/editor/EdColorProps.xul
lib/seamonkey/chrome/comm/content/editor/EdConvertToTable.js
lib/seamonkey/chrome/comm/content/editor/EdConvertToTable.xul
lib/seamonkey/chrome/comm/content/editor/EdDialogCommon.js
lib/seamonkey/chrome/comm/content/editor/EdDialogOverlay.xul
lib/seamonkey/chrome/comm/content/editor/EdDictionary.js
lib/seamonkey/chrome/comm/content/editor/EdDictionary.xul
lib/seamonkey/chrome/comm/content/editor/EdFieldSetProps.js
lib/seamonkey/chrome/comm/content/editor/EdFieldSetProps.xul
lib/seamonkey/chrome/comm/content/editor/EdFormProps.js
lib/seamonkey/chrome/comm/content/editor/EdFormProps.xul
lib/seamonkey/chrome/comm/content/editor/EdHLineProps.js
lib/seamonkey/chrome/comm/content/editor/EdHLineProps.xul
lib/seamonkey/chrome/comm/content/editor/EdImageOverlay.js
lib/seamonkey/chrome/comm/content/editor/EdImageOverlay.xul
lib/seamonkey/chrome/comm/content/editor/EdImageProps.js
lib/seamonkey/chrome/comm/content/editor/EdImageProps.xul
lib/seamonkey/chrome/comm/content/editor/EdInputImage.js
lib/seamonkey/chrome/comm/content/editor/EdInputImage.xul
lib/seamonkey/chrome/comm/content/editor/EdInputProps.js
lib/seamonkey/chrome/comm/content/editor/EdInputProps.xul
lib/seamonkey/chrome/comm/content/editor/EdInsSrc.js
lib/seamonkey/chrome/comm/content/editor/EdInsSrc.xul
lib/seamonkey/chrome/comm/content/editor/EdInsertChars.js
lib/seamonkey/chrome/comm/content/editor/EdInsertChars.xul
lib/seamonkey/chrome/comm/content/editor/EdInsertTOC.js
lib/seamonkey/chrome/comm/content/editor/EdInsertTOC.xul
lib/seamonkey/chrome/comm/content/editor/EdInsertTable.js
lib/seamonkey/chrome/comm/content/editor/EdInsertTable.xul
lib/seamonkey/chrome/comm/content/editor/EdLabelProps.js
lib/seamonkey/chrome/comm/content/editor/EdLabelProps.xul
lib/seamonkey/chrome/comm/content/editor/EdLinkChecker.js
lib/seamonkey/chrome/comm/content/editor/EdLinkChecker.xul
lib/seamonkey/chrome/comm/content/editor/EdLinkProps.js
lib/seamonkey/chrome/comm/content/editor/EdLinkProps.xul
lib/seamonkey/chrome/comm/content/editor/EdListProps.js
lib/seamonkey/chrome/comm/content/editor/EdListProps.xul
lib/seamonkey/chrome/comm/content/editor/EdNamedAnchorProps.js
lib/seamonkey/chrome/comm/content/editor/EdNamedAnchorProps.xul
lib/seamonkey/chrome/comm/content/editor/EdPageProps.js
lib/seamonkey/chrome/comm/content/editor/EdPageProps.xul
lib/seamonkey/chrome/comm/content/editor/EdReplace.js
lib/seamonkey/chrome/comm/content/editor/EdReplace.xul
lib/seamonkey/chrome/comm/content/editor/EdSelectProps.js
lib/seamonkey/chrome/comm/content/editor/EdSelectProps.xul
lib/seamonkey/chrome/comm/content/editor/EdSnapToGrid.js
lib/seamonkey/chrome/comm/content/editor/EdSnapToGrid.xul
lib/seamonkey/chrome/comm/content/editor/EdSpellCheck.js
lib/seamonkey/chrome/comm/content/editor/EdSpellCheck.xul
lib/seamonkey/chrome/comm/content/editor/EdTableProps.js
lib/seamonkey/chrome/comm/content/editor/EdTableProps.xul
lib/seamonkey/chrome/comm/content/editor/EdTextAreaProps.js
lib/seamonkey/chrome/comm/content/editor/EdTextAreaProps.xul
lib/seamonkey/chrome/comm/content/editor/EditConflict.js
lib/seamonkey/chrome/comm/content/editor/EditConflict.xul
lib/seamonkey/chrome/comm/content/editor/EditorAllTags.css
lib/seamonkey/chrome/comm/content/editor/EditorContent.css
lib/seamonkey/chrome/comm/content/editor/EditorContextMenu.js
lib/seamonkey/chrome/comm/content/editor/EditorContextMenuOverlay.xul
lib/seamonkey/chrome/comm/content/editor/EditorPublish.js
lib/seamonkey/chrome/comm/content/editor/EditorPublish.xul
lib/seamonkey/chrome/comm/content/editor/EditorPublishOverlay.xul
lib/seamonkey/chrome/comm/content/editor/EditorPublishProgress.js
lib/seamonkey/chrome/comm/content/editor/EditorPublishProgress.xul
lib/seamonkey/chrome/comm/content/editor/EditorPublishSettings.js
lib/seamonkey/chrome/comm/content/editor/EditorPublishSettings.xul
lib/seamonkey/chrome/comm/content/editor/EditorSaveAsCharset.js
lib/seamonkey/chrome/comm/content/editor/EditorSaveAsCharset.xul
lib/seamonkey/chrome/comm/content/editor/StructBarContextMenu.js
lib/seamonkey/chrome/comm/content/editor/composerOverlay.xul
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/comm/content/editor/editingOverlay.js
lib/seamonkey/chrome/comm/content/editor/editingOverlay.xul
lib/seamonkey/chrome/comm/content/editor/editor.js
lib/seamonkey/chrome/comm/content/editor/editor.xul
lib/seamonkey/chrome/comm/content/editor/editorApplicationOverlay.js
lib/seamonkey/chrome/comm/content/editor/editorMailOverlay.xul
lib/seamonkey/chrome/comm/content/editor/editorNavigatorOverlay.xul
lib/seamonkey/chrome/comm/content/editor/editorOverlay.xul
lib/seamonkey/chrome/comm/content/editor/editorPrefsOverlay.xul
lib/seamonkey/chrome/comm/content/editor/editorSmileyOverlay.xul
lib/seamonkey/chrome/comm/content/editor/editorTasksOverlay.xul
lib/seamonkey/chrome/comm/content/editor/editorUtilities.js
lib/seamonkey/chrome/comm/content/editor/images/bringtofront-disabled.gif
lib/seamonkey/chrome/comm/content/editor/images/bringtofront.gif
lib/seamonkey/chrome/comm/content/editor/images/sendtoback-disabled.gif
lib/seamonkey/chrome/comm/content/editor/images/sendtoback.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-a.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-abr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-acr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-adr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-anchor.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-app.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-ara.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-b.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-bas.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-bdo.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-big.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-blq.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-body.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-br.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-bsf.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-btn.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-cit.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-clg.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-cod.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-col.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-cpt.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-ctr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-dd.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-del.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-dfn.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-dir.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-div.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-dl.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-dt.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-em.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-fld.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-fnt.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-for.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-frm.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-fst.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-h1.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-h2.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-h3.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-h4.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-h5.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-h6.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-hed.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-hr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-html.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-i.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-ifr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-img.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-inp.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-ins.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-isx.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-kbd.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-lbl.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-lgn.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-li.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-lnk.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-lst.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-map.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-men.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-met.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-nbr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-nfr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-nsc.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-obj.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-ol.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-opg.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-opt.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-p.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-pln.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-pre.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-prm.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-q.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-s.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-scr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-slc.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-sml.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-smp.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-spn.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-stk.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-stl.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-stn.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-sub.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-sup.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-tbd.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-tbl.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-td.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-tft.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-th.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-thd.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-tr.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-tt.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-ttl.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-txt.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-u.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-ul.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-userdefined.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-var.gif
lib/seamonkey/chrome/comm/content/editor/images/tag-xmp.gif
lib/seamonkey/chrome/comm/content/editor/pref-composer.xul
lib/seamonkey/chrome/comm/content/editor/pref-editing.js
lib/seamonkey/chrome/comm/content/editor/pref-editing.xul
lib/seamonkey/chrome/comm/content/editor/pref-toolbars.xul
lib/seamonkey/chrome/comm/content/editor/publishprefs.js
lib/seamonkey/chrome/comm/content/navigator/browser.js
lib/seamonkey/chrome/comm/content/navigator/fullScreen.js
lib/seamonkey/chrome/comm/content/navigator/hiddenWindow.xul
lib/seamonkey/chrome/comm/content/navigator/linkToolbarHandler.js
lib/seamonkey/chrome/comm/content/navigator/linkToolbarItem.js
lib/seamonkey/chrome/comm/content/navigator/linkToolbarOverlay.js
lib/seamonkey/chrome/comm/content/navigator/linkToolbarOverlay.xul
lib/seamonkey/chrome/comm/content/navigator/mailNavigatorOverlay.js
lib/seamonkey/chrome/comm/content/navigator/mailNavigatorOverlay.xul
lib/seamonkey/chrome/comm/content/navigator/metadata.js
lib/seamonkey/chrome/comm/content/navigator/metadata.xul
lib/seamonkey/chrome/comm/content/navigator/navigator.css
lib/seamonkey/chrome/comm/content/navigator/navigator.js
lib/seamonkey/chrome/comm/content/navigator/navigator.xul
lib/seamonkey/chrome/comm/content/navigator/navigatorDD.js
lib/seamonkey/chrome/comm/content/navigator/navigatorOverlay.xul
lib/seamonkey/chrome/comm/content/navigator/nsBrowserContentListener.js
lib/seamonkey/chrome/comm/content/navigator/nsBrowserStatusHandler.js
lib/seamonkey/chrome/comm/content/navigator/pageinfo/feeds.js
lib/seamonkey/chrome/comm/content/navigator/pageinfo/feeds.xml
lib/seamonkey/chrome/comm/content/navigator/pageinfo/pageInfo.css
lib/seamonkey/chrome/comm/content/navigator/pageinfo/pageInfo.js
lib/seamonkey/chrome/comm/content/navigator/pageinfo/pageInfo.xul
lib/seamonkey/chrome/comm/content/navigator/pageinfo/permissions.js
lib/seamonkey/chrome/comm/content/navigator/pageinfo/security.js
lib/seamonkey/chrome/comm/content/navigator/platformMailOverlay.xul
lib/seamonkey/chrome/comm/content/navigator/platformNavigationBindings.xul
lib/seamonkey/chrome/comm/content/navigator/safeBrowsingOverlay.js
lib/seamonkey/chrome/comm/content/navigator/safeBrowsingOverlay.xul
lib/seamonkey/chrome/comm/content/navigator/sessionHistoryUI.js
lib/seamonkey/chrome/comm/content/navigator/tabbrowser.xml
lib/seamonkey/chrome/comm/content/navigator/urlbarBindings.xml
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/chrome/comm/content/navigator/webDeveloperOverlay.js
lib/seamonkey/chrome/comm/content/navigator/webDeveloperOverlay.xul
lib/seamonkey/chrome/en-US/locale/en-US/alerts/alert.dtd
lib/seamonkey/chrome/en-US/locale/en-US/alerts/notificationNames.properties
lib/seamonkey/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties
lib/seamonkey/chrome/en-US/locale/en-US/branding/aboutRights.dtd
lib/seamonkey/chrome/en-US/locale/en-US/branding/aboutRights.properties
lib/seamonkey/chrome/en-US/locale/en-US/branding/brand.dtd
lib/seamonkey/chrome/en-US/locale/en-US/branding/brand.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator-platform/mac/platformCommunicatorOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator-platform/mac/pref/platformPrefOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator-platform/unix/platformCommunicatorOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator-platform/unix/pref/platformPrefOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator-platform/win/platformCommunicatorOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator-platform/win/pref/platformPrefOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator-region/region.properties
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/about.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/aboutPrivateBrowsing.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/aboutSessionRestore.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/aboutSyncTabs.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/askViewZoom.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/bookmarks/bm-props.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/bookmarks/editBookmarkOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/bookmarks/moveBookmarks.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/bookmarks/places.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/certError.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/consoleOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/contentAreaCommands.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/contentAreaCommands.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/dataman/dataman.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/dataman/dataman.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/defaultClientDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/directory/directory.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/downloads/downloadmanager.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/downloads/downloadmanager.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/downloads/progressDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/feeds/subscribe.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/feeds/subscribe.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/cert_dialog_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/certs_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/certs_prefs_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/composer_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/cs_nav_prefs_advanced.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/cs_nav_prefs_appearance.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/cs_nav_prefs_navigator.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/cs_priv_prefs_popup.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/customize_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/developer_tools.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/forieusers.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/glossary.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/help-glossary.rdf
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/help-index1.rdf
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/help-indexAZ.rdf
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/help-win.rdf
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/helpFileLayout.css
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/help_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/anchor-in-doc.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/broken.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/bullets.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/columns.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/composer_icon.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/help_nav.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/help_print.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/image.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/link.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/locationbar.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_flag.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_flag_column.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_junk_column.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_newmail_alert.png
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_newmail_balloon.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_newmail_trayicon.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_quicksearch.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_read.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_read_column.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/mail_unread.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/numbers.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/offline.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/online.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/personalbar.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/reload.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/search.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/search_personal_toolbar.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/sidebar-advanced.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/sidebar.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/tabbed_browsing_bar.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/table.gif
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/task_mail.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/task_newmail.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/taskbar-ab.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/taskbar.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/threadbutton.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/web-links.png
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_account_settings.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_addressbooks.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_blogs_and_feeds.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_getting_started.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_newsgroups.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_offline.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_organizing.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_preferences.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_security.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/mailnews_using_mail.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/nav_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/page_info_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/passwords_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/privacy_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/privsec_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/profiles_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/shortcuts.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/shortcuts_composer.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/shortcuts_mailnews.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/shortcuts_navigator.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/ssl_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/suite-toc.rdf
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/suitehelp.rdf
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/using_certs_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/using_priv_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/welcome_help.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/history/history.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/history/places.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/migration/migration.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/migration/migration.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/notification.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/openLocation.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/openLocation.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/passwordManager.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/permissions/cookieViewer.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/permissions/cookieViewer.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/permissions/permissionsManager.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/permissions/permissionsManager.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/places/places.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-advanced.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-appearance.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-applicationManager.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-applicationManager.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-applications.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-applications.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-cache.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-colors.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-content.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-cookies.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-download.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-findasyoutype.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-fonts.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-history.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-http.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-images.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-keynav.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-languages.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-languages.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-links.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-locationbar.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-mousewheel.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-navigator.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-offlineapps.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-passwords.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-policies.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-popups.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-privatedata.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-proxies-advanced.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-proxies.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-scripts.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-search.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-security.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-smartupdate.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-spelling.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-sync.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-tabs.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/preferences.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/prefutilities.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/printPreview.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/profile/profileSelection.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/profile/profileSelection.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/quitDialog.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/safeBrowsing.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/safeMode.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sanitize.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/search/engineManager.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/search/engineManager.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/search/search-panel.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/search/search.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/search/searchbar.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/setDesktopBackground.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/shellservice.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sidebar/customize.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sidebar/preview.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sidebar/sidebar.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sidebar/sidebarOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sync/syncBrand.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sync/syncGenericChange.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sync/syncKey.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sync/syncQuota.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sync/syncQuota.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sync/syncSetup.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sync/syncSetup.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/tasksOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/typeaheadfind.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/utilityOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/utilityOverlay.properties
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/viewApplyThemeOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/viewApplyThemeOverlay.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/viewZoomOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/viewZoomOverlay.properties
lib/seamonkey/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties
lib/seamonkey/chrome/en-US/locale/en-US/editor-region/region.properties
lib/seamonkey/chrome/en-US/locale/en-US/editor/EdAdvancedEdit.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EdColorPicker.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EdConvertToTable.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EdDialogOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EdLinkChecker.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EdNamedAnchorProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditConflict.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorButtonProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorColorProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorFieldSetProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorFormProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorHLineProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorImageProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorInputProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorInsertChars.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorInsertSource.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorInsertTOC.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorInsertTable.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorLabelProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorLinkProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorListProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorPageProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorPersonalDictionary.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorPublish.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorPublishProgress.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorReplace.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorSaveAsCharset.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorSelectProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorSnapToGrid.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorSpellCheck.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorTableProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/EditorTextAreaProperties.dtd
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/editor/editingOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/editor.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/editor.properties
lib/seamonkey/chrome/en-US/locale/en-US/editor/editorOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/editorPrefsOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/editorSmileyOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/pref-composer.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/pref-editing.dtd
lib/seamonkey/chrome/en-US/locale/en-US/editor/pref-toolbars.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties
lib/seamonkey/chrome/en-US/locale/en-US/global-platform/mac/intl.properties
lib/seamonkey/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties
lib/seamonkey/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties
lib/seamonkey/chrome/en-US/locale/en-US/global-platform/unix/intl.properties
lib/seamonkey/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties
lib/seamonkey/chrome/en-US/locale/en-US/global-platform/win/accessible.properties
lib/seamonkey/chrome/en-US/locale/en-US/global-platform/win/intl.properties
lib/seamonkey/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties
lib/seamonkey/chrome/en-US/locale/en-US/global-region/region.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/AccessFu.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/about.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutAbout.dtd
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutNetworking.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutRights.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutSupport.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutSupport.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutTelemetry.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/actions.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/appPicker.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/appstrings.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/brand.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/browser.properties
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/global/charsetMenu.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/charsetMenu.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/charsetOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/charsetTitles.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/commonDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/commonDialogs.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/config.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/config.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/console.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/console.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/contentAreaCommands.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/crashes.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/crashes.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/css.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/customizeCharset.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/customizeToolbar.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/customizeToolbar.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/dateFormat.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/datetimepicker.dtd
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/global/devtools/debugger.properties
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/global/devtools/styleinspector.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/dialog.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/dialogOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/dom/dom.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/filefield.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/filepicker.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/filepicker.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/findbar.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/findbar.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/finddialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/finddialog.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/global-strres.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/global.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/globalKeys.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/headsUpDisplay.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/intl.css
lib/seamonkey/chrome/en-US/locale/en-US/global/intl.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/keys.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/languageNames.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/global/layout/htmlparser.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/layout/xmlparser.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/layout_errors.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/mathml/mathml.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/mozilla.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/netError.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/netErrorApp.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/notification.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/plugins.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/preferences.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/printPageSetup.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/printPreview.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/printProgress.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/printdialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/printdialog.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/printing.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/printjoboptions.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/regionNames.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/resetProfile.dtd
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/global/resetProfile.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/search/search.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/security/caps.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/security/csp.properties
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/global/security/security.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/svg/svg.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/textcontext.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/tree.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/videocontrols.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/viewSource.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/viewSource.properties
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/global/webapps.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/wizard.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/wizard.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/xbl.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/xpinstall/xpinstall.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/xslt/xslt.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/xul.properties
lib/seamonkey/chrome/en-US/locale/en-US/help/help-toc.rdf
lib/seamonkey/chrome/en-US/locale/en-US/help/help.dtd
lib/seamonkey/chrome/en-US/locale/en-US/help/help.properties
lib/seamonkey/chrome/en-US/locale/en-US/help/welcome.xhtml
lib/seamonkey/chrome/en-US/locale/en-US/messenger-mapi/mapi.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger-newsblog/am-newsblog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger-newsblog/feed-subscriptions.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger-newsblog/newsblog.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger-region/region.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger-smime/certFetchingStatus.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger-smime/msgCompSMIMEOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger-smime/msgCompSMIMEOverlay.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger-smime/msgCompSecurityInfo.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger-smime/msgCompSecurityInfo.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger-smime/msgReadSMIMEOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger-smime/msgReadSMIMEOverlay.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger-smime/msgReadSecurityInfo.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger-smime/msgSecurityInfo.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/AccountManager.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/AccountWizard.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/CustomHeaders.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/FilterEditor.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/FilterListDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/SearchDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/abAddressBookNameDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/abCardOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/abMailListDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/abMainWindow.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/abNewCardDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/abResultsPaneOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/abSelectAddressesDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/addressBook.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/ldapAutoCompErrs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/pref-addressing.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory-add.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/pref-directory.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/addressbook/replicationProgress.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-addressing.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-advanced.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-archiveoptions.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-copies.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-identities-list.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-identity-edit.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-junk.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-main.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-mdn.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-mdn.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-offline.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-server-advanced.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-server-top.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-serverwithnoidentities.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-smime.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/am-smime.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/appleMailImportMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/custom.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/downloadheaders.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/eudoraImportMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/fieldMapImport.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/filter.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/folderProps.dtd
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/messenger/folderWidgets.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/folderpane.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/gloda.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/imapMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/importDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/importMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/junkLog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/junkMailInfo.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/localMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mailEditorOverlay.dtd
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mailKeysOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mailOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mailPrefsOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mailTasksOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mailViewList.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mailViewSetup.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mailviews.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/markByDate.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messenger.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messenger.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/addressingWidgetOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/askSendFormat.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/composeMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/mailComposeEditorOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/messengercompose.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/pref-composing_messages.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/pref-formatting.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/messengercompose/sendProgress.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mime.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/mimeheader.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/msgAccountCentral.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/msgFolderPickerOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/msgHdrViewOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/msgHdrViewPopup.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/msgSynchronize.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/msgViewPickerOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/msgmdn.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/newFolderDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/news.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/oeImportMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/offline.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/offlineStartup.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/outlookImportMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/pgpmime.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/pref-character_encoding.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/pref-junk.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/pref-mailnews.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/pref-notifications.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/pref-offline.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/pref-receipts.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/pref-tags.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/pref-viewing_messages.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/prefs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/renameFolderDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/search-attributes.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/search-operators.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/search.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/searchTermOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/shutdownWindow.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/smime.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/smtpEditOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/start.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/subscribe.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/subscribe.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/textImportMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/threadpane.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/vCardImportMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/viewLog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/virtualFolderListDialog.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/virtualFolderProperties.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/wmImportMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/downloads/downloads.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/downloads/downloads.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/downloads/settingsChange.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/about.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/blocklist.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/extensions.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/extensions.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/newaddon.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/newaddon.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/selectAddons.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/selectAddons.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/update.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/extensions/update.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/handling/handling.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/plugins/plugins.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/plugins/plugins.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/preferences/changemp.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/preferences/ocsp.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/preferences/preferences.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/preferences/removemp.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/profile/createProfileWizard.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/update/history.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/update/updates.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/update/updates.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.dtd
lib/seamonkey/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.properties
lib/seamonkey/chrome/en-US/locale/en-US/mozldap/ldap.properties
lib/seamonkey/chrome/en-US/locale/en-US/navigator-platform/mac/platformNavigationBindings.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator-platform/unix/platformNavigationBindings.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator-platform/win/platformNavigationBindings.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator-region/region.properties
lib/seamonkey/chrome/en-US/locale/en-US/navigator/linkToolbar.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator/mailNavigatorOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator/metadata.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator/metadata.properties
lib/seamonkey/chrome/en-US/locale/en-US/navigator/navigator.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator/navigator.properties
lib/seamonkey/chrome/en-US/locale/en-US/navigator/navigatorOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator/pageInfo.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator/pageInfo.properties
lib/seamonkey/chrome/en-US/locale/en-US/navigator/tabbrowser.dtd
lib/seamonkey/chrome/en-US/locale/en-US/navigator/tabbrowser.properties
lib/seamonkey/chrome/en-US/locale/en-US/navigator/taskbar.properties
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/navigator/webDeveloper.dtd
lib/seamonkey/chrome/en-US/locale/en-US/necko/necko.properties
lib/seamonkey/chrome/en-US/locale/en-US/passwordmgr/passwordManager.dtd
lib/seamonkey/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties
lib/seamonkey/chrome/en-US/locale/en-US/pipnss/nsserrors.properties
lib/seamonkey/chrome/en-US/locale/en-US/pipnss/pipnss.properties
lib/seamonkey/chrome/en-US/locale/en-US/pipnss/security.properties
lib/seamonkey/chrome/en-US/locale/en-US/pippki/certManager.dtd
lib/seamonkey/chrome/en-US/locale/en-US/pippki/deviceManager.dtd
lib/seamonkey/chrome/en-US/locale/en-US/pippki/pippki.dtd
lib/seamonkey/chrome/en-US/locale/en-US/pippki/pippki.properties
lib/seamonkey/chrome/en-US/locale/en-US/pippki/pref-certs.dtd
lib/seamonkey/chrome/en-US/locale/en-US/pippki/pref-masterpass.dtd
lib/seamonkey/chrome/en-US/locale/en-US/pippki/pref-ssl.dtd
lib/seamonkey/chrome/en-US/locale/en-US/places/places.properties
lib/seamonkey/chrome/en-US/locale/en-US/services/errors.properties
lib/seamonkey/chrome/en-US/locale/en-US/services/sync.properties
lib/seamonkey/chrome/gloda/content/glodacomplete.css
lib/seamonkey/chrome/gloda/content/glodacomplete.xml
lib/seamonkey/chrome/gloda/content/overlay.js
lib/seamonkey/chrome/gloda/content/thunderbirdOverlay.xul
lib/seamonkey/chrome/icons/default/JSConsoleWindow.png
lib/seamonkey/chrome/icons/default/JSConsoleWindow16.png
lib/seamonkey/chrome/icons/default/JSConsoleWindow48.png
lib/seamonkey/chrome/icons/default/abcardWindow.png
lib/seamonkey/chrome/icons/default/abcardWindow16.png
lib/seamonkey/chrome/icons/default/abcardWindow48.png
lib/seamonkey/chrome/icons/default/ablistWindow.png
lib/seamonkey/chrome/icons/default/ablistWindow16.png
lib/seamonkey/chrome/icons/default/ablistWindow48.png
lib/seamonkey/chrome/icons/default/addressbookWindow.png
lib/seamonkey/chrome/icons/default/addressbookWindow16.png
lib/seamonkey/chrome/icons/default/addressbookWindow48.png
lib/seamonkey/chrome/icons/default/bookmarkproperties.png
lib/seamonkey/chrome/icons/default/bookmarkproperties16.png
lib/seamonkey/chrome/icons/default/bookmarkproperties48.png
lib/seamonkey/chrome/icons/default/default.png
lib/seamonkey/chrome/icons/default/default16.png
lib/seamonkey/chrome/icons/default/default48.png
lib/seamonkey/chrome/icons/default/downloadManager.png
lib/seamonkey/chrome/icons/default/downloadManager16.png
lib/seamonkey/chrome/icons/default/downloadManager48.png
lib/seamonkey/chrome/icons/default/editorWindow.png
lib/seamonkey/chrome/icons/default/editorWindow16.png
lib/seamonkey/chrome/icons/default/editorWindow48.png
lib/seamonkey/chrome/icons/default/findBookmarkWindow.png
lib/seamonkey/chrome/icons/default/findBookmarkWindow16.png
lib/seamonkey/chrome/icons/default/findBookmarkWindow48.png
lib/seamonkey/chrome/icons/default/findHistoryWindow.png
lib/seamonkey/chrome/icons/default/findHistoryWindow16.png
lib/seamonkey/chrome/icons/default/findHistoryWindow48.png
lib/seamonkey/chrome/icons/default/history-window.png
lib/seamonkey/chrome/icons/default/history-window16.png
lib/seamonkey/chrome/icons/default/history-window48.png
lib/seamonkey/chrome/icons/default/main-window.png
lib/seamonkey/chrome/icons/default/main-window16.png
lib/seamonkey/chrome/icons/default/main-window48.png
lib/seamonkey/chrome/icons/default/messengerWindow.png
lib/seamonkey/chrome/icons/default/messengerWindow16.png
lib/seamonkey/chrome/icons/default/messengerWindow48.png
lib/seamonkey/chrome/icons/default/msgcomposeWindow.png
lib/seamonkey/chrome/icons/default/msgcomposeWindow16.png
lib/seamonkey/chrome/icons/default/msgcomposeWindow48.png
lib/seamonkey/chrome/icons/default/places.png
lib/seamonkey/chrome/icons/default/places16.png
lib/seamonkey/chrome/icons/default/places48.png
lib/seamonkey/chrome/icons/default/seamonkey.png
lib/seamonkey/chrome/icons/default/venkman-window.png
lib/seamonkey/chrome/icons/default/venkman-window16.png
lib/seamonkey/chrome/icons/default/venkman-window48.png
lib/seamonkey/chrome/messenger/content/messagebody/addressbook/print.css
lib/seamonkey/chrome/messenger/content/messenger-smime/certFetchingStatus.js
lib/seamonkey/chrome/messenger/content/messenger-smime/certFetchingStatus.xul
lib/seamonkey/chrome/messenger/content/messenger-smime/msgCompSMIMEOverlay.js
lib/seamonkey/chrome/messenger/content/messenger-smime/msgCompSMIMEOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger-smime/msgCompSecurityInfo.js
lib/seamonkey/chrome/messenger/content/messenger-smime/msgCompSecurityInfo.xul
lib/seamonkey/chrome/messenger/content/messenger-smime/msgHdrViewSMIMEOverlay.js
lib/seamonkey/chrome/messenger/content/messenger-smime/msgHdrViewSMIMEOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger-smime/msgReadSMIMEOverlay.js
lib/seamonkey/chrome/messenger/content/messenger-smime/msgReadSMIMEOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger-smime/msgReadSecurityInfo.js
lib/seamonkey/chrome/messenger/content/messenger-smime/msgReadSecurityInfo.xul
lib/seamonkey/chrome/messenger/content/messenger/ABSearchDialog.js
lib/seamonkey/chrome/messenger/content/messenger/ABSearchDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/AccountManager.js
lib/seamonkey/chrome/messenger/content/messenger/AccountManager.xul
lib/seamonkey/chrome/messenger/content/messenger/AccountWizard.js
lib/seamonkey/chrome/messenger/content/messenger/AccountWizard.xul
lib/seamonkey/chrome/messenger/content/messenger/CustomHeaders.js
lib/seamonkey/chrome/messenger/content/messenger/CustomHeaders.xul
lib/seamonkey/chrome/messenger/content/messenger/FilterEditor.js
lib/seamonkey/chrome/messenger/content/messenger/FilterEditor.xul
lib/seamonkey/chrome/messenger/content/messenger/FilterListDialog.js
lib/seamonkey/chrome/messenger/content/messenger/FilterListDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/SearchDialog.js
lib/seamonkey/chrome/messenger/content/messenger/SearchDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/SmtpServerEdit.js
lib/seamonkey/chrome/messenger/content/messenger/SmtpServerEdit.xul
lib/seamonkey/chrome/messenger/content/messenger/accountUtils.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abAddressBookNameDialog.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abAddressBookNameDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abCardOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abCardOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abCardViewOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abCommon.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abDragDrop.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abEditCardDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abEditListDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abListOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abMailListDialog.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abMailListDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abNewCardDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abResultsPane.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abResultsPaneOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abSelectAddressesDialog.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abSelectAddressesDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/abTrees.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/addrbookWidgets.xml
lib/seamonkey/chrome/messenger/content/messenger/addressbook/addressbook-panel.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/addressbook-panel.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/addressbook.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/addressbook.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/pref-addressing.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/pref-addressing.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/pref-directory-add.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/pref-directory-add.xul
lib/seamonkey/chrome/messenger/content/messenger/addressbook/pref-editdirectories.js
lib/seamonkey/chrome/messenger/content/messenger/addressbook/pref-editdirectories.xul
lib/seamonkey/chrome/messenger/content/messenger/am-addressing.js
lib/seamonkey/chrome/messenger/content/messenger/am-addressing.xul
lib/seamonkey/chrome/messenger/content/messenger/am-addressingOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/am-archiveoptions.js
lib/seamonkey/chrome/messenger/content/messenger/am-archiveoptions.xul
lib/seamonkey/chrome/messenger/content/messenger/am-copies.js
lib/seamonkey/chrome/messenger/content/messenger/am-copies.xul
lib/seamonkey/chrome/messenger/content/messenger/am-copiesOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/am-help.js
lib/seamonkey/chrome/messenger/content/messenger/am-identities-list.js
lib/seamonkey/chrome/messenger/content/messenger/am-identities-list.xul
lib/seamonkey/chrome/messenger/content/messenger/am-identity-edit.js
lib/seamonkey/chrome/messenger/content/messenger/am-identity-edit.xul
lib/seamonkey/chrome/messenger/content/messenger/am-junk.js
lib/seamonkey/chrome/messenger/content/messenger/am-junk.xul
lib/seamonkey/chrome/messenger/content/messenger/am-main.js
lib/seamonkey/chrome/messenger/content/messenger/am-main.xul
lib/seamonkey/chrome/messenger/content/messenger/am-mdn.js
lib/seamonkey/chrome/messenger/content/messenger/am-mdn.xul
lib/seamonkey/chrome/messenger/content/messenger/am-offline.js
lib/seamonkey/chrome/messenger/content/messenger/am-offline.xul
lib/seamonkey/chrome/messenger/content/messenger/am-prefs.js
lib/seamonkey/chrome/messenger/content/messenger/am-server-advanced.js
lib/seamonkey/chrome/messenger/content/messenger/am-server-advanced.xul
lib/seamonkey/chrome/messenger/content/messenger/am-server-top.xul
lib/seamonkey/chrome/messenger/content/messenger/am-server.js
lib/seamonkey/chrome/messenger/content/messenger/am-server.xul
lib/seamonkey/chrome/messenger/content/messenger/am-serverwithnoidentities.js
lib/seamonkey/chrome/messenger/content/messenger/am-serverwithnoidentities.xul
lib/seamonkey/chrome/messenger/content/messenger/am-smime.js
lib/seamonkey/chrome/messenger/content/messenger/am-smime.xul
lib/seamonkey/chrome/messenger/content/messenger/am-smimeIdentityEditOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/am-smimeOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/am-smtp.js
lib/seamonkey/chrome/messenger/content/messenger/am-smtp.xul
lib/seamonkey/chrome/messenger/content/messenger/amUtils.js
lib/seamonkey/chrome/messenger/content/messenger/aw-accname.js
lib/seamonkey/chrome/messenger/content/messenger/aw-accounttype.js
lib/seamonkey/chrome/messenger/content/messenger/aw-done.js
lib/seamonkey/chrome/messenger/content/messenger/aw-identity.js
lib/seamonkey/chrome/messenger/content/messenger/aw-incoming.js
lib/seamonkey/chrome/messenger/content/messenger/aw-outgoing.js
lib/seamonkey/chrome/messenger/content/messenger/commandglue.js
lib/seamonkey/chrome/messenger/content/messenger/dateFormat.js
lib/seamonkey/chrome/messenger/content/messenger/downloadheaders.js
lib/seamonkey/chrome/messenger/content/messenger/downloadheaders.xul
lib/seamonkey/chrome/messenger/content/messenger/fieldMapImport.js
lib/seamonkey/chrome/messenger/content/messenger/fieldMapImport.xul
lib/seamonkey/chrome/messenger/content/messenger/folderDisplay.js
lib/seamonkey/chrome/messenger/content/messenger/folderPane.xul
lib/seamonkey/chrome/messenger/content/messenger/folderProps.js
lib/seamonkey/chrome/messenger/content/messenger/folderProps.xul
lib/seamonkey/chrome/messenger/content/messenger/folderWidgets.xml
lib/seamonkey/chrome/messenger/content/messenger/importDialog.js
lib/seamonkey/chrome/messenger/content/messenger/importDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/ispUtils.js
lib/seamonkey/chrome/messenger/content/messenger/jsTreeView.js
lib/seamonkey/chrome/messenger/content/messenger/junkCommands.js
lib/seamonkey/chrome/messenger/content/messenger/junkLog.js
lib/seamonkey/chrome/messenger/content/messenger/junkLog.xul
lib/seamonkey/chrome/messenger/content/messenger/junkMailInfo.xul
lib/seamonkey/chrome/messenger/content/messenger/mail-offline.js
lib/seamonkey/chrome/messenger/content/messenger/mail3PaneWindowCommands.js
lib/seamonkey/chrome/messenger/content/messenger/mailCommands.js
lib/seamonkey/chrome/messenger/content/messenger/mailContextMenus.js
lib/seamonkey/chrome/messenger/content/messenger/mailEditorOverlay.xul
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/messenger/content/messenger/mailKeysOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/mailOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/mailOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/mailPrefsOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/mailTasksOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/mailTasksOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/mailViewList.js
lib/seamonkey/chrome/messenger/content/messenger/mailViewList.xul
lib/seamonkey/chrome/messenger/content/messenger/mailViewSetup.js
lib/seamonkey/chrome/messenger/content/messenger/mailViewSetup.xul
lib/seamonkey/chrome/messenger/content/messenger/mailWidgets.xml
lib/seamonkey/chrome/messenger/content/messenger/mailWindow.js
lib/seamonkey/chrome/messenger/content/messenger/mailWindowOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/mailWindowOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/markByDate.js
lib/seamonkey/chrome/messenger/content/messenger/markByDate.xul
lib/seamonkey/chrome/messenger/content/messenger/messageWindow.js
lib/seamonkey/chrome/messenger/content/messenger/messageWindow.xul
lib/seamonkey/chrome/messenger/content/messenger/messenger.css
lib/seamonkey/chrome/messenger/content/messenger/messenger.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/MsgComposeCommands.js
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/addressingWidgetOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/addressingWidgetOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/askSendFormat.js
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/askSendFormat.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/mailComposeEditorOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/mailComposeExtrasOverlay.xul
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/mailComposeOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/messengercompose.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/msgComposeContextOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/pref-composing_messages.js
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/pref-composing_messages.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/pref-formatting.js
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/pref-formatting.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/sendProgress.js
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/sendProgress.xul
lib/seamonkey/chrome/messenger/content/messenger/messengerdnd.js
lib/seamonkey/chrome/messenger/content/messenger/msgAccountCentral.js
lib/seamonkey/chrome/messenger/content/messenger/msgAccountCentral.xul
lib/seamonkey/chrome/messenger/content/messenger/msgFolderPickerOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/msgFolderPickerOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/msgHdrViewOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/msgHdrViewOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/msgMail3PaneWindow.js
lib/seamonkey/chrome/messenger/content/messenger/msgPrintEngine.js
lib/seamonkey/chrome/messenger/content/messenger/msgPrintEngine.xul
lib/seamonkey/chrome/messenger/content/messenger/msgSelectOffline.xul
lib/seamonkey/chrome/messenger/content/messenger/msgSynchronize.js
lib/seamonkey/chrome/messenger/content/messenger/msgSynchronize.xul
lib/seamonkey/chrome/messenger/content/messenger/msgViewNavigation.js
lib/seamonkey/chrome/messenger/content/messenger/msgViewPickerOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/newFolderDialog.js
lib/seamonkey/chrome/messenger/content/messenger/newFolderDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/newmailalert.css
lib/seamonkey/chrome/messenger/content/messenger/newmailalert.js
lib/seamonkey/chrome/messenger/content/messenger/newmailalert.xul
lib/seamonkey/chrome/messenger/content/messenger/phishingDetector.js
lib/seamonkey/chrome/messenger/content/messenger/platformMailnewsOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/pref-character_encoding.js
lib/seamonkey/chrome/messenger/content/messenger/pref-character_encoding.xul
lib/seamonkey/chrome/messenger/content/messenger/pref-junk.js
lib/seamonkey/chrome/messenger/content/messenger/pref-junk.xul
lib/seamonkey/chrome/messenger/content/messenger/pref-mailnews.js
lib/seamonkey/chrome/messenger/content/messenger/pref-mailnews.xul
lib/seamonkey/chrome/messenger/content/messenger/pref-notifications.js
lib/seamonkey/chrome/messenger/content/messenger/pref-notifications.xul
lib/seamonkey/chrome/messenger/content/messenger/pref-offline.js
lib/seamonkey/chrome/messenger/content/messenger/pref-offline.xul
lib/seamonkey/chrome/messenger/content/messenger/pref-receipts.js
lib/seamonkey/chrome/messenger/content/messenger/pref-receipts.xul
lib/seamonkey/chrome/messenger/content/messenger/pref-tags.js
lib/seamonkey/chrome/messenger/content/messenger/pref-tags.xul
lib/seamonkey/chrome/messenger/content/messenger/pref-viewing_messages.js
lib/seamonkey/chrome/messenger/content/messenger/pref-viewing_messages.xul
lib/seamonkey/chrome/messenger/content/messenger/renameFolderDialog.js
lib/seamonkey/chrome/messenger/content/messenger/renameFolderDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/retention.js
lib/seamonkey/chrome/messenger/content/messenger/searchBar.js
lib/seamonkey/chrome/messenger/content/messenger/searchTermOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/searchTermOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/searchWidgets.xml
lib/seamonkey/chrome/messenger/content/messenger/shareglue.js
lib/seamonkey/chrome/messenger/content/messenger/shutdownWindow.js
lib/seamonkey/chrome/messenger/content/messenger/shutdownWindow.xul
lib/seamonkey/chrome/messenger/content/messenger/smtpEditOverlay.js
lib/seamonkey/chrome/messenger/content/messenger/smtpEditOverlay.xul
lib/seamonkey/chrome/messenger/content/messenger/start.xhtml
lib/seamonkey/chrome/messenger/content/messenger/subscribe.js
lib/seamonkey/chrome/messenger/content/messenger/subscribe.xul
lib/seamonkey/chrome/messenger/content/messenger/tabmail.js
lib/seamonkey/chrome/messenger/content/messenger/tabmail.xml
lib/seamonkey/chrome/messenger/content/messenger/threadPane.js
lib/seamonkey/chrome/messenger/content/messenger/threadPane.xul
lib/seamonkey/chrome/messenger/content/messenger/viewLog.js
lib/seamonkey/chrome/messenger/content/messenger/viewLog.xul
lib/seamonkey/chrome/messenger/content/messenger/virtualFolderListDialog.js
lib/seamonkey/chrome/messenger/content/messenger/virtualFolderListDialog.xul
lib/seamonkey/chrome/messenger/content/messenger/virtualFolderProperties.js
lib/seamonkey/chrome/messenger/content/messenger/virtualFolderProperties.xul
lib/seamonkey/chrome/messenger/content/messenger/widgetglue.js
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/Feed.js
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/FeedItem.js
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/am-newsblog.js
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/am-newsblog.xul
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/feed-parser.js
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/feed-subscriptions.js
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/feed-subscriptions.xul
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/feedAccountWizard.js
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/feedAccountWizard.xul
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/newsblogOverlay.js
lib/seamonkey/chrome/newsblog/content/messenger-newsblog/utils.js
lib/seamonkey/chrome/pippki/content/pippki/CAOverlay.xul
lib/seamonkey/chrome/pippki/content/pippki/MineOverlay.xul
lib/seamonkey/chrome/pippki/content/pippki/OrphanOverlay.xul
lib/seamonkey/chrome/pippki/content/pippki/OthersOverlay.xul
lib/seamonkey/chrome/pippki/content/pippki/WebSitesOverlay.xul
lib/seamonkey/chrome/pippki/content/pippki/certDump.xul
lib/seamonkey/chrome/pippki/content/pippki/certManager.js
lib/seamonkey/chrome/pippki/content/pippki/certManager.xul
lib/seamonkey/chrome/pippki/content/pippki/certViewer.xul
lib/seamonkey/chrome/pippki/content/pippki/certerror.js
lib/seamonkey/chrome/pippki/content/pippki/certerror.xul
lib/seamonkey/chrome/pippki/content/pippki/certpicker.js
lib/seamonkey/chrome/pippki/content/pippki/certpicker.xul
lib/seamonkey/chrome/pippki/content/pippki/changepassword.xul
lib/seamonkey/chrome/pippki/content/pippki/choosetoken.js
lib/seamonkey/chrome/pippki/content/pippki/choosetoken.xul
lib/seamonkey/chrome/pippki/content/pippki/clientauthask.js
lib/seamonkey/chrome/pippki/content/pippki/clientauthask.xul
lib/seamonkey/chrome/pippki/content/pippki/createCertInfo.js
lib/seamonkey/chrome/pippki/content/pippki/createCertInfo.xul
lib/seamonkey/chrome/pippki/content/pippki/deletecert.js
lib/seamonkey/chrome/pippki/content/pippki/deletecert.xul
lib/seamonkey/chrome/pippki/content/pippki/device_manager.js
lib/seamonkey/chrome/pippki/content/pippki/device_manager.xul
lib/seamonkey/chrome/pippki/content/pippki/downloadcert.js
lib/seamonkey/chrome/pippki/content/pippki/downloadcert.xul
lib/seamonkey/chrome/pippki/content/pippki/editcacert.xul
lib/seamonkey/chrome/pippki/content/pippki/editcerts.js
lib/seamonkey/chrome/pippki/content/pippki/editemailcert.xul
lib/seamonkey/chrome/pippki/content/pippki/escrowWarn.js
lib/seamonkey/chrome/pippki/content/pippki/escrowWarn.xul
lib/seamonkey/chrome/pippki/content/pippki/exceptionDialog.js
lib/seamonkey/chrome/pippki/content/pippki/exceptionDialog.xul
lib/seamonkey/chrome/pippki/content/pippki/formsigning.js
lib/seamonkey/chrome/pippki/content/pippki/formsigning.xul
lib/seamonkey/chrome/pippki/content/pippki/getp12password.xul
lib/seamonkey/chrome/pippki/content/pippki/getpassword.xul
lib/seamonkey/chrome/pippki/content/pippki/load_device.xul
lib/seamonkey/chrome/pippki/content/pippki/password.js
lib/seamonkey/chrome/pippki/content/pippki/pippki.js
lib/seamonkey/chrome/pippki/content/pippki/pref-certs.js
lib/seamonkey/chrome/pippki/content/pippki/pref-certs.xul
lib/seamonkey/chrome/pippki/content/pippki/pref-masterpass.js
lib/seamonkey/chrome/pippki/content/pippki/pref-masterpass.xul
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/chrome/pippki/content/pippki/pref-ssl.js
lib/seamonkey/chrome/pippki/content/pippki/pref-ssl.xul
lib/seamonkey/chrome/pippki/content/pippki/protectedAuth.js
lib/seamonkey/chrome/pippki/content/pippki/protectedAuth.xul
lib/seamonkey/chrome/pippki/content/pippki/resetpassword.js
lib/seamonkey/chrome/pippki/content/pippki/resetpassword.xul
lib/seamonkey/chrome/pippki/content/pippki/setp12password.xul
lib/seamonkey/chrome/pippki/content/pippki/viewCertDetails.js
lib/seamonkey/chrome/pippki/content/pippki/viewCertDetails.xul
lib/seamonkey/chrome/toolkit/content/cookie/cookieAcceptDialog.js
lib/seamonkey/chrome/toolkit/content/cookie/cookieAcceptDialog.xul
lib/seamonkey/chrome/toolkit/content/global/BrowserElementChild.js
lib/seamonkey/chrome/toolkit/content/global/BrowserElementChildPreload.js
lib/seamonkey/chrome/toolkit/content/global/BrowserElementPanning.js
lib/seamonkey/chrome/toolkit/content/global/XPCNativeWrapper.js
lib/seamonkey/chrome/toolkit/content/global/about.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutAbout.xhtml
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/chrome/toolkit/content/global/aboutCompartments.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutMemory.css
lib/seamonkey/chrome/toolkit/content/global/aboutMemory.js
lib/seamonkey/chrome/toolkit/content/global/aboutMemory.xhtml
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/chrome/toolkit/content/global/aboutNetworking.js
lib/seamonkey/chrome/toolkit/content/global/aboutNetworking.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutRights-unbranded.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutRights.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutSupport.js
lib/seamonkey/chrome/toolkit/content/global/aboutSupport.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutTelemetry.css
lib/seamonkey/chrome/toolkit/content/global/aboutTelemetry.js
lib/seamonkey/chrome/toolkit/content/global/aboutTelemetry.xhtml
lib/seamonkey/chrome/toolkit/content/global/accessibility/AccessFu.css
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/toolkit/content/global/accessibility/clicked.ogg
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/chrome/toolkit/content/global/accessibility/content-script.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/toolkit/content/global/accessibility/virtual_cursor_key.ogg
lib/seamonkey/chrome/toolkit/content/global/accessibility/virtual_cursor_move.ogg
lib/seamonkey/chrome/toolkit/content/global/alerts/alert.css
lib/seamonkey/chrome/toolkit/content/global/alerts/alert.js
lib/seamonkey/chrome/toolkit/content/global/alerts/alert.xul
lib/seamonkey/chrome/toolkit/content/global/appPicker.js
lib/seamonkey/chrome/toolkit/content/global/appPicker.xul
lib/seamonkey/chrome/toolkit/content/global/autocomplete.css
lib/seamonkey/chrome/toolkit/content/global/autocomplete.xml
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/toolkit/content/global/backgroundPageThumbsContent.js
lib/seamonkey/chrome/toolkit/content/global/bindings/autocomplete.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/browser.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/button.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/checkbox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/colorpicker.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/datetimepicker.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/dialog.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/editor.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/expander.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/filefield.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/findbar.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/general.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/groupbox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/listbox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/menu.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/menulist.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/notification.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/numberbox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/popup.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/preferences.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/progressmeter.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/radio.xml
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/chrome/toolkit/content/global/bindings/remote-browser.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/resizer.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/richlistbox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/scale.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/scrollbar.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/scrollbox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/spinbuttons.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/splitter.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/stringbundle.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/tabbox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/text.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/textbox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/toolbar.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/toolbarbutton.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/tree.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/videocontrols.css
lib/seamonkey/chrome/toolkit/content/global/bindings/videocontrols.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/wizard.xml
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/chrome/toolkit/content/global/browser-child.js
lib/seamonkey/chrome/toolkit/content/global/buildconfig.html
lib/seamonkey/chrome/toolkit/content/global/charsetOverlay.js
lib/seamonkey/chrome/toolkit/content/global/charsetOverlay.xul
lib/seamonkey/chrome/toolkit/content/global/commonDialog.css
lib/seamonkey/chrome/toolkit/content/global/commonDialog.js
lib/seamonkey/chrome/toolkit/content/global/commonDialog.xul
lib/seamonkey/chrome/toolkit/content/global/config.js
lib/seamonkey/chrome/toolkit/content/global/config.xul
lib/seamonkey/chrome/toolkit/content/global/console.css
lib/seamonkey/chrome/toolkit/content/global/console.js
lib/seamonkey/chrome/toolkit/content/global/console.xul
lib/seamonkey/chrome/toolkit/content/global/consoleBindings.xml
lib/seamonkey/chrome/toolkit/content/global/contentAreaUtils.js
lib/seamonkey/chrome/toolkit/content/global/customizeCharset.js
lib/seamonkey/chrome/toolkit/content/global/customizeCharset.xul
lib/seamonkey/chrome/toolkit/content/global/customizeToolbar.css
lib/seamonkey/chrome/toolkit/content/global/customizeToolbar.js
lib/seamonkey/chrome/toolkit/content/global/customizeToolbar.xul
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/chrome/toolkit/content/global/devicestorage.properties
lib/seamonkey/chrome/toolkit/content/global/dialogOverlay.js
lib/seamonkey/chrome/toolkit/content/global/dialogOverlay.xul
lib/seamonkey/chrome/toolkit/content/global/directionDetector.html
lib/seamonkey/chrome/toolkit/content/global/editMenuOverlay.js
lib/seamonkey/chrome/toolkit/content/global/editMenuOverlay.xul
lib/seamonkey/chrome/toolkit/content/global/filepicker.js
lib/seamonkey/chrome/toolkit/content/global/filepicker.properties
lib/seamonkey/chrome/toolkit/content/global/filepicker.xul
lib/seamonkey/chrome/toolkit/content/global/findUtils.js
lib/seamonkey/chrome/toolkit/content/global/finddialog.js
lib/seamonkey/chrome/toolkit/content/global/finddialog.xul
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/toolkit/content/global/forms.js
lib/seamonkey/chrome/toolkit/content/global/globalOverlay.js
lib/seamonkey/chrome/toolkit/content/global/globalOverlay.xul
lib/seamonkey/chrome/toolkit/content/global/inlineSpellCheckUI.js
lib/seamonkey/chrome/toolkit/content/global/license.html
lib/seamonkey/chrome/toolkit/content/global/menulist.css
lib/seamonkey/chrome/toolkit/content/global/mozilla.xhtml
lib/seamonkey/chrome/toolkit/content/global/netError.xhtml
lib/seamonkey/chrome/toolkit/content/global/notfound.wav
lib/seamonkey/chrome/toolkit/content/global/nsClipboard.js
lib/seamonkey/chrome/toolkit/content/global/nsDragAndDrop.js
lib/seamonkey/chrome/toolkit/content/global/nsUserSettings.js
lib/seamonkey/chrome/toolkit/content/global/platformHTMLBindings.xml
lib/seamonkey/chrome/toolkit/content/global/plugins.css
lib/seamonkey/chrome/toolkit/content/global/plugins.html
lib/seamonkey/chrome/toolkit/content/global/preload.js
lib/seamonkey/chrome/toolkit/content/global/printPageSetup.js
lib/seamonkey/chrome/toolkit/content/global/printPageSetup.xul
lib/seamonkey/chrome/toolkit/content/global/printPreviewBindings.xml
lib/seamonkey/chrome/toolkit/content/global/printPreviewProgress.js
lib/seamonkey/chrome/toolkit/content/global/printPreviewProgress.xul
lib/seamonkey/chrome/toolkit/content/global/printProgress.js
lib/seamonkey/chrome/toolkit/content/global/printProgress.xul
lib/seamonkey/chrome/toolkit/content/global/printUtils.js
lib/seamonkey/chrome/toolkit/content/global/printdialog.js
lib/seamonkey/chrome/toolkit/content/global/printdialog.xul
lib/seamonkey/chrome/toolkit/content/global/printjoboptions.js
lib/seamonkey/chrome/toolkit/content/global/printjoboptions.xul
lib/seamonkey/chrome/toolkit/content/global/remote-test-ipc.js
lib/seamonkey/chrome/toolkit/content/global/resetProfile.css
lib/seamonkey/chrome/toolkit/content/global/resetProfile.js
lib/seamonkey/chrome/toolkit/content/global/resetProfile.xul
lib/seamonkey/chrome/toolkit/content/global/resetProfileProgress.xul
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/chrome/toolkit/content/global/select-child.js
lib/seamonkey/chrome/toolkit/content/global/selectDialog.js
lib/seamonkey/chrome/toolkit/content/global/selectDialog.xul
lib/seamonkey/chrome/toolkit/content/global/strres.js
lib/seamonkey/chrome/toolkit/content/global/svg/svgBindings.xml
lib/seamonkey/chrome/toolkit/content/global/tabprompts.css
lib/seamonkey/chrome/toolkit/content/global/tabprompts.xml
lib/seamonkey/chrome/toolkit/content/global/test-ipc.xul
lib/seamonkey/chrome/toolkit/content/global/test-ipcbrowser-chrome.js
lib/seamonkey/chrome/toolkit/content/global/test-ipcbrowser-content.js
lib/seamonkey/chrome/toolkit/content/global/test-ipcbrowser.xul
lib/seamonkey/chrome/toolkit/content/global/textbox.css
lib/seamonkey/chrome/toolkit/content/global/treeUtils.js
lib/seamonkey/chrome/toolkit/content/global/viewPartialSource.js
lib/seamonkey/chrome/toolkit/content/global/viewPartialSource.xul
lib/seamonkey/chrome/toolkit/content/global/viewSource.css
lib/seamonkey/chrome/toolkit/content/global/viewSource.js
lib/seamonkey/chrome/toolkit/content/global/viewSource.xul
lib/seamonkey/chrome/toolkit/content/global/viewSourceUtils.js
lib/seamonkey/chrome/toolkit/content/global/viewZoomOverlay.js
lib/seamonkey/chrome/toolkit/content/global/xml/XMLMonoPrint.css
lib/seamonkey/chrome/toolkit/content/global/xml/XMLPrettyPrint.css
lib/seamonkey/chrome/toolkit/content/global/xml/XMLPrettyPrint.xml
lib/seamonkey/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl
lib/seamonkey/chrome/toolkit/content/global/xul.css
lib/seamonkey/chrome/toolkit/content/help/contextHelp.js
lib/seamonkey/chrome/toolkit/content/help/help.js
lib/seamonkey/chrome/toolkit/content/help/help.xul
lib/seamonkey/chrome/toolkit/content/help/helpContextOverlay.xul
lib/seamonkey/chrome/toolkit/content/help/platformClasses.css
lib/seamonkey/chrome/toolkit/content/mozapps/downloads/DownloadProgressListener.js
lib/seamonkey/chrome/toolkit/content/mozapps/downloads/download.xml
lib/seamonkey/chrome/toolkit/content/mozapps/downloads/downloads.css
lib/seamonkey/chrome/toolkit/content/mozapps/downloads/downloads.js
lib/seamonkey/chrome/toolkit/content/mozapps/downloads/downloads.xul
lib/seamonkey/chrome/toolkit/content/mozapps/downloads/helperApps.js
lib/seamonkey/chrome/toolkit/content/mozapps/downloads/unknownContentType.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/about.js
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/about.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/blocklist.css
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/blocklist.js
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/blocklist.xml
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/blocklist.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/eula.js
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/eula.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/extensions-content.js
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/extensions.css
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/extensions.js
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/extensions.xml
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/extensions.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/list.js
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/list.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/newaddon.js
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/newaddon.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/selectAddons.css
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/selectAddons.js
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/selectAddons.xml
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/selectAddons.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/setting.xml
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/update.js
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/update.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/updateinfo.xsl
lib/seamonkey/chrome/toolkit/content/mozapps/handling/dialog.js
lib/seamonkey/chrome/toolkit/content/mozapps/handling/dialog.xul
lib/seamonkey/chrome/toolkit/content/mozapps/handling/handler.css
lib/seamonkey/chrome/toolkit/content/mozapps/handling/handler.xml
lib/seamonkey/chrome/toolkit/content/mozapps/plugins/pluginFinderBinding.css
lib/seamonkey/chrome/toolkit/content/mozapps/plugins/pluginInstallerDatasource.js
lib/seamonkey/chrome/toolkit/content/mozapps/plugins/pluginInstallerService.js
lib/seamonkey/chrome/toolkit/content/mozapps/plugins/pluginInstallerWizard.css
lib/seamonkey/chrome/toolkit/content/mozapps/plugins/pluginInstallerWizard.js
lib/seamonkey/chrome/toolkit/content/mozapps/plugins/pluginInstallerWizard.xul
lib/seamonkey/chrome/toolkit/content/mozapps/plugins/pluginProblem.xml
lib/seamonkey/chrome/toolkit/content/mozapps/plugins/pluginProblemBinding.css
lib/seamonkey/chrome/toolkit/content/mozapps/plugins/pluginProblemContent.css
lib/seamonkey/chrome/toolkit/content/mozapps/preferences/changemp.js
lib/seamonkey/chrome/toolkit/content/mozapps/preferences/changemp.xul
lib/seamonkey/chrome/toolkit/content/mozapps/preferences/fontbuilder.js
lib/seamonkey/chrome/toolkit/content/mozapps/preferences/ocsp.js
lib/seamonkey/chrome/toolkit/content/mozapps/preferences/ocsp.xul
lib/seamonkey/chrome/toolkit/content/mozapps/preferences/removemp.js
lib/seamonkey/chrome/toolkit/content/mozapps/preferences/removemp.xul
lib/seamonkey/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
lib/seamonkey/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul
lib/seamonkey/chrome/toolkit/content/mozapps/profile/profileSelection.js
lib/seamonkey/chrome/toolkit/content/mozapps/profile/profileSelection.xul
lib/seamonkey/chrome/toolkit/content/mozapps/update/history.js
lib/seamonkey/chrome/toolkit/content/mozapps/update/history.xul
lib/seamonkey/chrome/toolkit/content/mozapps/update/updates.css
lib/seamonkey/chrome/toolkit/content/mozapps/update/updates.js
lib/seamonkey/chrome/toolkit/content/mozapps/update/updates.xml
lib/seamonkey/chrome/toolkit/content/mozapps/update/updates.xul
lib/seamonkey/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css
lib/seamonkey/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js
lib/seamonkey/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul
lib/seamonkey/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml
lib/seamonkey/chrome/toolkit/content/passwordmgr/passwordManager.js
lib/seamonkey/chrome/toolkit/content/passwordmgr/passwordManager.xul
lib/seamonkey/chrome/toolkit/content/passwordmgr/passwordManagerCommon.js
lib/seamonkey/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.js
lib/seamonkey/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.xul
lib/seamonkey/chrome/toolkit/content/satchel/formSubmitListener.js
lib/seamonkey/chrome/toolkit/content/xbl-marquee/xbl-marquee.css
lib/seamonkey/chrome/toolkit/content/xbl-marquee/xbl-marquee.xml
lib/seamonkey/chrome/toolkit/res/arrow.gif
lib/seamonkey/chrome/toolkit/res/arrowd.gif
lib/seamonkey/chrome/toolkit/res/broken-image.png
lib/seamonkey/chrome/toolkit/res/charsetData.properties
lib/seamonkey/chrome/toolkit/res/forms.css
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/toolkit/res/full-screen-override.css
lib/seamonkey/chrome/toolkit/res/hiddenWindow.html
lib/seamonkey/chrome/toolkit/res/html.css
lib/seamonkey/chrome/toolkit/res/loading-image.png
lib/seamonkey/chrome/toolkit/res/mathml.css
lib/seamonkey/chrome/toolkit/res/plaintext.css
lib/seamonkey/chrome/toolkit/res/quirk.css
lib/seamonkey/chrome/toolkit/res/ua.css
lib/seamonkey/chrome/toolkit/res/viewsource.css
lib/seamonkey/chrome/toolkit/skin/classic/global/Filepicker.png
lib/seamonkey/chrome/toolkit/skin/classic/global/about.css
lib/seamonkey/chrome/toolkit/skin/classic/global/aboutCache.css
lib/seamonkey/chrome/toolkit/skin/classic/global/aboutCacheEntry.css
lib/seamonkey/chrome/toolkit/skin/classic/global/aboutMemory.css
lib/seamonkey/chrome/toolkit/skin/classic/global/aboutSupport.css
lib/seamonkey/chrome/toolkit/skin/classic/global/alerts/alert.css
lib/seamonkey/chrome/toolkit/skin/classic/global/alerts/notification-48.png
lib/seamonkey/chrome/toolkit/skin/classic/global/appPicker.css
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow.css
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-dn-dis.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-dn-hov.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-dn-sharp.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-dn.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-down.png
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-lft-hov.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-rit-hov.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal-white.png
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical-white.png
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/autocomplete.css
lib/seamonkey/chrome/toolkit/skin/classic/global/button.css
lib/seamonkey/chrome/toolkit/skin/classic/global/checkbox.css
lib/seamonkey/chrome/toolkit/skin/classic/global/checkbox/cbox-check-dis.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/checkbox/cbox-check.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/colorpicker.css
lib/seamonkey/chrome/toolkit/skin/classic/global/commonDialog.css
lib/seamonkey/chrome/toolkit/skin/classic/global/config.css
lib/seamonkey/chrome/toolkit/skin/classic/global/console/console-error-caret.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/console/console-error-dash.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/console/console-toolbar.png
lib/seamonkey/chrome/toolkit/skin/classic/global/console/console.css
lib/seamonkey/chrome/toolkit/skin/classic/global/console/console.png
lib/seamonkey/chrome/toolkit/skin/classic/global/console/itemSelected.png
lib/seamonkey/chrome/toolkit/skin/classic/global/customizeToolbar.css
lib/seamonkey/chrome/toolkit/skin/classic/global/datetimepicker.css
lib/seamonkey/chrome/toolkit/skin/classic/global/dialog.css
lib/seamonkey/chrome/toolkit/skin/classic/global/dirListing/dirListing.css
lib/seamonkey/chrome/toolkit/skin/classic/global/dirListing/folder.png
lib/seamonkey/chrome/toolkit/skin/classic/global/dirListing/local.png
lib/seamonkey/chrome/toolkit/skin/classic/global/dirListing/remote.png
lib/seamonkey/chrome/toolkit/skin/classic/global/dirListing/up.png
lib/seamonkey/chrome/toolkit/skin/classic/global/dropmarker.css
lib/seamonkey/chrome/toolkit/skin/classic/global/expander.css
lib/seamonkey/chrome/toolkit/skin/classic/global/filefield.css
lib/seamonkey/chrome/toolkit/skin/classic/global/filepicker.css
lib/seamonkey/chrome/toolkit/skin/classic/global/findBar.css
lib/seamonkey/chrome/toolkit/skin/classic/global/global.css
lib/seamonkey/chrome/toolkit/skin/classic/global/globalBindings.xml
lib/seamonkey/chrome/toolkit/skin/classic/global/groupbox.css
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Authentication.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Close.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Error.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Landscape.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Minimize.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Portrait.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Print-preview.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Question.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Restore.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Search-close.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Search-glass.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Warning.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/autoscroll.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/blacklist_large.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/close.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/collapse.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/error-16.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/error-24.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/error-48.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/error-64.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/expand.png
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/find-arrows.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/find.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/folder-item.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/information-16.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/information-24.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/information-32.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/information-48.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/information-64.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/loading_16.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/notloading_16.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/panelarrow-horizontal.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/panelarrow-vertical.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/question-16.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/question-24.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/question-48.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/question-64.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/resizer-rtl.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/resizer.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/sslWarning.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/tabprompts-bgtexture.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/warning-16.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/warning-24.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/warning-64.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/warning-large.png
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/webapps-16.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/webapps-64.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/windowControls.png
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/wrap.png
lib/seamonkey/chrome/toolkit/skin/classic/global/inContentUI.css
lib/seamonkey/chrome/toolkit/skin/classic/global/inContentUI/background-texture.png
lib/seamonkey/chrome/toolkit/skin/classic/global/linkTree.css
lib/seamonkey/chrome/toolkit/skin/classic/global/listbox.css
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css
lib/seamonkey/chrome/toolkit/skin/classic/global/media/TopLevelVideoDocument.css
lib/seamonkey/chrome/toolkit/skin/classic/global/media/clicktoplay-bgtexture.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/error.png
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/toolkit/skin/classic/global/media/fullscreenButton.png
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/chrome/toolkit/skin/classic/global/media/imagedoc-darknoise.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/imagedoc-lightnoise.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/muteButton.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/noAudio.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/pauseButton.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/playButton.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/scrubberThumb.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/scrubberThumbWide.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/stalled.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/throbber.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/unmuteButton.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/videoClickToPlayButton.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/media/videocontrols.css
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/media/volume-empty.png
lib/seamonkey/chrome/toolkit/skin/classic/global/media/volume-full.png
lib/seamonkey/chrome/toolkit/skin/classic/global/menu.css
lib/seamonkey/chrome/toolkit/skin/classic/global/menulist.css
lib/seamonkey/chrome/toolkit/skin/classic/global/netError.css
lib/seamonkey/chrome/toolkit/skin/classic/global/notification.css
lib/seamonkey/chrome/toolkit/skin/classic/global/numberbox.css
lib/seamonkey/chrome/toolkit/skin/classic/global/passwordmgr.css
lib/seamonkey/chrome/toolkit/skin/classic/global/popup.css
lib/seamonkey/chrome/toolkit/skin/classic/global/preferences.css
lib/seamonkey/chrome/toolkit/skin/classic/global/printPageSetup.css
lib/seamonkey/chrome/toolkit/skin/classic/global/printPreview.css
lib/seamonkey/chrome/toolkit/skin/classic/global/printpreview/arrow-left-end.png
lib/seamonkey/chrome/toolkit/skin/classic/global/printpreview/arrow-left.png
lib/seamonkey/chrome/toolkit/skin/classic/global/printpreview/arrow-right-end.png
lib/seamonkey/chrome/toolkit/skin/classic/global/printpreview/arrow-right.png
lib/seamonkey/chrome/toolkit/skin/classic/global/progressmeter.css
lib/seamonkey/chrome/toolkit/skin/classic/global/radio.css
lib/seamonkey/chrome/toolkit/skin/classic/global/radio/radio-check-dis.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/radio/radio-check.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/resizer.css
lib/seamonkey/chrome/toolkit/skin/classic/global/richlistbox.css
lib/seamonkey/chrome/toolkit/skin/classic/global/scale.css
lib/seamonkey/chrome/toolkit/skin/classic/global/scrollbar/slider.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/scrollbars.css
lib/seamonkey/chrome/toolkit/skin/classic/global/scrollbox.css
lib/seamonkey/chrome/toolkit/skin/classic/global/spinbuttons.css
lib/seamonkey/chrome/toolkit/skin/classic/global/splitter.css
lib/seamonkey/chrome/toolkit/skin/classic/global/splitter/grip-bottom.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/splitter/grip-left.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/splitter/grip-right.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/splitter/grip-top.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/tabbox.css
lib/seamonkey/chrome/toolkit/skin/classic/global/tabprompts.css
lib/seamonkey/chrome/toolkit/skin/classic/global/textbox.css
lib/seamonkey/chrome/toolkit/skin/classic/global/toolbar.css
lib/seamonkey/chrome/toolkit/skin/classic/global/toolbar/chevron.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/toolbar/spring.png
lib/seamonkey/chrome/toolkit/skin/classic/global/toolbarbutton.css
lib/seamonkey/chrome/toolkit/skin/classic/global/tree.css
lib/seamonkey/chrome/toolkit/skin/classic/global/tree/columnpicker.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png
lib/seamonkey/chrome/toolkit/skin/classic/global/tree/sort-asc.png
lib/seamonkey/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png
lib/seamonkey/chrome/toolkit/skin/classic/global/tree/sort-dsc.png
lib/seamonkey/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png
lib/seamonkey/chrome/toolkit/skin/classic/global/tree/twisty-open.png
lib/seamonkey/chrome/toolkit/skin/classic/global/wizard.css
lib/seamonkey/chrome/toolkit/skin/classic/help/Toolbar-rtl.png
lib/seamonkey/chrome/toolkit/skin/classic/help/Toolbar.png
lib/seamonkey/chrome/toolkit/skin/classic/help/Weblink-rtl.png
lib/seamonkey/chrome/toolkit/skin/classic/help/Weblink.png
lib/seamonkey/chrome/toolkit/skin/classic/help/help.css
lib/seamonkey/chrome/toolkit/skin/classic/help/helpFileLayout.css
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/about.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-dictionaries.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-extensions.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-languages.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-searchengines.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-service.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-themes.png
2012-03-19 15:41:45 +01:00
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric-16.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/eula.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/extensions.svg
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/heart.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/selectAddons.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/stripes-error.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-positive.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/stripes-warning.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/update.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/utilities.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/handling/handling.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginActivate.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClose.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginStripe.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginCrashed.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginGeneric.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked-64.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/pluginInstallerWizard.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/update/updates.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png
lib/seamonkey/components/AlarmsManager.js
lib/seamonkey/components/AppsService.js
lib/seamonkey/components/BrowserElementParent.js
lib/seamonkey/components/ColorAnalyzer.js
lib/seamonkey/components/ConsoleAPI.js
lib/seamonkey/components/ContactManager.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/components/DownloadLegacy.js
lib/seamonkey/components/FeedConverter.js
lib/seamonkey/components/FeedProcessor.js
lib/seamonkey/components/FeedWriter.js
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/components/FormHistoryStartup.js
lib/seamonkey/components/NetworkGeolocationProvider.js
lib/seamonkey/components/PermissionSettings.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/components/PhoneNumberService.js
lib/seamonkey/components/PlacesCategoriesStarter.js
lib/seamonkey/components/SettingsManager.js
lib/seamonkey/components/SiteSpecificUserAgent.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/components/SuiteProfileMigrator.js
lib/seamonkey/components/TCPSocket.js
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/components/TCPSocketParentIntermediary.js
lib/seamonkey/components/TelemetryPing.js
lib/seamonkey/components/Weave.js
lib/seamonkey/components/WebContentConverter.js
lib/seamonkey/components/Webapps.js
lib/seamonkey/components/addonManager.js
lib/seamonkey/components/amContentHandler.js
lib/seamonkey/components/amWebInstallListener.js
lib/seamonkey/components/components.manifest
lib/seamonkey/components/contentAreaDropListener.js
lib/seamonkey/components/contentSecurityPolicy.js
lib/seamonkey/components/crypto-SDR.js
lib/seamonkey/components/glautocomp.js
lib/seamonkey/components/interfaces.xpt
lib/seamonkey/components/jsconsole-clhandler.js
lib/seamonkey/components/jsmimeemitter.js
${PLIST.gnome}lib/seamonkey/components/libdbusservice.so
lib/seamonkey/components/libmozgnome.so
lib/seamonkey/components/libsuite.so
lib/seamonkey/components/mdn-service.js
lib/seamonkey/components/messageWakeupService.js
lib/seamonkey/components/mimeJSComponents.js
lib/seamonkey/components/msgAsyncPrompter.js
lib/seamonkey/components/newMailNotificationService.js
lib/seamonkey/components/newsblog.js
lib/seamonkey/components/nsAbAutoCompleteMyDomain.js
lib/seamonkey/components/nsAbAutoCompleteSearch.js
lib/seamonkey/components/nsAbLDAPAttributeMap.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/components/nsAbLDAPAutoCompleteSearch.js
lib/seamonkey/components/nsAbout.js
lib/seamonkey/components/nsBlocklistService.js
lib/seamonkey/components/nsBrowserContentHandler.js
lib/seamonkey/components/nsComposerCmdLineHandler.js
lib/seamonkey/components/nsContentDispatchChooser.js
lib/seamonkey/components/nsContentPrefService.js
lib/seamonkey/components/nsDOMIdentity.js
lib/seamonkey/components/nsDefaultCLH.js
lib/seamonkey/components/nsFilePicker.js
lib/seamonkey/components/nsFormAutoComplete.js
lib/seamonkey/components/nsFormHistory.js
lib/seamonkey/components/nsHandlerService.js
lib/seamonkey/components/nsHelperAppDlg.js
lib/seamonkey/components/nsIDService.js
lib/seamonkey/components/nsINIProcessor.js
lib/seamonkey/components/nsInputListAutoComplete.js
lib/seamonkey/components/nsLDAPProtocolHandler.js
lib/seamonkey/components/nsLivemarkService.js
lib/seamonkey/components/nsLoginInfo.js
lib/seamonkey/components/nsLoginManager.js
lib/seamonkey/components/nsLoginManagerPrompter.js
lib/seamonkey/components/nsMailNewsCommandLineHandler.js
lib/seamonkey/components/nsMsgTraitService.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/components/nsNewsAutoCompleteSearch.js
lib/seamonkey/components/nsPlacesAutoComplete.js
lib/seamonkey/components/nsPlacesExpiration.js
lib/seamonkey/components/nsPrompter.js
lib/seamonkey/components/nsSMTPProtocolHandler.js
lib/seamonkey/components/nsSearchService.js
lib/seamonkey/components/nsSearchSuggestions.js
lib/seamonkey/components/nsSessionStartup.js
lib/seamonkey/components/nsSessionStore.js
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/components/nsSetDefault.js
lib/seamonkey/components/nsSidebar.js
lib/seamonkey/components/nsSuiteDownloadManagerUI.js
lib/seamonkey/components/nsSuiteGlue.js
lib/seamonkey/components/nsTaggingService.js
lib/seamonkey/components/nsTypeAheadFind.js
lib/seamonkey/components/nsURLFormatter.js
lib/seamonkey/components/nsUpdateTimerManager.js
lib/seamonkey/components/nsUrlClassifierHashCompleter.js
lib/seamonkey/components/nsUrlClassifierLib.js
lib/seamonkey/components/nsUrlClassifierListManager.js
lib/seamonkey/components/nsWebHandlerApp.js
lib/seamonkey/components/offlineStartup.js
lib/seamonkey/components/smileApplication.js
lib/seamonkey/components/smime-service.js
lib/seamonkey/components/storage-mozStorage.js
lib/seamonkey/components/txEXSLTRegExFunctions.js
lib/seamonkey/defaults/autoconfig/platform.js
lib/seamonkey/defaults/autoconfig/prefcalls.js
lib/seamonkey/defaults/messenger/mailViews.dat
lib/seamonkey/defaults/pref/browser-prefs.js
lib/seamonkey/defaults/pref/channel-prefs.js
lib/seamonkey/defaults/pref/composer.js
lib/seamonkey/defaults/pref/mailnews.js
lib/seamonkey/defaults/pref/mdn.js
lib/seamonkey/defaults/pref/services-sync.js
lib/seamonkey/defaults/pref/smime.js
lib/seamonkey/defaults/pref/suite-l10n.js
lib/seamonkey/defaults/profile/bookmarks.html
lib/seamonkey/defaults/profile/chrome/userChrome-example.css
lib/seamonkey/defaults/profile/chrome/userContent-example.css
lib/seamonkey/defaults/profile/localstore.rdf
lib/seamonkey/defaults/profile/mimeTypes.rdf
lib/seamonkey/defaults/profile/panels.rdf
lib/seamonkey/dependentlibs.list
lib/seamonkey/dictionaries/en-US.aff
lib/seamonkey/dictionaries/en-US.dic
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome.manifest
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/aboutPrivateBrowsing.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/aboutSessionRestore.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/aboutSyncTabs.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/allBookmarks.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmark-folder-closed.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmark-folder-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmark-folder-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmark-item-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmark-item-updated.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmark-item.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmark-item.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmark.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmarks.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmarksManager.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmarksMenu.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmarksToolbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/bookmarksToolbar.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/editBookmarkOverlay.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/livemark-folder.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/query.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/tagContainerIcon.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/toolbarDropMarker.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/bookmarks/unsortedBookmarks.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/brand.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/brand/throbber-anim.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/brand/throbber-single.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/brand/throbber16-anim.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/brand/throbber16-single.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/button.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/certError.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/communicator.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/dataman/dataman.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/dataman/datamanIcon-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/dialogs.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/directory/directory.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/directory/file-folder-closed.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/directory/file-folder-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/directory/file-icon.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/downloads/dl-remove.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/downloads/downloadButtons.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/downloads/downloadmanager.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/feed-subscribe-ui.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/feed-subscribe.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/fullscreen-video.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/helpOverlay.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/history/calendar.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/alwaysAsk.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/application.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/audioFeedIcon.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/btn1.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/closeFullScreenVideo.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/common-small.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/common.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/feedIcon.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/feedIcon16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/geo.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/geolocation-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/geolocation-64.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/identity.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/loading.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/lock-broken-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/lock-broken.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/lock-insecure-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/lock-insecure.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/lock-secure-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/lock-secure.png
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/notification-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/notification-64.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/offline.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/online.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/plugin.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/save.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-cool.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-cry.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-embarrassed.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-foot.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-frown.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-innocent.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-kiss.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-laughing.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-money.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-sealed.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-smile.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-surprise.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-tongue.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-undecided.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-wink.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/smileys/smiley-yell.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/icons/videoFeedIcon.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/preferences.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/prefpanels.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/profile/migrate.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/profile/profile.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/profile/profile.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/search/engineManager.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/search/mainwindow-dropdown-arrow.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/search/search.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/search/searchbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/customize.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/preview.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbar-top-tabopen.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbar-top.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbpicker-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-lft-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-lft-sel.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-lft.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-mid-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-mid-sel.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-mid.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-rit-btm-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-rit-btm-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-rit-top-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-rit-top-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-rit-top-sel.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sbtab-rit-top.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sidebar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sidebarBindings.xml
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sidebar/sidebarListView.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/smileys.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/sync-16-throbber.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/sync-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/sync-32-throbber.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/sync-32.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/sync-bg.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/sync-desktopIcon.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/sync-mobileIcon.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/syncCommon.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/syncQuota.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/sync/syncSetup.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/taskbar/taskbar.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/taskbar/taskmenu-abook.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/taskbar/taskmenu-browser.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/taskbar/taskmenu-composer.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/taskbar/taskmenu-mailnews.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/tasksOverlay.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar/prtb-bg-line.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar/prtb-bg-noline.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar/prtb-grip-btm-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar/prtb-grip-btm.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar/prtb-grip-mid-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar/prtb-grip-mid.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar/prtb-grip-top-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar/prtb-grip-top.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/toolbar/toolbarBindings.xml
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/viewSourceOverlay.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/communicator/xpinstall/xpinstall.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/EditorDialog.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/editor.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/editorFormatToolbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/editorModeToolbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/editorPrimaryToolbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/btn1.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/btn2.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/editmode-html.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/editmode-normal.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/editmode-preview.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/editmode-tags.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/img-align-btm-sel.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/img-align-btm.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/img-align-lft.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/img-align-mid-sel.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/img-align-mid.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/img-align-rit.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/img-align-top-sel.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/img-align-top.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/mast-editor.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/progress-busy.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/progress-done.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/editor/icons/progress-failed.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/about.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/aboutCache.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/aboutCacheEntry.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/aboutMemory.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/aboutSupport.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/alerts/alert.css
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/alerts/notification-48.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/appPicker.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-dn-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-dn.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-lft-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-lft-sharp-end.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-lft-sharp.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-lft.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-rit-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-rit-sharp-end.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-rit-sharp.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-rit.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-up-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/arrow/arrow-up.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/autocomplete.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/button.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/button/tbmbtn-arrow-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/button/tbmbtn-arrow-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/button/tbmbtn-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/button/tbmenu-arrow-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/button/tbmenu-arrow-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/button/tbmenu-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/checkbox.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/checkbox/cbox-act-check.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/checkbox/cbox-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/checkbox/cbox-check.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/checkbox/cbox-dis-check.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/checkbox/cbox-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/checkbox/cbox.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/colorpicker.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/config.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/console/console.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/console/error-caret.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/console/error-dash.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/customizeToolbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/datetimepicker.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/dialog.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/dirListing/dirListing.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/dropmarker.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/filefield.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/filepicker.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/filepicker/blank.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/filepicker/dir-closed.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/filepicker/dir-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/filepicker/folder-home.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/filepicker/folder-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/filepicker/folder-up.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/findBar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/global.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/globalBindings.xml
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/groupbox.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/Error.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/Question.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/alert-error.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/alert-exclam.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/alert-message.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/alert-question.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/alert-security.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/autoscroll.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/blacklist_favicon.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/blacklist_large.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/close-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/close-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/close-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/close.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/closebox.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/error-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/find.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/information-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/notfound.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/pg-landscape-small.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/pg-landscape.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/pg-portrait-small.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/pg-portrait.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/question-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/question-64.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/resizer-rtl.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/resizer.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/search.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/sslWarning.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/warning-16.png
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/warning-24.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/icons/wrap.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/listbox.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/mac/tree/sort-asc.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/mac/tree/sort-dsc.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/clicktoplay-bgtexture.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/error.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/muteButton.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/pauseButton.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/playButton.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/scrubberThumb.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/scrubberThumbWide.png
2012-03-19 15:41:45 +01:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/stalled.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/throbber.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/unmuteButton.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/videoClickToPlayButton.svg
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/media/videocontrols.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu/menu-arrow-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu/menu-arrow-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu/menu-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu/menu-check-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu/menu-check-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu/menu-check.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu/menu-radio-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu/menu-radio-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menu/menu-radio.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menulist.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menulist/mlist-act-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menulist/mlist-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menulist/mlist-compact-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/menulist/mlist-dis-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/netError.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/notification.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/numberbox.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/plugins.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/popup.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/preferences.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/printPageSetup.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/printPreview.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/progressmeter.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/progressmeter/progress-busy.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/radio.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/radio/radio-act-check.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/radio/radio-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/radio/radio-check.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/radio/radio-dis-check.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/radio/radio-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/radio/radio.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/resizer.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/richlistbox.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scale.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/btn-dn.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/btn-lft.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/btn-rit.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/btn-up.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/mini-btn-dn.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/mini-btn-lft.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/mini-btn-rit.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/mini-btn-up.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/mini-slider-hrz.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/mini-slider-vrt.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/mini-thumb-hrz-grip.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/mini-thumb-vrt-grip.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/slider-hrz.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/slider-vrt.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/thumb-hrz-grip.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbar/thumb-vrt-grip.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbars-mini.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbars.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/scrollbox.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/spinbuttons.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/splitter.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/splitter/grip-hrz-after-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/splitter/grip-hrz-after.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/splitter/grip-hrz-before-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/splitter/grip-hrz-before.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/splitter/grip-vrt-after-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/splitter/grip-vrt-after.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/splitter/grip-vrt-before-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/splitter/grip-vrt-before.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/tabbox.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/textbox.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbar/chevron.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbar/mbgrip-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbar/spring.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbar/tb-mid.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbar/tbgrip-arrow-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbar/tbgrip-arrow-clps-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbar/tbgrip-arrow-clps.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbar/tbgrip-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/toolbarbutton.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/tree.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/tree/checkbox-checked.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/tree/checkbox.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/tree/columnpicker.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/tree/twisty-clsd.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/tree/twisty-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/unix/tree/sort-asc.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/unix/tree/sort-dsc.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/win/tree/sort-asc.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/win/tree/sort-dsc.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/global/wizard.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/help/help.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/help/helpFileLayout.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger-newsblog/feed-subscriptions.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/accountCentral.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/accountManage.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/accountWizard.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/abResultsPane.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/addressPanes.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/addressbook.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/cardDialog.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/contact-generic-tiny.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/contact-generic.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/directory-down.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/directory.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/im-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/im-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/im-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/im.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/list.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/mast-ab.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/myaddrbk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/person.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/icons/secure-directory.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/selectAddressesDialog.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressbook/sidebarPanel.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/addressingWidget.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/dialogs.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/filterDialog.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/folderMenus.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/folderPane.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/folderPaneExtras.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/acct-compose.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/acct-filters.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/acct-newaccount.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/acct-prefs.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/acct-read.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/acct-search.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/acct-subscribe.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/attach.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/attachment-col.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/attachment-selected.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/attachment.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/btn1.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/check.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/dot.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/flagcol-flagged.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-closed.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-draft-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-draft-share-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-draft-share.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-draft.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-inbox-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-inbox-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-inbox-share-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-inbox-share.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-inbox.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-junk-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-junk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-new-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-newsgroup-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-newsgroup.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-outbox-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-outbox.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-search.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-sent-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-sent-share-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-sent-share.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-sent.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-share-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-share.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-template-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-template-share-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-template-share.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-template.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-trash-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-trash-share-open.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-trash-share.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/folder-trash.gif
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/info.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/junk.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/junkBar.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/local-mailhost.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/mast-mail.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-junk-other.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-attach-del.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-attach-fwd-offl-reply.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-attach-fwd-offl.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-attach-fwd-reply.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-attach-fwd.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-attach-offl-reply.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-attach-offl.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-attach-reply.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-attach.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-delete-offl.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-fwd-offl-reply.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-fwd-offl.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-fwd-reply.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-fwd.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-imapdelete.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-new-offl.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-offl-reply.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-offl.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail-reply.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-mail.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-attach-kill-offl.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-attach-kill.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-attach-offl.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-attach.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-kill-offl.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-kill.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-new-attach-off.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-new-attach.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-new-offl.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news-offl.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/message-news.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/new-mail-alert.png
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/phishing.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/readcol-read.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/readcol-unread.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/remote-blocked.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/server-local-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/server-local.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/server-mail-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/server-mail.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/server-news-lock.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/server-news-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/server-news.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/server-remote-lock-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/server-remote-lock.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-closed-eye.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-closed-kill.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-closed-offl-eye.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-closed-offl-kill.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-closed.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-new-closed-eye.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-new-closed-kill.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-new-closed-offl-eye.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-new-closed-offl-kill.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/thread-new-closed.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/threadcol-threaded.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/icons/threadcol-unthreaded.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/mailWindow1.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/messageBody.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/messageHeader.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/messageKeywords.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/messageWindow.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/messenger.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/messengercompose/icons/mast-msgcomp.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/messengercompose/messengercompose.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/newmailalert.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/prefPanels.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/primaryToolbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/searchDialog.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/certFetchingStatus.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/hdrCryptoNotOk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/hdrCryptoOk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/hdrSignNotOk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/hdrSignOk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/hdrSignUnknown.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/sbCryptoNotOk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/sbCryptoOk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/sbSignNotOk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/sbSignOk.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/sbSignUnknown.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/icons/smbtn1.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/msgCompSMIMEOverlay.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/msgCompSecurityInfo.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/msgHdrViewSMIMEOverlay.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/msgReadSMIMEOverlay.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/smime/msgReadSecurityInfo.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/start.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/subscribe.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/threadPane.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/threadPaneExtras.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/threadPaneLabels.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/messenger/virtualFolderListDialog.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/downloads/downloadIcon.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/downloads/downloads.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/downloads/unknownContentType.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/about.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/alerticon-error.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/alerticon-info-negative.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/alerticon-info-positive.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/alerticon-warning.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/blocklist.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/cancel.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-available.png
2012-03-19 15:41:45 +01:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-dictionaries.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-discover.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-extensions.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-languages.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-plugins.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-recent.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-search.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-searchengines.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/category-themes.png
2012-03-19 15:41:45 +01:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/dictionaryGeneric-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/dictionaryGeneric.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/discover-logo.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/eula.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/extensionGeneric-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/extensionGeneric.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/extensions.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/extensions.svg
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/heart.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/localeGeneric.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/navigation.png
2012-03-19 15:41:45 +01:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/newaddon.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/rating-not-won.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/rating-won.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/stripes-error.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/stripes-info-negative.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/stripes-info-positive.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/stripes-warning.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/themeGeneric-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/themeGeneric.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/update.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/extensions/utilities.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/handling/handling.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/icons/itemDisabledFader.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/icons/itemEnabledFader.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/passwordmgr/key-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/passwordmgr/key-64.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/passwordmgr/key.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/contentPluginBlocked.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/contentPluginClickToPlay.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/contentPluginCrashed.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/contentPluginDisabled.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/contentPluginDownload.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/contentPluginMissing.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/pluginBlocked-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/pluginBlocked.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/pluginDisabled-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/pluginDisabled.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/pluginGeneric-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/pluginGeneric.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/pluginHelp-16.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/pluginInstallerWizard.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/plugins/pluginProblem.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/update/update.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/update/updates.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/viewsource/viewsource.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/xpinstall/xpinstallConfirm.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/mozapps/xpinstall/xpinstallItemGeneric.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/feeds.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/first-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/first-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/first.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/last-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/last-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/last.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/next-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/next-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/next.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/previous-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/previous-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/previous.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/top-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/top-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/top.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/up-dis.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/up-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/btn1/up.gif
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/click-to-play-warning-stripes.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/icons/browser-small.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/icons/browser.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/icons/identity.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/icons/popup-blocked.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/icons/tab-drag-indicator.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/icons/tab-new-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/icons/tab-new-hov.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/icons/tab-new.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/icons/windowcontrols.png
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/linkToolbar.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/navigator.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/pageInfo.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/tabbrowser.css
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/toolbar/ubhist-arrow-act.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/chrome/modern/skin/modern/navigator/toolbar/ubhist-arrow.gif
lib/seamonkey/extensions/modern@themes.mozilla.org/icon.png
lib/seamonkey/extensions/modern@themes.mozilla.org/install.rdf
lib/seamonkey/extensions/modern@themes.mozilla.org/preview.png
lib/seamonkey/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
lib/seamonkey/greprefs.js
lib/seamonkey/hyphenation/hyph_af.dic
lib/seamonkey/hyphenation/hyph_bg.dic
lib/seamonkey/hyphenation/hyph_ca.dic
lib/seamonkey/hyphenation/hyph_cy.dic
lib/seamonkey/hyphenation/hyph_da.dic
lib/seamonkey/hyphenation/hyph_de-1901.dic
lib/seamonkey/hyphenation/hyph_de-1996.dic
lib/seamonkey/hyphenation/hyph_de-CH.dic
lib/seamonkey/hyphenation/hyph_en_US.dic
lib/seamonkey/hyphenation/hyph_eo.dic
lib/seamonkey/hyphenation/hyph_es.dic
lib/seamonkey/hyphenation/hyph_et.dic
lib/seamonkey/hyphenation/hyph_fi.dic
lib/seamonkey/hyphenation/hyph_fr.dic
lib/seamonkey/hyphenation/hyph_gl.dic
lib/seamonkey/hyphenation/hyph_hr.dic
lib/seamonkey/hyphenation/hyph_hsb.dic
2012-03-19 15:41:45 +01:00
lib/seamonkey/hyphenation/hyph_hu.dic
lib/seamonkey/hyphenation/hyph_ia.dic
lib/seamonkey/hyphenation/hyph_is.dic
2012-03-19 15:41:45 +01:00
lib/seamonkey/hyphenation/hyph_it.dic
lib/seamonkey/hyphenation/hyph_kmr.dic
lib/seamonkey/hyphenation/hyph_la.dic
lib/seamonkey/hyphenation/hyph_lt.dic
lib/seamonkey/hyphenation/hyph_mn.dic
lib/seamonkey/hyphenation/hyph_nb.dic
lib/seamonkey/hyphenation/hyph_nl.dic
lib/seamonkey/hyphenation/hyph_nn.dic
lib/seamonkey/hyphenation/hyph_pt.dic
lib/seamonkey/hyphenation/hyph_ru.dic
lib/seamonkey/hyphenation/hyph_sh.dic
lib/seamonkey/hyphenation/hyph_sl.dic
lib/seamonkey/hyphenation/hyph_sv.dic
2012-03-19 15:41:45 +01:00
lib/seamonkey/hyphenation/hyph_tr.dic
lib/seamonkey/hyphenation/hyph_uk.dic
2012-03-19 15:41:45 +01:00
lib/seamonkey/isp/Bogofilter.sfd
lib/seamonkey/isp/DSPAM.sfd
lib/seamonkey/isp/POPFile.sfd
lib/seamonkey/isp/SpamAssassin.sfd
lib/seamonkey/isp/SpamPal.sfd
lib/seamonkey/isp/movemail.rdf
lib/seamonkey/isp/rss.rdf
lib/seamonkey/libldap60.so
lib/seamonkey/libldif60.so
lib/seamonkey/libmozalloc.so
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/libmozjs.so
2012-03-19 15:41:45 +01:00
lib/seamonkey/libprldap60.so
lib/seamonkey/libxul.so
lib/seamonkey/license.txt
lib/seamonkey/modules/ActivitiesService.jsm
lib/seamonkey/modules/ActivitiesServiceFilter.jsm
lib/seamonkey/modules/AddonLogging.jsm
lib/seamonkey/modules/AddonManager.jsm
lib/seamonkey/modules/AddonRepository.jsm
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/AddonRepository_SQLiteMigrator.jsm
lib/seamonkey/modules/AddonUpdateChecker.jsm
lib/seamonkey/modules/AlarmDB.jsm
lib/seamonkey/modules/AlarmService.jsm
lib/seamonkey/modules/AppDownloadManager.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/AppsServiceChild.jsm
lib/seamonkey/modules/AppsUtils.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/AsyncShutdown.jsm
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/AsyncSpellCheckTestHelper.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/AutoCompleteE10S.jsm
lib/seamonkey/modules/BackgroundPageThumbs.jsm
lib/seamonkey/modules/BookmarkHTMLUtils.jsm
lib/seamonkey/modules/BookmarkJSONUtils.jsm
lib/seamonkey/modules/BrowserElementParent.jsm
lib/seamonkey/modules/BrowserElementPromptService.jsm
lib/seamonkey/modules/CSPUtils.jsm
lib/seamonkey/modules/CertUtils.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/CharsetMenu.jsm
2012-03-19 15:41:45 +01:00
lib/seamonkey/modules/ChromeManifestParser.jsm
lib/seamonkey/modules/ClusterLib.js
lib/seamonkey/modules/ColorAnalyzer_worker.js
lib/seamonkey/modules/ColorConversion.js
lib/seamonkey/modules/CommonDialog.jsm
2012-03-19 15:41:45 +01:00
lib/seamonkey/modules/ConsoleAPIStorage.jsm
lib/seamonkey/modules/ContactDB.jsm
lib/seamonkey/modules/ContactService.jsm
lib/seamonkey/modules/ContentPrefInstance.jsm
lib/seamonkey/modules/ContentPrefService2.jsm
lib/seamonkey/modules/ContentPrefStore.jsm
lib/seamonkey/modules/DOMIdentity.jsm
lib/seamonkey/modules/DOMRequestHelper.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/DataStore.jsm
lib/seamonkey/modules/DataStoreChangeNotifier.jsm
lib/seamonkey/modules/DataStoreCursor.jsm
lib/seamonkey/modules/DataStoreDB.jsm
lib/seamonkey/modules/DataStoreServiceInternal.jsm
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/DeferredSave.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/DeferredTask.jsm
lib/seamonkey/modules/Deprecated.jsm
lib/seamonkey/modules/Dict.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/DownloadCore.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/DownloadImport.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/DownloadIntegration.jsm
lib/seamonkey/modules/DownloadLastDir.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/DownloadList.jsm
lib/seamonkey/modules/DownloadPaths.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/DownloadStore.jsm
lib/seamonkey/modules/DownloadTaskbarProgress.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/DownloadUIHelper.jsm
lib/seamonkey/modules/DownloadUtils.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/Downloads.jsm
lib/seamonkey/modules/FileUtils.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/Finder.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/ForgetAboutSite.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/FormHistory.jsm
lib/seamonkey/modules/FrameWorker.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/FrameWorkerContent.js
lib/seamonkey/modules/FreeSpaceWatcher.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/FxAccounts.jsm
lib/seamonkey/modules/FxAccountsClient.jsm
lib/seamonkey/modules/Geometry.jsm
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/Http.jsm
lib/seamonkey/modules/IOUtils.js
lib/seamonkey/modules/ISO8601DateUtils.jsm
lib/seamonkey/modules/IndexedDBHelper.jsm
lib/seamonkey/modules/InlineSpellChecker.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/InsecurePasswordUtils.jsm
lib/seamonkey/modules/JXON.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/Keyboard.jsm
lib/seamonkey/modules/LightweightThemeConsumer.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/LightweightThemeImageOptimizer.jsm
lib/seamonkey/modules/LightweightThemeManager.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/LoadContextInfo.jsm
lib/seamonkey/modules/Log.jsm
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/LoginManagerContent.jsm
lib/seamonkey/modules/MailUtils.js
lib/seamonkey/modules/MessagePortBase.jsm
lib/seamonkey/modules/MessagePortWorker.js
lib/seamonkey/modules/Microformats.js
lib/seamonkey/modules/MozSocialAPI.jsm
lib/seamonkey/modules/NetUtil.jsm
lib/seamonkey/modules/NewTabUtils.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/NotificationDB.jsm
lib/seamonkey/modules/ObjectWrapper.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/OfflineCacheInstaller.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/OperatorApps.jsm
lib/seamonkey/modules/PageMenu.jsm
lib/seamonkey/modules/PageThumbs.jsm
lib/seamonkey/modules/PageThumbsWorker.js
lib/seamonkey/modules/PerfMeasurement.jsm
lib/seamonkey/modules/PermissionPromptHelper.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/PermissionSettings.jsm
lib/seamonkey/modules/PermissionsInstaller.jsm
lib/seamonkey/modules/PermissionsTable.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/PermissionsUtils.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/PhoneNumber.jsm
lib/seamonkey/modules/PhoneNumberMetaData.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/PhoneNumberNormalizer.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/PhoneNumberUtils.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/PlacesBackups.jsm
lib/seamonkey/modules/PlacesDBUtils.jsm
lib/seamonkey/modules/PlacesUIUtils.jsm
lib/seamonkey/modules/PlacesUtils.jsm
lib/seamonkey/modules/PluginProvider.jsm
lib/seamonkey/modules/PluralForm.jsm
lib/seamonkey/modules/PopupNotifications.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/Preferences.jsm
lib/seamonkey/modules/PrivateBrowsingUtils.jsm
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/Promise.jsm
lib/seamonkey/modules/PropertyListUtils.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/PushService.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/RemoteAddonsChild.jsm
lib/seamonkey/modules/RemoteAddonsParent.jsm
lib/seamonkey/modules/RemoteController.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/RemoteFinder.jsm
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/RemoteSecurityUI.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/RemoteWebNavigation.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/RemoteWebProgress.jsm
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/ResetProfile.jsm
lib/seamonkey/modules/SafeBrowsing.jsm
lib/seamonkey/modules/Sanitizer.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/SelectContentHelper.jsm
lib/seamonkey/modules/SelectParentHelper.jsm
lib/seamonkey/modules/Services.jsm
lib/seamonkey/modules/SettingsChangeNotifier.jsm
lib/seamonkey/modules/SettingsDB.jsm
lib/seamonkey/modules/SettingsQueue.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/ShortcutUtils.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/Sntp.jsm
lib/seamonkey/modules/SocialService.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/SpatialNavigation.jsm
2012-03-19 15:41:45 +01:00
lib/seamonkey/modules/SpellCheckDictionaryBootstrap.js
lib/seamonkey/modules/Sqlite.jsm
lib/seamonkey/modules/StringBundle.js
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/SystemMessagePermissionsChecker.jsm
lib/seamonkey/modules/Task.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/TelemetryFile.jsm
lib/seamonkey/modules/TelemetryStopwatch.jsm
lib/seamonkey/modules/TelemetryTimestamps.jsm
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/ThirdPartyCookieProbe.jsm
lib/seamonkey/modules/Timer.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/Troubleshoot.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/UITelemetry.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/UpdateChannel.jsm
lib/seamonkey/modules/UserAgentOverrides.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/UserAgentUpdates.jsm
lib/seamonkey/modules/WebappOSUtils.jsm
lib/seamonkey/modules/Webapps.jsm
lib/seamonkey/modules/WebappsInstaller.jsm
lib/seamonkey/modules/WindowDraggingUtils.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/WindowsPrefSync.jsm
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/WindowsPreviewPerTab.jsm
lib/seamonkey/modules/WorkerAPI.jsm
lib/seamonkey/modules/XPCOMUtils.jsm
lib/seamonkey/modules/XPIProvider.jsm
lib/seamonkey/modules/XPIProviderUtils.js
lib/seamonkey/modules/accessibility/AccessFu.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/accessibility/Constants.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/accessibility/EventManager.jsm
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/accessibility/OutputGenerator.jsm
lib/seamonkey/modules/accessibility/Presentation.jsm
lib/seamonkey/modules/accessibility/TouchAdapter.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/accessibility/TraversalRules.jsm
lib/seamonkey/modules/accessibility/Utils.jsm
lib/seamonkey/modules/commonjs/method/History.md
lib/seamonkey/modules/commonjs/method/License.md
lib/seamonkey/modules/commonjs/method/Readme.md
lib/seamonkey/modules/commonjs/method/core.js
lib/seamonkey/modules/commonjs/method/package.json
lib/seamonkey/modules/commonjs/method/test/browser.js
lib/seamonkey/modules/commonjs/method/test/common.js
lib/seamonkey/modules/commonjs/sdk/addon-page.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/addon/events.js
lib/seamonkey/modules/commonjs/sdk/addon/host.js
lib/seamonkey/modules/commonjs/sdk/addon/installer.js
lib/seamonkey/modules/commonjs/sdk/addon/runner.js
lib/seamonkey/modules/commonjs/sdk/addon/window.js
lib/seamonkey/modules/commonjs/sdk/base64.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/browser/events.js
lib/seamonkey/modules/commonjs/sdk/clipboard.js
lib/seamonkey/modules/commonjs/sdk/console/plain-text.js
lib/seamonkey/modules/commonjs/sdk/console/traceback.js
lib/seamonkey/modules/commonjs/sdk/content/content-worker.js
lib/seamonkey/modules/commonjs/sdk/content/content.js
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/commonjs/sdk/content/events.js
lib/seamonkey/modules/commonjs/sdk/content/loader.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/content/mod.js
lib/seamonkey/modules/commonjs/sdk/content/symbiont.js
lib/seamonkey/modules/commonjs/sdk/content/thumbnail.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/content/utils.js
lib/seamonkey/modules/commonjs/sdk/content/worker.js
lib/seamonkey/modules/commonjs/sdk/context-menu.js
lib/seamonkey/modules/commonjs/sdk/core/disposable.js
lib/seamonkey/modules/commonjs/sdk/core/heritage.js
lib/seamonkey/modules/commonjs/sdk/core/namespace.js
lib/seamonkey/modules/commonjs/sdk/core/promise.js
lib/seamonkey/modules/commonjs/sdk/deprecated/api-utils.js
lib/seamonkey/modules/commonjs/sdk/deprecated/app-strings.js
lib/seamonkey/modules/commonjs/sdk/deprecated/cortex.js
lib/seamonkey/modules/commonjs/sdk/deprecated/errors.js
lib/seamonkey/modules/commonjs/sdk/deprecated/events.js
lib/seamonkey/modules/commonjs/sdk/deprecated/events/assembler.js
lib/seamonkey/modules/commonjs/sdk/deprecated/light-traits.js
lib/seamonkey/modules/commonjs/sdk/deprecated/list.js
lib/seamonkey/modules/commonjs/sdk/deprecated/memory.js
lib/seamonkey/modules/commonjs/sdk/deprecated/observer-service.js
lib/seamonkey/modules/commonjs/sdk/deprecated/tab-browser.js
lib/seamonkey/modules/commonjs/sdk/deprecated/traits.js
lib/seamonkey/modules/commonjs/sdk/deprecated/traits/core.js
lib/seamonkey/modules/commonjs/sdk/deprecated/unit-test-finder.js
lib/seamonkey/modules/commonjs/sdk/deprecated/unit-test.js
lib/seamonkey/modules/commonjs/sdk/deprecated/window-utils.js
lib/seamonkey/modules/commonjs/sdk/dom/events.js
lib/seamonkey/modules/commonjs/sdk/dom/events/keys.js
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/commonjs/sdk/event/chrome.js
lib/seamonkey/modules/commonjs/sdk/event/core.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/event/dom.js
lib/seamonkey/modules/commonjs/sdk/event/target.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/event/utils.js
lib/seamonkey/modules/commonjs/sdk/frame/hidden-frame.js
lib/seamonkey/modules/commonjs/sdk/frame/utils.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/fs/path.js
lib/seamonkey/modules/commonjs/sdk/hotkeys.js
lib/seamonkey/modules/commonjs/sdk/indexed-db.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/io/buffer.js
lib/seamonkey/modules/commonjs/sdk/io/byte-streams.js
lib/seamonkey/modules/commonjs/sdk/io/data.js
lib/seamonkey/modules/commonjs/sdk/io/file.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/io/fs.js
lib/seamonkey/modules/commonjs/sdk/io/stream.js
lib/seamonkey/modules/commonjs/sdk/io/text-streams.js
lib/seamonkey/modules/commonjs/sdk/keyboard/hotkeys.js
lib/seamonkey/modules/commonjs/sdk/keyboard/observer.js
lib/seamonkey/modules/commonjs/sdk/keyboard/utils.js
lib/seamonkey/modules/commonjs/sdk/l10n.js
lib/seamonkey/modules/commonjs/sdk/l10n/core.js
lib/seamonkey/modules/commonjs/sdk/l10n/html.js
lib/seamonkey/modules/commonjs/sdk/l10n/loader.js
lib/seamonkey/modules/commonjs/sdk/l10n/locale.js
lib/seamonkey/modules/commonjs/sdk/l10n/plural-rules.js
lib/seamonkey/modules/commonjs/sdk/l10n/prefs.js
lib/seamonkey/modules/commonjs/sdk/lang/functional.js
lib/seamonkey/modules/commonjs/sdk/lang/type.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/lang/weak-set.js
lib/seamonkey/modules/commonjs/sdk/loader/cuddlefish.js
lib/seamonkey/modules/commonjs/sdk/loader/sandbox.js
lib/seamonkey/modules/commonjs/sdk/net/url.js
lib/seamonkey/modules/commonjs/sdk/net/xhr.js
lib/seamonkey/modules/commonjs/sdk/notifications.js
lib/seamonkey/modules/commonjs/sdk/page-mod.js
lib/seamonkey/modules/commonjs/sdk/page-mod/match-pattern.js
lib/seamonkey/modules/commonjs/sdk/page-worker.js
lib/seamonkey/modules/commonjs/sdk/panel.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/panel/events.js
lib/seamonkey/modules/commonjs/sdk/panel/utils.js
lib/seamonkey/modules/commonjs/sdk/panel/window.js
lib/seamonkey/modules/commonjs/sdk/passwords.js
lib/seamonkey/modules/commonjs/sdk/passwords/utils.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/places/bookmarks.js
lib/seamonkey/modules/commonjs/sdk/places/contract.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/commonjs/sdk/places/events.js
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/commonjs/sdk/places/favicon.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/places/history.js
lib/seamonkey/modules/commonjs/sdk/places/host/host-bookmarks.js
lib/seamonkey/modules/commonjs/sdk/places/host/host-query.js
lib/seamonkey/modules/commonjs/sdk/places/host/host-tags.js
lib/seamonkey/modules/commonjs/sdk/places/utils.js
lib/seamonkey/modules/commonjs/sdk/platform/xpcom.js
lib/seamonkey/modules/commonjs/sdk/preferences/event-target.js
lib/seamonkey/modules/commonjs/sdk/preferences/service.js
lib/seamonkey/modules/commonjs/sdk/private-browsing.js
lib/seamonkey/modules/commonjs/sdk/private-browsing/utils.js
lib/seamonkey/modules/commonjs/sdk/private-browsing/window/utils.js
lib/seamonkey/modules/commonjs/sdk/querystring.js
lib/seamonkey/modules/commonjs/sdk/request.js
lib/seamonkey/modules/commonjs/sdk/selection.js
lib/seamonkey/modules/commonjs/sdk/self.js
lib/seamonkey/modules/commonjs/sdk/simple-prefs.js
lib/seamonkey/modules/commonjs/sdk/simple-storage.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/stylesheet/style.js
lib/seamonkey/modules/commonjs/sdk/stylesheet/utils.js
lib/seamonkey/modules/commonjs/sdk/system.js
lib/seamonkey/modules/commonjs/sdk/system/environment.js
lib/seamonkey/modules/commonjs/sdk/system/events.js
lib/seamonkey/modules/commonjs/sdk/system/globals.js
lib/seamonkey/modules/commonjs/sdk/system/runtime.js
lib/seamonkey/modules/commonjs/sdk/system/unload.js
lib/seamonkey/modules/commonjs/sdk/system/xul-app.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/tab/events.js
lib/seamonkey/modules/commonjs/sdk/tabs.js
lib/seamonkey/modules/commonjs/sdk/tabs/common.js
lib/seamonkey/modules/commonjs/sdk/tabs/events.js
lib/seamonkey/modules/commonjs/sdk/tabs/helpers.js
lib/seamonkey/modules/commonjs/sdk/tabs/namespace.js
lib/seamonkey/modules/commonjs/sdk/tabs/observer.js
lib/seamonkey/modules/commonjs/sdk/tabs/tab-fennec.js
lib/seamonkey/modules/commonjs/sdk/tabs/tab-firefox.js
lib/seamonkey/modules/commonjs/sdk/tabs/tab.js
lib/seamonkey/modules/commonjs/sdk/tabs/tabs-firefox.js
lib/seamonkey/modules/commonjs/sdk/tabs/tabs.js
lib/seamonkey/modules/commonjs/sdk/tabs/utils.js
lib/seamonkey/modules/commonjs/sdk/tabs/worker.js
lib/seamonkey/modules/commonjs/sdk/test.js
lib/seamonkey/modules/commonjs/sdk/test/assert.js
lib/seamonkey/modules/commonjs/sdk/test/harness.js
lib/seamonkey/modules/commonjs/sdk/test/httpd.js
lib/seamonkey/modules/commonjs/sdk/test/loader.js
lib/seamonkey/modules/commonjs/sdk/test/runner.js
lib/seamonkey/modules/commonjs/sdk/test/tmp-file.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/test/utils.js
lib/seamonkey/modules/commonjs/sdk/timers.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/commonjs/sdk/ui.js
lib/seamonkey/modules/commonjs/sdk/ui/button.js
lib/seamonkey/modules/commonjs/sdk/ui/button/view.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/commonjs/sdk/ui/id.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/commonjs/sdk/ui/sidebar.js
lib/seamonkey/modules/commonjs/sdk/ui/sidebar/actions.js
lib/seamonkey/modules/commonjs/sdk/ui/sidebar/contract.js
lib/seamonkey/modules/commonjs/sdk/ui/sidebar/namespace.js
lib/seamonkey/modules/commonjs/sdk/ui/sidebar/utils.js
lib/seamonkey/modules/commonjs/sdk/ui/sidebar/view.js
lib/seamonkey/modules/commonjs/sdk/ui/state.js
lib/seamonkey/modules/commonjs/sdk/url.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/url/utils.js
lib/seamonkey/modules/commonjs/sdk/util/array.js
lib/seamonkey/modules/commonjs/sdk/util/collection.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/util/contract.js
lib/seamonkey/modules/commonjs/sdk/util/deprecate.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/commonjs/sdk/util/iteration.js
lib/seamonkey/modules/commonjs/sdk/util/list.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/util/match-pattern.js
lib/seamonkey/modules/commonjs/sdk/util/object.js
lib/seamonkey/modules/commonjs/sdk/util/registry.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/commonjs/sdk/util/rules.js
lib/seamonkey/modules/commonjs/sdk/util/uuid.js
lib/seamonkey/modules/commonjs/sdk/view/core.js
lib/seamonkey/modules/commonjs/sdk/widget.js
lib/seamonkey/modules/commonjs/sdk/window/browser.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/window/events.js
lib/seamonkey/modules/commonjs/sdk/window/helpers.js
lib/seamonkey/modules/commonjs/sdk/window/namespace.js
lib/seamonkey/modules/commonjs/sdk/window/utils.js
lib/seamonkey/modules/commonjs/sdk/windows.js
lib/seamonkey/modules/commonjs/sdk/windows/dom.js
lib/seamonkey/modules/commonjs/sdk/windows/fennec.js
lib/seamonkey/modules/commonjs/sdk/windows/firefox.js
lib/seamonkey/modules/commonjs/sdk/windows/loader.js
lib/seamonkey/modules/commonjs/sdk/windows/observer.js
lib/seamonkey/modules/commonjs/sdk/windows/tabs-fennec.js
lib/seamonkey/modules/commonjs/sdk/windows/tabs-firefox.js
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/commonjs/sdk/worker/utils.js
lib/seamonkey/modules/commonjs/test.js
lib/seamonkey/modules/commonjs/toolkit/loader.js
lib/seamonkey/modules/ctypes.jsm
lib/seamonkey/modules/debug.js
lib/seamonkey/modules/devtools/Console.jsm
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/devtools/DevToolsUtils.js
lib/seamonkey/modules/devtools/DevToolsUtils.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/devtools/Devices.jsm
lib/seamonkey/modules/devtools/LayoutHelpers.jsm
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/devtools/Loader.jsm
lib/seamonkey/modules/devtools/Require.jsm
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/devtools/Simulator.jsm
lib/seamonkey/modules/devtools/SourceMap.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/devtools/Templater.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/devtools/acorn.js
lib/seamonkey/modules/devtools/acorn_loose.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/devtools/app-actor-front.js
lib/seamonkey/modules/devtools/client/connection-manager.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/devtools/css-color.js
lib/seamonkey/modules/devtools/dbg-client.jsm
lib/seamonkey/modules/devtools/dbg-server.jsm
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/modules/devtools/gcli.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/devtools/output-parser.js
lib/seamonkey/modules/devtools/pretty-fast.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/devtools/server/actors/childtab.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/devtools/server/actors/device.js
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/devtools/server/actors/gcli.js
lib/seamonkey/modules/devtools/server/actors/inspector.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/devtools/server/actors/pretty-print-worker.js
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/devtools/server/actors/profiler.js
lib/seamonkey/modules/devtools/server/actors/root.js
lib/seamonkey/modules/devtools/server/actors/script.js
lib/seamonkey/modules/devtools/server/actors/string.js
lib/seamonkey/modules/devtools/server/actors/styleeditor.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/devtools/server/actors/styles.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/devtools/server/actors/tracer.js
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/devtools/server/actors/webapps.js
lib/seamonkey/modules/devtools/server/actors/webbrowser.js
lib/seamonkey/modules/devtools/server/actors/webconsole.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/devtools/server/actors/webgl.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/devtools/server/child.js
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/devtools/server/main.js
lib/seamonkey/modules/devtools/server/protocol.js
lib/seamonkey/modules/devtools/server/transport.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/devtools/source-map.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/devtools/styleinspector/css-logic.js
Update to 2.22 Changelog: SeaMonkey-specific changes Sorting messages by date can now be configured to look at the thread root instead of the newest message in it (pref: mailnews.sort_threads_by_root). Plugins doorhangers now allow to activate different plugin types independently. The proxy popup is now also available from the MailNews main window. A new Recipients column has been added that shows all recipients (To, CC, BCC). The default HTML5 audio/video player controls allow to change the playback rate now. A "Validate this page" entry has been added to Tools/Web Development. The Firefox devtools debugger can now be used to debug SeaMonkey remotely. See the changes page for a more complete overview. Mozilla platform changes Web Audio support has been added. CSS3 background-attachment:local support to control background scrolling has been implemented. Many new ES6 functions have been implemented. iframe document content can now be specified inline. Fixed several stability issues. Fixed in SeaMonkey 2.22 MFSA 2013-102 Use-after-free in HTML document templates MFSA 2013-101 Memory corruption in workers MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing MFSA 2013-98 Use-after-free when updating offline cache MFSA 2013-97 Writing to cycle collected object during image decoding MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions MFSA 2013-95 Access violation with XSLT and uninitialized data MFSA 2013-94 Spoofing addressbar though SELECT element MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
2013-11-04 07:01:46 +01:00
lib/seamonkey/modules/devtools/toolkit/webconsole/client.js
lib/seamonkey/modules/devtools/toolkit/webconsole/network-helper.js
lib/seamonkey/modules/devtools/toolkit/webconsole/utils.js
Update to 2.23 Changelog: SeaMonkey-specific changes Download progress is now shown in the Mac OS X app dock icon. EXIF orientation is now being used when displaying attached images in MailNews. "This folder is being processed... to get messages." alerts on active MailNews folders now identify the account or folder. MailNews notifications have a new look. See the changes page for a more complete overview. Mozilla platform changes All plugins, with the exception of recent Flash plugins, now default to click-to-play. The password manager now supports script-generated password fields. Support for H.264 on Linux is now available if the appropriate GStreamer plugins are installed. Support for MP3 decoding on Windows XP has been added, completing MP3 support across Windows OS versions. The CSP implementation now supports multiple policies, including the case of both an enforced and Report-Only policy, per the spec. There is no longer a prompt when websites use appcache. Support for the CSS image orientation property has been added. IndexedDB can now be used as an "optimistic" storage area so it does not require any prompts and data is stored in a pool with LRU eviction policy, in short temporary storage. When displaying a standalone images, the EXIF orientation information contained within the JPEG image is now matched (bug 298619). Page load times have been improved due to no longer decoding images that are not visible (bug 847223). Support for the AudioToolbox MP3 backend has been added on Mac OS X (bug 914479). Fixed several stability issues. Fixed in SeaMonkey 2.23 MFSA 2013-117 Mis-issued ANSSI/DCSSI certificate MFSA 2013-116 JPEG information leak MFSA 2013-115 GetElementIC typed array stubs can be generated outside observed typesets MFSA 2013-114 Use-after-free in synthetic mouse movement MFSA 2013-113 Trust settings for built-in roots ignored during EV certificate validation MFSA 2013-112 Linux clipboard information disclosure though selection paste MFSA 2013-111 Segmentation violation when replacing ordered list elements MFSA 2013-110 Potential overflow in JavaScript binary search algorithms MFSA 2013-109 Use-after-free during Table Editing MFSA 2013-108 Use-after-free in event listeners MFSA 2013-107 Sandbox restrictions not applied to nested object elements MFSA 2013-106 Character encoding cross-origin XSS attack MFSA 2013-104 Miscellaneous memory safety hazards (rv:26.0 / rv:24.2)
2013-12-26 14:17:37 +01:00
lib/seamonkey/modules/devtools/touch-events.js
2012-03-19 15:41:45 +01:00
lib/seamonkey/modules/editorUtilities.jsm
lib/seamonkey/modules/errUtils.js
lib/seamonkey/modules/folderUtils.jsm
lib/seamonkey/modules/gloda/collection.js
lib/seamonkey/modules/gloda/connotent.js
lib/seamonkey/modules/gloda/databind.js
lib/seamonkey/modules/gloda/datamodel.js
lib/seamonkey/modules/gloda/datastore.js
lib/seamonkey/modules/gloda/dbview.js
lib/seamonkey/modules/gloda/everybody.js
lib/seamonkey/modules/gloda/explattr.js
lib/seamonkey/modules/gloda/facet.js
lib/seamonkey/modules/gloda/fundattr.js
lib/seamonkey/modules/gloda/gloda.js
lib/seamonkey/modules/gloda/index_ab.js
lib/seamonkey/modules/gloda/index_msg.js
lib/seamonkey/modules/gloda/indexer.js
lib/seamonkey/modules/gloda/log4moz.js
lib/seamonkey/modules/gloda/mimeTypeCategories.js
lib/seamonkey/modules/gloda/mimemsg.js
lib/seamonkey/modules/gloda/msg_search.js
lib/seamonkey/modules/gloda/noun_freetag.js
lib/seamonkey/modules/gloda/noun_mimetype.js
lib/seamonkey/modules/gloda/noun_tag.js
lib/seamonkey/modules/gloda/public.js
lib/seamonkey/modules/gloda/query.js
lib/seamonkey/modules/gloda/suffixtree.js
lib/seamonkey/modules/gloda/utils.js
lib/seamonkey/modules/hostnameUtils.jsm
lib/seamonkey/modules/identity/Identity.jsm
lib/seamonkey/modules/identity/IdentityProvider.jsm
lib/seamonkey/modules/identity/IdentityStore.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/identity/IdentityUtils.jsm
lib/seamonkey/modules/identity/LogUtils.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/identity/MinimalIdentity.jsm
lib/seamonkey/modules/identity/RelyingParty.jsm
lib/seamonkey/modules/identity/Sandbox.jsm
lib/seamonkey/modules/identity/jwcrypto.jsm
lib/seamonkey/modules/iteratorUtils.jsm
lib/seamonkey/modules/jsTreeSelection.js
2012-03-19 15:41:45 +01:00
lib/seamonkey/modules/jsdebugger.jsm
lib/seamonkey/modules/mailServices.js
lib/seamonkey/modules/mailnewsMigrator.js
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/mcc_iso3166_table.jsm
lib/seamonkey/modules/mime/mimeParserCore.js
lib/seamonkey/modules/mimeParser.jsm
lib/seamonkey/modules/msgDBCacheManager.js
lib/seamonkey/modules/nsFormAutoCompleteResult.jsm
lib/seamonkey/modules/osfile.jsm
lib/seamonkey/modules/osfile/_PromiseWorker.jsm
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/osfile/osfile_async_front.jsm
lib/seamonkey/modules/osfile/osfile_async_worker.js
lib/seamonkey/modules/osfile/osfile_shared_allthreads.jsm
lib/seamonkey/modules/osfile/osfile_shared_front.jsm
lib/seamonkey/modules/osfile/osfile_unix_allthreads.jsm
lib/seamonkey/modules/osfile/osfile_unix_back.jsm
lib/seamonkey/modules/osfile/osfile_unix_front.jsm
lib/seamonkey/modules/osfile/osfile_win_allthreads.jsm
lib/seamonkey/modules/osfile/osfile_win_back.jsm
lib/seamonkey/modules/osfile/osfile_win_front.jsm
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/osfile/ospath.jsm
lib/seamonkey/modules/osfile/ospath_unix.jsm
lib/seamonkey/modules/osfile/ospath_win.jsm
lib/seamonkey/modules/reflect.jsm
lib/seamonkey/modules/services-common/async.js
Update to 2.15 * Use Lightning in seamonkey tar ball, 2.0pre. Changelog: SeaMonkey-specific changes SeaMonkey can be set as default client/browser on Mac and Linux now. See the changes page for minor changes. Mozilla platform changes The new IonMonkey compiler improves JavaScript performance. Preliminary support for WebRTC has been added. Image quality has been improved through a new HTML scaling algorithm. CSS3 Flexbox has been implemented. Support for new DOM property window.devicePixelRatio has been added. Support for @supports has been added (disabled for now). Startup time has been improved through smart handling of signed extension certificates. HTML5: Support for W3C touch events has been implemented, taking the place of MozTouch events Insecure content loading has been disabled on HTTPS pages (see bug 62178). Responsiveness for users on proxies has been improved. Fixed several stability issues. Fixed in SeaMonkey 2.15 MFSA 2013-20 Mis-issued TURKTRUST certificates MFSA 2013-19 Use-after-free in Javascript Proxy objects MFSA 2013-18 Use-after-free in Vibrate MFSA 2013-17 Use-after-free in ListenerManager MFSA 2013-16 Use-after-free in serializeToStream MFSA 2013-15 Privilege escalation through plugin objects MFSA 2013-14 Chrome Object Wrapper (COW) bypass through changing prototype MFSA 2013-13 Memory corruption in XBL with XML bindings containing SVG MFSA 2013-12 Buffer overflow in Javascript string concatenation MFSA 2013-11 Address space layout leaked in XBL objects MFSA 2013-10 Event manipulation in plugin handler to bypass same-origin policy MFSA 2013-09 Compartment mismatch with quickstubs returned values MFSA 2013-08 AutoWrapperChanger fails to keep objects alive during garbage collection MFSA 2013-07 Crash due to handling of SSL on threads MFSA 2013-06 Touch events are shared across iframes MFSA 2013-05 Use-after-free when displaying table with many columns and column groups MFSA 2013-04 URL spoofing in addressbar during page loads MFSA 2013-03 Buffer Overflow in Canvas MFSA 2013-02 Use-after-free and buffer overflow issues found using Address Sanitizer MFSA 2013-01 Miscellaneous memory safety hazards (rv:18.0/ rv:10.0.12 / rv:17.0.2)
2013-01-20 09:33:13 +01:00
lib/seamonkey/modules/services-common/bagheeraclient.js
lib/seamonkey/modules/services-common/observers.js
lib/seamonkey/modules/services-common/rest.js
lib/seamonkey/modules/services-common/storageservice.js
lib/seamonkey/modules/services-common/stringbundle.js
lib/seamonkey/modules/services-common/tokenserverclient.js
lib/seamonkey/modules/services-common/utils.js
lib/seamonkey/modules/services-crypto/WeaveCrypto.js
lib/seamonkey/modules/services-crypto/utils.js
2012-03-19 15:41:45 +01:00
lib/seamonkey/modules/services-sync/addonsreconciler.js
lib/seamonkey/modules/services-sync/addonutils.js
lib/seamonkey/modules/services-sync/constants.js
lib/seamonkey/modules/services-sync/engines.js
2012-03-19 15:41:45 +01:00
lib/seamonkey/modules/services-sync/engines/addons.js
lib/seamonkey/modules/services-sync/engines/bookmarks.js
lib/seamonkey/modules/services-sync/engines/clients.js
lib/seamonkey/modules/services-sync/engines/forms.js
lib/seamonkey/modules/services-sync/engines/history.js
lib/seamonkey/modules/services-sync/engines/passwords.js
lib/seamonkey/modules/services-sync/engines/prefs.js
lib/seamonkey/modules/services-sync/engines/tabs.js
lib/seamonkey/modules/services-sync/identity.js
lib/seamonkey/modules/services-sync/jpakeclient.js
lib/seamonkey/modules/services-sync/keys.js
lib/seamonkey/modules/services-sync/main.js
lib/seamonkey/modules/services-sync/notifications.js
lib/seamonkey/modules/services-sync/policies.js
lib/seamonkey/modules/services-sync/record.js
lib/seamonkey/modules/services-sync/resource.js
lib/seamonkey/modules/services-sync/rest.js
lib/seamonkey/modules/services-sync/service.js
lib/seamonkey/modules/services-sync/stages/cluster.js
lib/seamonkey/modules/services-sync/stages/enginesync.js
lib/seamonkey/modules/services-sync/status.js
lib/seamonkey/modules/services-sync/userapi.js
lib/seamonkey/modules/services-sync/util.js
lib/seamonkey/modules/templateUtils.js
lib/seamonkey/modules/traceHelper.js
lib/seamonkey/modules/virtualFolderWrapper.js
Update to 2.25 * Change enigmail build mechanism Changelog: 2.25: SeaMonkey-specific changes Newsgroup names can now be entered using autocompletion. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). VP9 video decoding has been implemented. Support for Opus in WebM was added. Volume control for HTML5 audio/video has been added. Mac OS X Notification Center support has been added for web notifications. Support for spdy/2 has been removed. Support for multi-line flexbox in layout has been added. Support for the MathML 2.0 mathvariant attribute has been added. Background thread hang reporting has been added. <input type=color> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.25 MFSA 2014-32 Out-of-bounds write through TypedArrayObject after neutering MFSA 2014-31 Out-of-bounds read/write through neutering ArrayBuffer objects MFSA 2014-30 Use-after-free in TypeObject MFSA 2014-29 Privilege escalation using WebIDL-implemented APIs MFSA 2014-28 SVG filters information disclosure through feDisplacementMap MFSA 2014-27 Memory corruption in Cairo during PDF font rendering MFSA 2014-26 Information disclosure through polygon rendering in MathML MFSA 2014-23 Content Security Policy for data: documents not preserved by session restore MFSA 2014-22 WebGL content injection from one domain to rendering in another MFSA 2014-20 onbeforeunload and Javascript navigation DOS MFSA 2014-19 Spoofing attack on WebRTC permission prompt MFSA 2014-18 crypto.generateCRMFRequest does not validate type of key MFSA 2014-17 Out of bounds read during WAV file decoding MFSA 2014-16 Files extracted during updates are not always read only MFSA 2014-15 Miscellaneous memory safety hazards (rv:28.0 / rv:24.4) 2.24: SeaMonkey-specific changes The DoNotTrack and Prompt on Sanitize preferences are now kept in sync. A pref (mailnews.p7m_external) has been added to allow users to choose an alternate application/pkcs7-mime handling. Support for Atom Threading Extensions (RFC 4685) has been added. Migrating profiles from Thunderbird supports the new signons file format now (support for the old format has been dropped). Autocomplete drop-downs (e.g. used on the Location Bar and Open Location dialog) now show favicons for their entries. The account name is now displayed in the status bar for all messages when checking mail. IMAP alert messages now show the server of the corresponding mail account. Newsgroup names are now searched for all search strings combined (AND-search) on the subscribe dialog. See the changes page for a more complete overview. Mozilla platform changes Removed support for importing logins from the legacy signons.txt format, including the Base64 conversion (bug 717490). Enabled support for TLS 1.2 (RFC 5246) by default (bug 861266). Added support for the SPDY 3.1 protocol. Added ability to reset style sheets using all:unset. Added support for scrolled fieldsets (overflow property support, bug 261037). Implemented allow-popups directive for iframe sandbox, enabling increased security (bug 766282). Unprefixed CSS cursor keywords -moz-grab and -moz-grabbing (bug 880672). Added support for ES6 generators in SpiderMonkey (blog post). Implemented support for mathematical function Math.hypot() in ES6 (bug 896264). Added dashed line support on Canvas (bug 768067). Fixed Azure/Skia content rendering on Linux (bug 740200). Fixed several stability issues. Fixed in SeaMonkey 2.24 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-30 06:13:17 +02:00
lib/seamonkey/modules/vtt.jsm
Update to 2.21 Changelog: SeaMonkey-specific changes Implemented an option to thread messages received by date. Allowed deletion of news posts by default. Implemented optional taskbar preview-per-tab. Added support (permission prompt) for desktop notifications. Added Isn't operator for searching by Priority. See the changes page for a more complete overview. Mozilla platform changes Support for new scrollbar style on Mac OS X 10.7 and newer. Accessibility related improvements on using pinned tabs (bug 577727). Major SVG rendering improvements around Image tiling and scaling (bug 600207). Removed support for sherlock files that are loaded from application or profile directory. Support for W3C touch events disabled (bug 888304). Fixed several stability issues. Fixed in SeaMonkey 2.21 MFSA 2013-92 GC hazard with default compartments and frame chain restoration MFSA 2013-91 User-defined properties on DOM proxies get the wrong "this" object MFSA 2013-90 Memory corruption involving scrolling MFSA 2013-89 Buffer overflow with multi-column, lists, and floats MFSA 2013-88 compartment mismatch re-attaching XBL-backed nodes MFSA 2013-85 Uninitialized data in IonMonkey MFSA 2013-83 Mozilla Updater does not lock MAR file after signature verification MFSA 2013-82 Calling scope for new Javascript objects can lead to memory corruption MFSA 2013-81 Use-after-free with select element MFSA 2013-80 NativeKey continues handling key messages after widget is destroyed MFSA 2013-79 Use-after-free in Animation Manager during stylesheet cloning MFSA 2013-78 Integer overflow in ANGLE library MFSA 2013-77 Improper state in HTML5 Tree Builder with templates MFSA 2013-76 Miscellaneous memory safety hazards (rv:24.0 / rv:17.0.9)
2013-09-28 16:37:05 +02:00
lib/seamonkey/modules/workers/require.js
lib/seamonkey/mozilla-xremote-client
lib/seamonkey/platform.ini
lib/seamonkey/plugin-container
lib/seamonkey/removed-files
lib/seamonkey/res/EditorOverride.css
Update to 2.20 * Merge SunOS patches from www/firefox. Changelog: SeaMonkey-specific changes The Content Security Policy (CSP) 1.0 parser has been enabled. The Mixed Content Blocker has been enabled, blocking insecure active content loads on HTTPS pages. New mail alert information can be customized now (Preferences/Mail & Newsgroups/Notifications). A confirmation prompt has been introduced to protect against accidental permanent data loss when force-deleting messages using Shift+Del. MailNews Save As Template supports multiple selections now. The size on disk is now shown for newsgroup folders. See the changes page for a more complete overview. Mozilla platform changes Added support for scrollbar style in Mac OS X 10.7 and newer. Enabled mixed content blocking to protects users from man-in-the-middle attacks and eavesdroppers on HTTPS pages (learn more). Improved about:memory's functional UI. Enabled DXVA2 on Windows Vista+ to accelerate H.264 video decoding. Simplified interface for notifications of plugin installation. Enabled users to switch the search provider across the entire browser. CSP policies using the standard syntax and semantics will now be enforced. Implemented the HTML5 <input type="range"> form control. Added unprefixed requestAnimationFrame. Dropped blink effect from CSS rule text-decoration:blink and completely removed <blink> element. Fixed several stability issues. Fixed in SeaMonkey 2.20 MFSA 2013-75 Local Java applets may read contents of local file system MFSA 2013-74 Firefox full and stub installer DLL hijacking MFSA 2013-73 Same-origin bypass with web workers and XMLHttpRequest MFSA 2013-72 Wrong principal used for validating URI for some Javascript components MFSA 2013-71 Further Privilege escalation through Mozilla Updater MFSA 2013-70 Bypass of XrayWrappers using XBL Scopes MFSA 2013-69 CRMF requests allow for code execution and XSS attacks MFSA 2013-68 Document URI misrepresentation and masquerading MFSA 2013-67 Crash during WAV audio file decoding MFSA 2013-66 Buffer overflow in Mozilla Maintenance Service and Mozilla Updater MFSA 2013-65 Buffer underflow when generating CRMF requests MFSA 2013-64 Use after free mutating DOM during SetBody MFSA 2013-63 Miscellaneous memory safety hazards (rv:23.0 / rv:17.0.8)
2013-08-11 05:18:46 +02:00
lib/seamonkey/res/ImageDocument.css
2012-03-19 15:41:45 +01:00
lib/seamonkey/res/TopLevelImageDocument.css
lib/seamonkey/res/TopLevelVideoDocument.css
lib/seamonkey/res/contenteditable.css
lib/seamonkey/res/designmode.css
lib/seamonkey/res/dtd/htmlmathml-f.ent
lib/seamonkey/res/entityTables/html40Latin1.properties
lib/seamonkey/res/entityTables/html40Special.properties
lib/seamonkey/res/entityTables/html40Symbols.properties
lib/seamonkey/res/entityTables/htmlEntityVersions.properties
lib/seamonkey/res/entityTables/mathml20.properties
lib/seamonkey/res/entityTables/transliterate.properties
lib/seamonkey/res/fonts/mathfont.properties
lib/seamonkey/res/fonts/mathfontAsanaMath.properties
lib/seamonkey/res/fonts/mathfontMathJax_Main.properties
lib/seamonkey/res/fonts/mathfontSTIXNonUnicode.properties
lib/seamonkey/res/fonts/mathfontSTIXSize1.properties
lib/seamonkey/res/fonts/mathfontSTIXSizeOneSym.properties
lib/seamonkey/res/fonts/mathfontStandardSymbolsL.properties
lib/seamonkey/res/fonts/mathfontUnicode.properties
lib/seamonkey/res/grabber.gif
lib/seamonkey/res/html/folder.png
lib/seamonkey/res/langGroups.properties
lib/seamonkey/res/language.properties
lib/seamonkey/res/svg.css
lib/seamonkey/res/table-add-column-after-active.gif
lib/seamonkey/res/table-add-column-after-hover.gif
lib/seamonkey/res/table-add-column-after.gif
lib/seamonkey/res/table-add-column-before-active.gif
lib/seamonkey/res/table-add-column-before-hover.gif
lib/seamonkey/res/table-add-column-before.gif
lib/seamonkey/res/table-add-row-after-active.gif
lib/seamonkey/res/table-add-row-after-hover.gif
lib/seamonkey/res/table-add-row-after.gif
lib/seamonkey/res/table-add-row-before-active.gif
lib/seamonkey/res/table-add-row-before-hover.gif
lib/seamonkey/res/table-add-row-before.gif
lib/seamonkey/res/table-remove-column-active.gif
lib/seamonkey/res/table-remove-column-hover.gif
lib/seamonkey/res/table-remove-column.gif
lib/seamonkey/res/table-remove-row-active.gif
lib/seamonkey/res/table-remove-row-hover.gif
lib/seamonkey/res/table-remove-row.gif
lib/seamonkey/run-mozilla.sh
lib/seamonkey/seamonkey
lib/seamonkey/seamonkey-bin
lib/seamonkey/searchplugins/creativecommons.xml
lib/seamonkey/searchplugins/google.xml
lib/seamonkey/searchplugins/wikipedia.xml
lib/seamonkey/searchplugins/yahoo.xml