pkgsrc/www/seamonkey/PLIST

4562 lines
305 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.68 2021/06/02 15:39:55 wiz Exp $
bin/seamonkey
lib/seamonkey/application.ini
lib/seamonkey/blocklist.xml
lib/seamonkey/chrome.manifest
lib/seamonkey/chrome/chrome.manifest
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/about.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/classic/skin/classic/communicator/aboutPrivateBrowsing.css
lib/seamonkey/chrome/classic/skin/classic/communicator/aboutSessionRestore.css
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/aboutSupport.css
lib/seamonkey/chrome/classic/skin/classic/communicator/blockedSite.css
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
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/common.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/config.css
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/console/console-error-caret.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/console/console-error-dash.gif
lib/seamonkey/chrome/classic/skin/classic/communicator/console/console-toolbar.png
lib/seamonkey/chrome/classic/skin/classic/communicator/console/console.css
lib/seamonkey/chrome/classic/skin/classic/communicator/console/itemSelected.png
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
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/helpviewer/Toolbar-rtl.png
lib/seamonkey/chrome/classic/skin/classic/communicator/helpviewer/help.css
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/information-48.png
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/key-16.png
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/key-64.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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/icons/notification-icons.svg
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/question-48.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/icons/warning-24.png
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/places/allBookmarks.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmark-folder-closed.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmark-folder-dis.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmark-folder-open.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmark-item-dis.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmark-item-updated.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmark-item.svg
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmark.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmarks.css
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmarksMenu.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmarksToolbar.css
lib/seamonkey/chrome/classic/skin/classic/communicator/places/bookmarksToolbar.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/calendar.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/editBookmarkOverlay.css
lib/seamonkey/chrome/classic/skin/classic/communicator/places/history.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/livemark-folder.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/organizer.css
lib/seamonkey/chrome/classic/skin/classic/communicator/places/query.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/tag.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/toolbarDropMarker.png
lib/seamonkey/chrome/classic/skin/classic/communicator/places/unsortedBookmarks.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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/classic/skin/classic/communicator/search/search-glass.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/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/multicolor.png
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
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/classic/skin/classic/messenger/browserRequest.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
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/insecure.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/junk.png
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/junkcol.png
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/loading.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
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/classic/skin/classic/messenger/icons/secure.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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/classic/skin/classic/messenger/messageQuotes.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/classic/skin/classic/navigator/webDeveloper.css
lib/seamonkey/chrome/comm/content/branding/about.png
lib/seamonkey/chrome/comm/content/branding/aboutRights.xhtml
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/branding/icon128.png
lib/seamonkey/chrome/comm/content/branding/icon16.png
lib/seamonkey/chrome/comm/content/branding/icon32.png
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.js
lib/seamonkey/chrome/comm/content/communicator/about.xhtml
lib/seamonkey/chrome/comm/content/communicator/aboutLife.xhtml
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/comm/content/communicator/aboutPrivateBrowsing.css
lib/seamonkey/chrome/comm/content/communicator/aboutPrivateBrowsing.js
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/askViewZoom.js
lib/seamonkey/chrome/comm/content/communicator/askViewZoom.xul
lib/seamonkey/chrome/comm/content/communicator/autocomplete.css
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.js
lib/seamonkey/chrome/comm/content/communicator/blockedSite.xhtml
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/communicator/bookmarks/bookmarksPanel.js
lib/seamonkey/chrome/comm/content/communicator/bookmarks/bookmarksPanel.xul
lib/seamonkey/chrome/comm/content/communicator/bookmarks/sidebarUtils.js
seamonkey: Update to 2.53.3 Changelog: What's New in SeaMonkey 2.53.3 SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.53.2: The LaTex tool TexZilla, used for inserting Math, has been upgraded to 1.0.2. It is now possible to customize the toolbars in Composer and the formatting toolbar in Mailnews composition. All folders of an account can now be marked as read. There is now an option for not advertizing SeaMonkey at all in the user agent. The preference for hiding the toolbar and menubar grippies can now be changed from "Preferences->Appearance". The tab bar is now shown by default when only one tab is open bug 1634879. This change was needed as new users did not see either the tab bar or its "Open a new tab" button on a fresh installation. Existing users of the option "Hide the tab bar when only one tab is open" will need to make a one time only change in "Preferences->Browser->Tabbed Browsing" if they want to go back to the old setting. Update of help page content and links. SeaMonkey language packs are now version specific and will be disabled as part of the profile upgrade following the installation of a later version. Search Engines have been centralized and updated in bug 1300198. Address book now has updated IM fields, improved layout for card view pane, improved multi-word search, ability to search across multiple address books, more granular prompts when deleting items, print on the context menus and print button on the toolbar. Multimedia support has been updated in preparation of supporting more audio video formats in the next releases. For enhanced security the Rust multimedia parser is now used for this and the libstagefright package has been removed. SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.3 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.3 uses the same backend as Firefox and contains the relevant Firefox 60.4 security fixes. SeaMonkey 2.53.3 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 77 and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to.
2020-08-31 22:05:00 +02:00
lib/seamonkey/chrome/comm/content/communicator/buildconfig.css
lib/seamonkey/chrome/comm/content/communicator/buildconfig.html
lib/seamonkey/chrome/comm/content/communicator/certError.css
lib/seamonkey/chrome/comm/content/communicator/certError.js
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
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/comm/content/communicator/console/console.css
lib/seamonkey/chrome/comm/content/communicator/console/console.js
lib/seamonkey/chrome/comm/content/communicator/console/console.xul
lib/seamonkey/chrome/comm/content/communicator/console/consoleBindings.xml
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/communicator/extensionsOverlay.css
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/gopherAddon.xhtml
lib/seamonkey/chrome/comm/content/communicator/helpEditorOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/helpMessengerOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/helpSecurityOverlay.xul
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/comm/content/communicator/helpviewer/contextHelp.js
lib/seamonkey/chrome/comm/content/communicator/helpviewer/help.js
lib/seamonkey/chrome/comm/content/communicator/helpviewer/help.xul
lib/seamonkey/chrome/comm/content/communicator/helpviewer/helpContextOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/helpviewer/platformClasses.css
lib/seamonkey/chrome/comm/content/communicator/history/history-panel.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/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/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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/communicator/permissions/permissionsUtils.js
lib/seamonkey/chrome/comm/content/communicator/places/bookmarkProperties.js
lib/seamonkey/chrome/comm/content/communicator/places/bookmarkProperties.xul
lib/seamonkey/chrome/comm/content/communicator/places/bookmarkProperties2.xul
lib/seamonkey/chrome/comm/content/communicator/places/browserPlacesViews.js
lib/seamonkey/chrome/comm/content/communicator/places/controller.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/communicator/places/editBookmarkOverlay.js
lib/seamonkey/chrome/comm/content/communicator/places/editBookmarkOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/places/history-panel.js
lib/seamonkey/chrome/comm/content/communicator/places/menu.xml
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/communicator/places/organizer.css
lib/seamonkey/chrome/comm/content/communicator/places/places.css
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/communicator/places/places.js
lib/seamonkey/chrome/comm/content/communicator/places/places.xul
lib/seamonkey/chrome/comm/content/communicator/places/placesOverlay.xul
lib/seamonkey/chrome/comm/content/communicator/places/tree.xml
lib/seamonkey/chrome/comm/content/communicator/places/treeView.js
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/communicator/pref/pref-media.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-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-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/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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/communicator/sanitizeDialog.js
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/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/EdInsertMath.js
lib/seamonkey/chrome/comm/content/editor/EdInsertMath.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/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/TeXZilla.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/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/publishprefs.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/comm/content/navigator/browser-places.js
lib/seamonkey/chrome/comm/content/navigator/content.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/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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools-shim/content/DevToolsShim.jsm
lib/seamonkey/chrome/devtools/content/aboutdebugging/aboutdebugging.css
lib/seamonkey/chrome/devtools/content/aboutdebugging/aboutdebugging.xhtml
lib/seamonkey/chrome/devtools/content/aboutdebugging/initializer.js
lib/seamonkey/chrome/devtools/content/animationinspector/animation-controller.js
lib/seamonkey/chrome/devtools/content/animationinspector/animation-inspector.xhtml
lib/seamonkey/chrome/devtools/content/animationinspector/animation-panel.js
lib/seamonkey/chrome/devtools/content/canvasdebugger/callslist.js
lib/seamonkey/chrome/devtools/content/canvasdebugger/canvasdebugger.js
lib/seamonkey/chrome/devtools/content/canvasdebugger/canvasdebugger.xul
lib/seamonkey/chrome/devtools/content/canvasdebugger/snapshotslist.js
lib/seamonkey/chrome/devtools/content/commandline/commandline.css
lib/seamonkey/chrome/devtools/content/commandline/commandlineoutput.xhtml
lib/seamonkey/chrome/devtools/content/commandline/commandlinetooltip.xhtml
lib/seamonkey/chrome/devtools/content/debugger/debugger-controller.js
lib/seamonkey/chrome/devtools/content/debugger/debugger-view.js
lib/seamonkey/chrome/devtools/content/debugger/debugger.css
lib/seamonkey/chrome/devtools/content/debugger/debugger.xul
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/content/debugger/new/index.html
lib/seamonkey/chrome/devtools/content/debugger/utils.js
lib/seamonkey/chrome/devtools/content/debugger/views/filter-view.js
lib/seamonkey/chrome/devtools/content/debugger/views/global-search-view.js
lib/seamonkey/chrome/devtools/content/debugger/views/options-view.js
lib/seamonkey/chrome/devtools/content/debugger/views/stack-frames-classic-view.js
lib/seamonkey/chrome/devtools/content/debugger/views/stack-frames-view.js
lib/seamonkey/chrome/devtools/content/debugger/views/toolbar-view.js
lib/seamonkey/chrome/devtools/content/debugger/views/variable-bubble-view.js
lib/seamonkey/chrome/devtools/content/debugger/views/watch-expressions-view.js
lib/seamonkey/chrome/devtools/content/debugger/views/workers-view.js
lib/seamonkey/chrome/devtools/content/dom/dom.html
lib/seamonkey/chrome/devtools/content/dom/main.js
lib/seamonkey/chrome/devtools/content/framework/connect/connect.css
lib/seamonkey/chrome/devtools/content/framework/connect/connect.js
lib/seamonkey/chrome/devtools/content/framework/connect/connect.xhtml
lib/seamonkey/chrome/devtools/content/framework/dev-edition-promo/dev-edition-logo.png
lib/seamonkey/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.css
lib/seamonkey/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.xul
lib/seamonkey/chrome/devtools/content/framework/options-panel.css
lib/seamonkey/chrome/devtools/content/framework/toolbox-init.js
lib/seamonkey/chrome/devtools/content/framework/toolbox-options.xhtml
lib/seamonkey/chrome/devtools/content/framework/toolbox-process-window.js
lib/seamonkey/chrome/devtools/content/framework/toolbox-process-window.xul
lib/seamonkey/chrome/devtools/content/framework/toolbox-window.xul
lib/seamonkey/chrome/devtools/content/framework/toolbox.xul
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/content/inspector/inspector.js
lib/seamonkey/chrome/devtools/content/inspector/inspector.xhtml
lib/seamonkey/chrome/devtools/content/inspector/markup/markup.xhtml
lib/seamonkey/chrome/devtools/content/memory/initializer.js
lib/seamonkey/chrome/devtools/content/memory/memory.xhtml
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/content/netmonitor/index.html
lib/seamonkey/chrome/devtools/content/netmonitor/src/assets/styles/netmonitor.css
lib/seamonkey/chrome/devtools/content/performance/performance-controller.js
lib/seamonkey/chrome/devtools/content/performance/performance-view.js
lib/seamonkey/chrome/devtools/content/performance/performance.xul
lib/seamonkey/chrome/devtools/content/performance/views/details-abstract-subview.js
lib/seamonkey/chrome/devtools/content/performance/views/details-js-call-tree.js
lib/seamonkey/chrome/devtools/content/performance/views/details-js-flamegraph.js
lib/seamonkey/chrome/devtools/content/performance/views/details-memory-call-tree.js
lib/seamonkey/chrome/devtools/content/performance/views/details-memory-flamegraph.js
lib/seamonkey/chrome/devtools/content/performance/views/details-waterfall.js
lib/seamonkey/chrome/devtools/content/performance/views/details.js
lib/seamonkey/chrome/devtools/content/performance/views/overview.js
lib/seamonkey/chrome/devtools/content/performance/views/recordings.js
lib/seamonkey/chrome/devtools/content/performance/views/toolbar.js
lib/seamonkey/chrome/devtools/content/responsive.html/index.js
lib/seamonkey/chrome/devtools/content/responsive.html/index.xhtml
lib/seamonkey/chrome/devtools/content/scratchpad/scratchpad.js
lib/seamonkey/chrome/devtools/content/scratchpad/scratchpad.xul
lib/seamonkey/chrome/devtools/content/shadereditor/shadereditor.js
lib/seamonkey/chrome/devtools/content/shadereditor/shadereditor.xul
lib/seamonkey/chrome/devtools/content/shared/frame-script-utils.js
lib/seamonkey/chrome/devtools/content/shared/splitview.css
lib/seamonkey/chrome/devtools/content/shared/theme-switching.js
lib/seamonkey/chrome/devtools/content/shared/vendor/d3.js
lib/seamonkey/chrome/devtools/content/shared/vendor/dagre-d3.js
lib/seamonkey/chrome/devtools/content/shared/widgets/VariablesView.xul
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/content/shared/widgets/color-widget.css
lib/seamonkey/chrome/devtools/content/shared/widgets/cubic-bezier.css
lib/seamonkey/chrome/devtools/content/shared/widgets/filter-widget.css
lib/seamonkey/chrome/devtools/content/shared/widgets/graphs-frame.xhtml
lib/seamonkey/chrome/devtools/content/shared/widgets/mdn-docs.css
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/content/shared/widgets/spectrum.css
lib/seamonkey/chrome/devtools/content/shared/widgets/widgets.css
lib/seamonkey/chrome/devtools/content/sourceeditor/codemirror/addon/dialog/dialog.css
lib/seamonkey/chrome/devtools/content/sourceeditor/codemirror/addon/hint/show-hint.js
lib/seamonkey/chrome/devtools/content/sourceeditor/codemirror/addon/tern/tern.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/content/sourceeditor/codemirror/cmiframe.html
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/content/sourceeditor/codemirror/codemirror.bundle.js
lib/seamonkey/chrome/devtools/content/sourceeditor/codemirror/lib/codemirror.css
lib/seamonkey/chrome/devtools/content/sourceeditor/codemirror/mozilla.css
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/content/sourceeditor/codemirror/old-debugger.css
lib/seamonkey/chrome/devtools/content/storage/storage.xul
lib/seamonkey/chrome/devtools/content/styleeditor/styleeditor.xul
lib/seamonkey/chrome/devtools/content/webaudioeditor/controller.js
lib/seamonkey/chrome/devtools/content/webaudioeditor/includes.js
lib/seamonkey/chrome/devtools/content/webaudioeditor/models.js
lib/seamonkey/chrome/devtools/content/webaudioeditor/views/automation.js
lib/seamonkey/chrome/devtools/content/webaudioeditor/views/context.js
lib/seamonkey/chrome/devtools/content/webaudioeditor/views/inspector.js
lib/seamonkey/chrome/devtools/content/webaudioeditor/views/properties.js
lib/seamonkey/chrome/devtools/content/webaudioeditor/views/utils.js
lib/seamonkey/chrome/devtools/content/webaudioeditor/webaudioeditor.xul
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/content/webconsole/webconsole.xhtml
lib/seamonkey/chrome/devtools/content/webconsole/webconsole.xul
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/aboutdebugging.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/controls.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/install-error.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/target.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/panel-header.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/panel-menu-entry.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/panel-menu.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/target.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/target-list.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/multi-e10s-warning.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/service-worker-target.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/target.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/modules/addon.js
lib/seamonkey/chrome/devtools/modules/devtools/client/aboutdebugging/modules/worker.js
lib/seamonkey/chrome/devtools/modules/devtools/client/animationinspector/components/animation-details.js
lib/seamonkey/chrome/devtools/modules/devtools/client/animationinspector/components/animation-target-node.js
lib/seamonkey/chrome/devtools/modules/devtools/client/animationinspector/components/animation-time-block.js
lib/seamonkey/chrome/devtools/modules/devtools/client/animationinspector/components/animation-timeline.js
lib/seamonkey/chrome/devtools/modules/devtools/client/animationinspector/components/keyframes.js
lib/seamonkey/chrome/devtools/modules/devtools/client/animationinspector/components/rate-selector.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/animationinspector/graph-helper.js
lib/seamonkey/chrome/devtools/modules/devtools/client/animationinspector/utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/canvasdebugger/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/actions/breakpoints.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/actions/event-listeners.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/actions/sources.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/constants.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/globalActions.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/queries.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/reducers/async-requests.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/reducers/breakpoints.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/reducers/event-listeners.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/reducers/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/reducers/sources.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/views/event-listeners-view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/content/views/sources-view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/debugger-commands.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/new/debugger.css
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/new/debugger.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/new/panel.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/new/parser-worker.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/new/pretty-print-worker.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/new/search-worker.js
lib/seamonkey/chrome/devtools/modules/devtools/client/debugger/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/definitions.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/actions/filter.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/actions/grips.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/components/dom-tree.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/components/main-frame.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/components/main-toolbar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/constants.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/dom-decorator.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/dom-view.css
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/dom-view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/grip-provider.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/reducers/filter.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/reducers/grips.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/reducers/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/content/utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/dom/dom-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/ToolboxProcess.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/about-devtools-toolbox.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/attach-thread.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/browser-menus.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/components/toolbox-controller.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/components/toolbox-tab.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/components/toolbox-tabs.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/components/toolbox-toolbar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/devtools-browser.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/devtools.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/gDevTools.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/menu-item.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/menu.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/selection.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/sidebar.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/source-map-url-service.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/target-from-url.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/target.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/toolbox-highlighter-utils.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/toolbox-host-manager.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/toolbox-hosts.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/toolbox-options.js
lib/seamonkey/chrome/devtools/modules/devtools/client/framework/toolbox.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/actions/box-model.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/actions/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/box-model.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelApp.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelEditable.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelInfo.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelMain.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelProperties.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/ComputedProperty.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/reducers/box-model.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/types.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/boxmodel/utils/editing-session.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/breadcrumbs.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/components/inspector-tab-panel.css
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/components/inspector-tab-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/computed/computed.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/actions/font-options.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/actions/fonts.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/actions/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/components/App.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/components/Font.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontList.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/fonts.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/reducers/font-options.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/reducers/fonts.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/types.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/fonts/utils/l10n.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/actions/grids.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/actions/highlighter-settings.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/actions/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/components/Grid.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/components/GridDisplaySettings.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/components/GridItem.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/components/GridList.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/components/GridOutline.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/grid-inspector.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/reducers/grids.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/reducers/highlighter-settings.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/types.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/utils/l10n.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/grids/utils/utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/inspector-commands.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/inspector-search.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/layout/components/Accordion.css
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/layout/components/Accordion.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/layout/components/App.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/layout/components/LayoutPromoteBar.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/layout/layout.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/markup.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/views/element-container.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/views/element-editor.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/views/html-editor.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/views/markup-container.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/views/read-only-container.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/views/read-only-editor.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/views/root-container.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/views/text-container.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/markup/views/text-editor.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/panel.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/reducers.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/rules/models/element-style.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/rules/models/rule.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/rules/models/text-property.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/rules/rules.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/rules/views/class-list-previewer.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/rules/views/rule-editor.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/rules/views/text-property-editor.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/shared/dom-node-preview.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/shared/highlighters-overlay.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/shared/node-types.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/shared/reflow-tracker.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-menu.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/shared/tooltips-overlay.js
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/shared/utils.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/store.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/inspector/toolsidebar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/components/headers-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/components/headers.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/components/json-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/components/main-tabbed-area.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/components/reps/toolbar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/components/search-box.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/components/text-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/converter-child.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/converter-observer.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/css/general.css
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/css/headers-panel.css
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/css/json-panel.css
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/css/main.css
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/css/search-box.css
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/css/search.svg
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/css/text-panel.css
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/css/toolbar.css
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/json-viewer.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/lib/require.js
lib/seamonkey/chrome/devtools/modules/devtools/client/jsonview/viewer-config.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/allocations.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/census-display.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/diffing.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/filter.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/io.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/label-display.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/refresh.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/sizes.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/snapshot.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/task-cache.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/tree-map-display.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/actions/view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/app.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/census-header.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/census-tree-item.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/census.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/dominator-tree-header.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/dominator-tree-item.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/dominator-tree.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/heap.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/individuals-header.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/individuals.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/list.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/shortest-paths.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/snapshot-list-item.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/toolbar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/tree-map.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/tree-map/canvas-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/tree-map/color-coarse-type.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/tree-map/drag-zoom.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/tree-map/draw.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/components/tree-map/start.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/constants.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/dominator-tree-lazy-children.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/models.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/allocations.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/census-display.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/diffing.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/errors.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/filter.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/individuals.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/label-display.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/sizes.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/snapshots.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/tree-map-display.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/reducers/view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/store.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/telemetry.js
lib/seamonkey/chrome/devtools/modules/devtools/client/memory/utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/menus.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/panel.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/actions/batching.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/actions/filters.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/actions/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/actions/requests.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/actions/selection.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/actions/sort.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/actions/timing-markers.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/actions/ui.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/app.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/cookies-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/custom-request-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/headers-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/mdn-link.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/monitor-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/network-details-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/params-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/properties-view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-cause.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-content-size.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-cookies.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-domain.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-duration.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-end-time.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-file.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-latency.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-method.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-protocol.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-remote-ip.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-response-header.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-response-time.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-scheme.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-set-cookies.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-start-time.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-status.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-transferred-size.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-type.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-column-waterfall.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-content.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-empty-notice.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-header.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list-item.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/response-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/security-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/source-editor.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/stack-trace-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/statistics-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/status-bar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/tabbox-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/timings-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/components/toolbar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/connector/firefox-connector.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/connector/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/constants.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-automation.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-builder.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-collector.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-exporter.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/har/toolbox-overlay.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/batching.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/prefs.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/thunk.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/batching.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/filters.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/requests.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/sort.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/timing-markers.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/ui.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/request-list-context-menu.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/request-list-header-context-menu.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/request-list-tooltip.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/filters.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/requests.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/timing-markers.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/ui.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/create-store.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/filter-autocomplete-provider.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/filter-predicates.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/filter-text-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/format-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/l10n.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/mdn-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/menu.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/prefs.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/request-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/utils/sort-predicates.js
lib/seamonkey/chrome/devtools/modules/devtools/client/netmonitor/src/waterfall-background.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/jit-optimizations-item.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/jit-optimizations.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/recording-button.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/recording-controls.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/recording-list-item.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/recording-list.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/waterfall-header.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/waterfall-tree-row.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/waterfall-tree.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/components/waterfall.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/events.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/categories.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/constants.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/global.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/io.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/logic/frame-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/logic/jit.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/logic/telemetry.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/logic/tree-model.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/logic/waterfall-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/marker-blueprint-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/marker-dom-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/marker-formatters.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/markers.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/utils.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/waterfall-ticks.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/widgets/graphs.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/widgets/marker-details.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/widgets/markers-overview.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/modules/widgets/tree-view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/actions.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/dom-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/event-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/input-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/panel-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/prefs.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/profiler-mm-utils.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/recording-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/synth-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/tab-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/urls.js
lib/seamonkey/chrome/devtools/modules/devtools/client/performance/test/helpers/wait-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/actions/devices.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/actions/display-pixel-ratio.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/actions/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/actions/location.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/actions/network-throttling.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/actions/screenshot.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/actions/touch-simulation.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/actions/viewports.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/app.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/browser/swap.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/browser/tunnel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/browser/web-navigation.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/browser.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/device-adder.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/device-modal.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/device-selector.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/dpr-selector.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/global-toolbar.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/network-throttling-selector.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/resizable-viewport.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/viewport-dimension.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/viewport-toolbar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/viewport.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/components/viewports.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/constants.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/images/grippers.svg
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/images/rotate-viewport.svg
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/images/screenshot.svg
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/images/select-arrow.svg
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/images/touch-events.svg
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/index.css
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/manager.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/reducers.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/reducers/devices.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/reducers/display-pixel-ratio.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/reducers/location.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/reducers/network-throttling.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/reducers/screenshot.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/reducers/touch-simulation.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/reducers/viewports.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/responsive-ua.css
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/store.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/types.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/utils/css.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/utils/e10s.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/utils/l10n.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/utils/message.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/responsive.html/utils/window.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsivedesign/resize-commands.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsivedesign/responsivedesign-child.js
lib/seamonkey/chrome/devtools/modules/devtools/client/responsivedesign/responsivedesign.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-commands.js
lib/seamonkey/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-manager.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shadereditor/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/AppCacheUtils.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/DOMHelpers.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/Jsbeautify.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/SplitView.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/autocomplete-popup.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/browser-loader.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/autocomplete-popup.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/frame.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/h-split-box.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/notification-box.css
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/notification-box.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/reps/reps.css
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/reps/reps.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/search-box.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/sidebar-toggle.css
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/sidebar-toggle.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/splitter/draggable.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/splitter/split-box.css
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/splitter/split-box.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/stack-trace.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tabs/tabbar.css
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tabs/tabbar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tabs/tabs.css
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tabs/tabs.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tree.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tree/label-cell.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tree/object-provider.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tree/tree-cell.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tree/tree-header.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tree/tree-row.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tree/tree-view.css
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/components/tree/tree-view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/css-angle.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/css-reload.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/curl.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/demangle.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/developer-toolbar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/devices.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/devtools-file-watcher.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/doorhanger.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/enum.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/file-saver.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/file-watcher-worker.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/file-watcher.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/getjson.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/inplace-editor.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/key-shortcuts.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/keycodes.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/natural-sort.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/network-throttling-profiles.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/node-attribute-parser.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/options-view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/output-parser.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/poller.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/prefs.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/react-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/redux/create-store.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/redux/middleware/debounce.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/redux/middleware/history.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/redux/middleware/log.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/redux/middleware/promise.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/redux/middleware/task.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/redux/middleware/thunk.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/redux/middleware/wait-service.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/redux/non-react-subscriber.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/scroll.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/source-map/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/source-map/worker.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/source-utils.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/stylesheet-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/suggestion-picker.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/telemetry.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/theme.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/undo.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/WasmDis.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/WasmParser.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/immutable.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/jsol.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/jszip.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/react-addons-shallow-compare.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/react-proxy.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/react-redux.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/react-virtualized.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/react.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/redux.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/reselect.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/seamless-immutable.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/stringvalidator/util/assert.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/vendor/stringvalidator/validator.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/view-source.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/webgl-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/AbstractTreeItem.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/BarGraphWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/BreadcrumbsWidget.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/Chart.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/ColorWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierPresets.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/FastListWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/FilterWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/FlameGraph.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/Graphs.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/GraphsWorker.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/LineGraphWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/MdnDocsWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/MountainGraphWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/SideMenuWidget.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/SimpleListWidget.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/Spectrum.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/TableWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/TreeWidget.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/VariablesView.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/VariablesViewController.jsm
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/CssDocsTooltip.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/EventTooltipHelper.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/HTMLTooltip.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/ImageTooltipHelper.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/InlineTooltip.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchBasedEditorTooltip.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchColorPickerTooltip.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchCubicBezierTooltip.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchFilterTooltip.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/Tooltip.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/TooltipToggle.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/VariableContentHelper.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/widgets/view-helpers.js
lib/seamonkey/chrome/devtools/modules/devtools/client/shared/zoom-keys.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/autocomplete.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/css-autocompleter.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/debugger.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/editor.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/tern/browser.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/tern/comment.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/tern/condense.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/tern/def.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/tern/ecma5.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/tern/infer.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/tern/signal.js
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/tern/tern.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/sourceeditor/wasm.js
lib/seamonkey/chrome/devtools/modules/devtools/client/storage/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/storage/ui.js
lib/seamonkey/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUtil.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/styleeditor/StyleSheetEditor.jsm
lib/seamonkey/chrome/devtools/modules/devtools/client/styleeditor/styleeditor-commands.js
lib/seamonkey/chrome/devtools/modules/devtools/client/styleeditor/styleeditor-panel.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/themes/audio/shutter.wav
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/themes/commandline-browser.css
lib/seamonkey/chrome/devtools/modules/devtools/client/themes/common.css
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/themes/responsivedesign.css
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/themes/splitters.css
lib/seamonkey/chrome/devtools/modules/devtools/client/themes/toolbars.css
lib/seamonkey/chrome/devtools/modules/devtools/client/themes/variables.css
lib/seamonkey/chrome/devtools/modules/devtools/client/webaudioeditor/panel.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/console-commands.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/console-output.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/hudservice.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/jsterm.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/cookies-tab.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/headers-tab.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/net-info-body.css
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/net-info-body.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/net-info-group-list.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/net-info-group.css
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/net-info-group.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/net-info-params.css
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/net-info-params.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/params-tab.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/post-tab.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/response-tab.css
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/response-tab.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/size-limit.css
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/size-limit.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/spinner.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/components/stacktrace-tab.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/data-provider.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/main.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/net-request.css
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/net-request.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/utils/events.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/utils/json.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/net/utils/net.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/actions/filters.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/actions/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/actions/messages.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/actions/ui.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/collapse-button.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/console-output.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/console-table.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/filter-bar.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/filter-button.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/grip-message-body.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-container.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-icon.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-indent.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-repeat.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-types/console-api-call.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-types/console-command.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-types/default-renderer.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-types/evaluation-result.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-types/network-event-message.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message-types/page-error.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/components/message.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/constants.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/main.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/new-console-output-wrapper.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/reducers/filters.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/reducers/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/reducers/messages.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/reducers/prefs.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/reducers/ui.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/selectors/filters.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/selectors/messages.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/selectors/prefs.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/selectors/ui.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/store.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/test/fixtures/stub-generators/stub-snippets.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/test/fixtures/stubs/consoleApi.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/test/fixtures/stubs/cssMessage.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/test/fixtures/stubs/evaluationResult.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/test/fixtures/stubs/index.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/test/fixtures/stubs/networkEvent.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/test/fixtures/stubs/pageError.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/types.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/utils/context-menu.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/utils/id-generator.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-console-output/utils/messages.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/new-webconsole.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/panel.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/utils.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/webconsole-connection-proxy.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/webconsole-l10n.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webconsole/webconsole.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/addons.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/app-manager.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/app-projects.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/app-validator.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/config-view.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/project-list.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/runtime-list.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/runtimes.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/tab-store.js
lib/seamonkey/chrome/devtools/modules/devtools/client/webide/modules/utils.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/actor-registry.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/addon.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/addons.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/animation.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/breakpoint.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/call-watcher.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/canvas.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/child-process.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/childtab.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/chrome.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/common.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/css-properties.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/csscoverage.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/device.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/emulation.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/environment.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/errordocs.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/frame.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/framerate.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/gcli.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/heap-snapshot-file.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters.css
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/auto-refresh.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/box-model.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/css-grid.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/css-transform.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/eye-dropper.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/geometry-editor.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/measuring-tool.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/paused-debugger.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/rulers.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/selector.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/shapes.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/simple-outline.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/highlighters/utils/markup.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/inspector.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/layout.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/memory.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/object.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/performance-entries.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/performance-recording.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/performance.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/preference.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/pretty-print-worker.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/process.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/profiler.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/promises.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/reflow.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/root.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/script.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/source.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/storage.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/string.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/styleeditor.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/styles.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/stylesheets.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/tab.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/timeline.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/TabSources.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/actor-registry-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/audionodes.json
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/automation-timeline.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/css-grid-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/make-debugger.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/map-uri-to-addon-id.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/shapes-geometry-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/stack.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/walker-search.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/webconsole-listeners.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/webconsole-utils.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/utils/webconsole-worker-listeners.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/webaudio.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/webbrowser.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/webconsole.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/webextension-inspected-window.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/webextension-parent.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/webextension.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/webgl.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/window.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/worker-list.js
lib/seamonkey/chrome/devtools/modules/devtools/server/actors/worker.js
lib/seamonkey/chrome/devtools/modules/devtools/server/child.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/content-process-debugger-server.js
lib/seamonkey/chrome/devtools/modules/devtools/server/content-server.jsm
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/css-logic.js
lib/seamonkey/chrome/devtools/modules/devtools/server/event-parsers.js
lib/seamonkey/chrome/devtools/modules/devtools/server/main.js
lib/seamonkey/chrome/devtools/modules/devtools/server/performance/framerate.js
lib/seamonkey/chrome/devtools/modules/devtools/server/performance/memory.js
lib/seamonkey/chrome/devtools/modules/devtools/server/performance/profiler.js
lib/seamonkey/chrome/devtools/modules/devtools/server/performance/recorder.js
lib/seamonkey/chrome/devtools/modules/devtools/server/performance/timeline.js
lib/seamonkey/chrome/devtools/modules/devtools/server/primitive.js
lib/seamonkey/chrome/devtools/modules/devtools/server/protocol.js
lib/seamonkey/chrome/devtools/modules/devtools/server/service-worker-child.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/server/websocket-server.js
lib/seamonkey/chrome/devtools/modules/devtools/server/worker.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/DevToolsUtils.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/Loader.jsm
lib/seamonkey/chrome/devtools/modules/devtools/shared/Parser.jsm
lib/seamonkey/chrome/devtools/modules/devtools/shared/ThreadSafeDevToolsUtils.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/acorn/acorn.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/acorn/acorn_loose.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/acorn/walk.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/apps/Devices.jsm
lib/seamonkey/chrome/devtools/modules/devtools/shared/async-storage.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/async-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/builtin-modules.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/client/connection-manager.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/client/main.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/content-observer.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/css/color-db.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/css/color.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/css/generated/properties-db.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/css/lexer.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/css/parsing-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/css/properties-db.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/debounce.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/defer.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/deprecated-sync-thenables.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/discovery/discovery.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/dom-node-constants.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/dom-node-filter-constants.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/event-emitter.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/extend.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/flags.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/actor-registry.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/addons.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/animation.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/call-watcher.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/canvas.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/css-properties.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/csscoverage.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/device.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/emulation.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/framerate.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/gcli.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/highlighters.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/inspector.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/layout.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/memory.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/performance-entries.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/performance-recording.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/performance.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/preference.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/profiler.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/promises.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/reflow.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/storage.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/string.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/styles.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/stylesheets.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/timeline.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/webaudio.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/webextension-inspected-window.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/fronts/webgl.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/command-state.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/addon.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/appcache.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/calllog.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/cmd.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/cookie.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/csscoverage.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/folder.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/highlight.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/index.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/inject.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/jsb.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/listen.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/mdn.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/measure.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/media.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/pagemod.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/paintflashing.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/qsa.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/restart.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/rulers.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/screenshot.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/commands/security.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/cli.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/clear.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/commands.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/context.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/help.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/mocks.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/pref.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/preflist.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/test.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/connectors/connectors.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/basic.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/converters.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/html.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/terminal.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/delegate.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/fields.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/selection.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/index.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/l10n.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/command.html
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/command.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/javascript.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/languages.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/completer.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/inputter.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/tooltip.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/settings.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/system.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/array.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/boolean.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/command.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/date.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/delegate.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/file.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/fileparser.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/javascript.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/node.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/number.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/resource.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/selection.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/setting.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/string.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/types.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/union.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/url.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/focus.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/history.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/intro.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.css
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.html
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/view.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/domtemplate.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/fileparser.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/filesystem.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/host.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/l10n.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/legacy.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/prism.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/spell.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/util.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/gcli/templater.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/generate-uuid.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/heapsnapshot/CensusUtils.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/heapsnapshot/DominatorTreeNode.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesClient.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesWorker.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/heapsnapshot/census-tree-node.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/heapsnapshot/shortest-paths.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/indentation.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/inspector/css-logic.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/jsbeautify/beautify.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/jsbeautify/lib/sanitytest.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/jsbeautify/lib/urlencode_unpacker.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-css.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-html.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-js.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-tests.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/l10n.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/layout/dom-matrix-2d.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/layout/utils.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/loader-plugin-raw.jsm
lib/seamonkey/chrome/devtools/modules/devtools/shared/node-properties/node-properties.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/path.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/performance/recording-common.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/performance/recording-utils.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/platform/chrome/clipboard.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/platform/chrome/stack.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/platform/content/clipboard.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/platform/content/stack.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/plural-form.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/pretty-fast/pretty-fast.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/protocol.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/qrcode/index.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/security/auth.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/security/cert.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/security/prompt.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/security/socket.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/shims/fronts/timeline.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/sourcemap/source-map.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/actor-registry.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/addons.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/animation.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/breakpoint.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/call-watcher.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/canvas.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/css-properties.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/csscoverage.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/device.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/emulation.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/environment.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/frame.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/framerate.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/gcli.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/heap-snapshot-file.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/highlighters.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/inspector.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/layout.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/memory.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/node.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/performance-entries.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/performance-recording.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/performance.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/preference.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/profiler.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/promises.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/reflow.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/script.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/source.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/storage.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/string.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/styleeditor.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/styles.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/stylesheets.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/timeline.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/webaudio.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/webextension-inspected-window.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/webextension-parent.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/webgl.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/specs/worker.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/sprintfjs/sprintf.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/system.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/task.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/touch/simulator-content.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/touch/simulator-core.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/touch/simulator.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/transport/packets.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/transport/stream-utils.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/transport/transport.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/transport/websocket-transport.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/wasm-source-map.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/webconsole/client.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/webconsole/js-property-provider.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/webconsole/network-helper.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/webconsole/network-monitor.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/webconsole/server-logger-monitor.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/webconsole/server-logger.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/modules/devtools/shared/webconsole/throttle.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/worker/helper.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/worker/loader.js
lib/seamonkey/chrome/devtools/modules/devtools/shared/worker/worker.js
lib/seamonkey/chrome/devtools/skin/animationinspector.css
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/boxmodel.css
lib/seamonkey/chrome/devtools/skin/canvasdebugger.css
lib/seamonkey/chrome/devtools/skin/commandline.css
lib/seamonkey/chrome/devtools/skin/components-frame.css
lib/seamonkey/chrome/devtools/skin/components-h-split-box.css
lib/seamonkey/chrome/devtools/skin/computed.css
lib/seamonkey/chrome/devtools/skin/dark-theme.css
lib/seamonkey/chrome/devtools/skin/debugger.css
lib/seamonkey/chrome/devtools/skin/devtools-browser.css
lib/seamonkey/chrome/devtools/skin/firebug-theme.css
lib/seamonkey/chrome/devtools/skin/floating-scrollbars-dark-theme.css
lib/seamonkey/chrome/devtools/skin/floating-scrollbars-responsive-design.css
lib/seamonkey/chrome/devtools/skin/fonts.css
lib/seamonkey/chrome/devtools/skin/images/add.svg
lib/seamonkey/chrome/devtools/skin/images/alerticon-warning.png
lib/seamonkey/chrome/devtools/skin/images/alerticon-warning@2x.png
lib/seamonkey/chrome/devtools/skin/images/angle-swatch.svg
lib/seamonkey/chrome/devtools/skin/images/animation-fast-track.svg
lib/seamonkey/chrome/devtools/skin/images/arrow-e.png
lib/seamonkey/chrome/devtools/skin/images/arrow-e@2x.png
lib/seamonkey/chrome/devtools/skin/images/breadcrumbs-scrollbutton.png
lib/seamonkey/chrome/devtools/skin/images/breadcrumbs-scrollbutton@2x.png
lib/seamonkey/chrome/devtools/skin/images/breakpoint.svg
lib/seamonkey/chrome/devtools/skin/images/clear.svg
lib/seamonkey/chrome/devtools/skin/images/close.svg
lib/seamonkey/chrome/devtools/skin/images/command-console.svg
lib/seamonkey/chrome/devtools/skin/images/command-eyedropper.svg
lib/seamonkey/chrome/devtools/skin/images/command-frames.svg
lib/seamonkey/chrome/devtools/skin/images/command-measure.svg
lib/seamonkey/chrome/devtools/skin/images/command-noautohide.svg
lib/seamonkey/chrome/devtools/skin/images/command-paintflashing.svg
lib/seamonkey/chrome/devtools/skin/images/command-pick.svg
lib/seamonkey/chrome/devtools/skin/images/command-responsivemode.svg
lib/seamonkey/chrome/devtools/skin/images/command-rulers.svg
lib/seamonkey/chrome/devtools/skin/images/command-screenshot.svg
lib/seamonkey/chrome/devtools/skin/images/commandline-icon.svg
lib/seamonkey/chrome/devtools/skin/images/controls.png
lib/seamonkey/chrome/devtools/skin/images/controls@2x.png
lib/seamonkey/chrome/devtools/skin/images/cubic-bezier-swatch.png
lib/seamonkey/chrome/devtools/skin/images/cubic-bezier-swatch@2x.png
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/images/debugger-step-in.svg
lib/seamonkey/chrome/devtools/skin/images/debugger-step-out.svg
lib/seamonkey/chrome/devtools/skin/images/debugger-step-over.svg
lib/seamonkey/chrome/devtools/skin/images/debugger-toggleBreakpoints.svg
lib/seamonkey/chrome/devtools/skin/images/debugging-addons.svg
lib/seamonkey/chrome/devtools/skin/images/debugging-tabs.svg
lib/seamonkey/chrome/devtools/skin/images/debugging-workers.svg
lib/seamonkey/chrome/devtools/skin/images/diff.svg
lib/seamonkey/chrome/devtools/skin/images/dock-bottom.svg
lib/seamonkey/chrome/devtools/skin/images/dock-side.svg
lib/seamonkey/chrome/devtools/skin/images/dock-undock.svg
lib/seamonkey/chrome/devtools/skin/images/dropmarker.svg
lib/seamonkey/chrome/devtools/skin/images/editor-error.png
lib/seamonkey/chrome/devtools/skin/images/filetypes/dir-close.svg
lib/seamonkey/chrome/devtools/skin/images/filetypes/dir-open.svg
lib/seamonkey/chrome/devtools/skin/images/filetypes/globe.svg
lib/seamonkey/chrome/devtools/skin/images/filter-swatch.svg
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/images/filter.svg
lib/seamonkey/chrome/devtools/skin/images/filters.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/arrow-down.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/arrow-up.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/breadcrumbs-divider.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/breakpoint.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/close.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-console.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-eyedropper.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-frames.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-measure.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-noautohide.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-paintflashing.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-pick.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-responsivemode.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-rulers.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-scratchpad.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/command-screenshot.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/commandline-icon.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/debugger-blackbox.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/debugger-prettyprint.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/debugger-step-in.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/debugger-step-out.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/debugger-step-over.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/debugger-toggleBreakpoints.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/disable.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/dock-bottom.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/dock-side.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/dock-undock.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/pane-collapse.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/pane-expand.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/pause.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/play.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/read-only.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/rewind.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/tool-debugger-paused.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/tool-options.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/twisty-closed-firebug.svg
lib/seamonkey/chrome/devtools/skin/images/firebug/twisty-open-firebug.svg
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/skin/images/gcli_sec_bad.svg
lib/seamonkey/chrome/devtools/skin/images/gcli_sec_good.svg
lib/seamonkey/chrome/devtools/skin/images/gcli_sec_moderate.svg
lib/seamonkey/chrome/devtools/skin/images/geometry-editor.svg
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/skin/images/globe.svg
lib/seamonkey/chrome/devtools/skin/images/grid.svg
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/skin/images/help.svg
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/images/import.svg
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/skin/images/item-arrow-dark-ltr.svg
lib/seamonkey/chrome/devtools/skin/images/item-arrow-dark-rtl.svg
lib/seamonkey/chrome/devtools/skin/images/item-arrow-ltr.svg
lib/seamonkey/chrome/devtools/skin/images/item-arrow-rtl.svg
lib/seamonkey/chrome/devtools/skin/images/item-toggle.svg
lib/seamonkey/chrome/devtools/skin/images/pane-collapse.svg
lib/seamonkey/chrome/devtools/skin/images/pane-expand.svg
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/images/pause.svg
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/skin/images/performance-details-call-tree.svg
lib/seamonkey/chrome/devtools/skin/images/performance-details-flamegraph.svg
lib/seamonkey/chrome/devtools/skin/images/performance-details-waterfall.svg
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/images/play.svg
lib/seamonkey/chrome/devtools/skin/images/power.svg
lib/seamonkey/chrome/devtools/skin/images/profiler-stopwatch.svg
lib/seamonkey/chrome/devtools/skin/images/pseudo-class.svg
lib/seamonkey/chrome/devtools/skin/images/reload.svg
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsive-horizontal-resizer.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsive-horizontal-resizer@2x.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsive-se-resizer.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsive-se-resizer@2x.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsive-vertical-resizer.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsive-vertical-resizer@2x.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsiveui-home.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsiveui-rotate.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsiveui-rotate@2x.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsiveui-screenshot.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsiveui-screenshot@2x.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsiveui-touch.png
lib/seamonkey/chrome/devtools/skin/images/responsivemode/responsiveui-touch@2x.png
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/images/rewind.svg
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/skin/images/sad-face.svg
lib/seamonkey/chrome/devtools/skin/images/search-clear-dark.svg
lib/seamonkey/chrome/devtools/skin/images/search-clear-failed.svg
lib/seamonkey/chrome/devtools/skin/images/search-clear-light.svg
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/images/search.svg
lib/seamonkey/chrome/devtools/skin/images/security-state-broken.svg
lib/seamonkey/chrome/devtools/skin/images/security-state-insecure.svg
lib/seamonkey/chrome/devtools/skin/images/security-state-secure.svg
lib/seamonkey/chrome/devtools/skin/images/security-state-weak.svg
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/devtools/skin/images/sort-ascending-arrow.svg
lib/seamonkey/chrome/devtools/skin/images/sort-descending-arrow.svg
lib/seamonkey/chrome/devtools/skin/images/toggle-tools.png
lib/seamonkey/chrome/devtools/skin/images/toggle-tools@2x.png
lib/seamonkey/chrome/devtools/skin/images/tool-canvas.svg
lib/seamonkey/chrome/devtools/skin/images/tool-debugger-paused.svg
lib/seamonkey/chrome/devtools/skin/images/tool-debugger.svg
lib/seamonkey/chrome/devtools/skin/images/tool-dom.svg
lib/seamonkey/chrome/devtools/skin/images/tool-inspector.svg
lib/seamonkey/chrome/devtools/skin/images/tool-memory-active.svg
lib/seamonkey/chrome/devtools/skin/images/tool-memory.svg
lib/seamonkey/chrome/devtools/skin/images/tool-network.svg
lib/seamonkey/chrome/devtools/skin/images/tool-options.svg
lib/seamonkey/chrome/devtools/skin/images/tool-profiler-active.svg
lib/seamonkey/chrome/devtools/skin/images/tool-profiler.svg
lib/seamonkey/chrome/devtools/skin/images/tool-scratchpad.svg
lib/seamonkey/chrome/devtools/skin/images/tool-shadereditor.svg
lib/seamonkey/chrome/devtools/skin/images/tool-storage.svg
lib/seamonkey/chrome/devtools/skin/images/tool-styleeditor.svg
lib/seamonkey/chrome/devtools/skin/images/tool-webaudio.svg
lib/seamonkey/chrome/devtools/skin/images/tool-webconsole.svg
lib/seamonkey/chrome/devtools/skin/images/tracer-icon.png
lib/seamonkey/chrome/devtools/skin/images/tracer-icon@2x.png
lib/seamonkey/chrome/devtools/skin/images/vview-delete.png
lib/seamonkey/chrome/devtools/skin/images/vview-delete@2x.png
lib/seamonkey/chrome/devtools/skin/images/vview-edit.png
lib/seamonkey/chrome/devtools/skin/images/vview-edit@2x.png
lib/seamonkey/chrome/devtools/skin/images/vview-lock.png
lib/seamonkey/chrome/devtools/skin/images/vview-lock@2x.png
lib/seamonkey/chrome/devtools/skin/images/vview-open-inspector.png
lib/seamonkey/chrome/devtools/skin/images/vview-open-inspector@2x.png
lib/seamonkey/chrome/devtools/skin/images/webconsole.svg
lib/seamonkey/chrome/devtools/skin/inspector.css
lib/seamonkey/chrome/devtools/skin/jit-optimizations.css
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/devtools/skin/layout.css
lib/seamonkey/chrome/devtools/skin/light-theme.css
lib/seamonkey/chrome/devtools/skin/markup.css
lib/seamonkey/chrome/devtools/skin/memory.css
lib/seamonkey/chrome/devtools/skin/performance.css
lib/seamonkey/chrome/devtools/skin/rules.css
lib/seamonkey/chrome/devtools/skin/scratchpad.css
lib/seamonkey/chrome/devtools/skin/shadereditor.css
lib/seamonkey/chrome/devtools/skin/splitview.css
lib/seamonkey/chrome/devtools/skin/storage.css
lib/seamonkey/chrome/devtools/skin/styleeditor.css
lib/seamonkey/chrome/devtools/skin/toolbars.css
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/toolbox.css
lib/seamonkey/chrome/devtools/skin/tooltip/arrow-horizontal-dark.png
lib/seamonkey/chrome/devtools/skin/tooltip/arrow-horizontal-dark@2x.png
lib/seamonkey/chrome/devtools/skin/tooltip/arrow-horizontal-light.png
lib/seamonkey/chrome/devtools/skin/tooltip/arrow-horizontal-light@2x.png
lib/seamonkey/chrome/devtools/skin/tooltip/arrow-vertical-dark.png
lib/seamonkey/chrome/devtools/skin/tooltip/arrow-vertical-dark@2x.png
lib/seamonkey/chrome/devtools/skin/tooltip/arrow-vertical-light.png
lib/seamonkey/chrome/devtools/skin/tooltip/arrow-vertical-light@2x.png
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/devtools/skin/tooltips.css
lib/seamonkey/chrome/devtools/skin/webaudioeditor.css
lib/seamonkey/chrome/devtools/skin/webconsole.css
lib/seamonkey/chrome/devtools/skin/widgets.css
lib/seamonkey/chrome/en-US/locale/en-US/alerts/alert.dtd
lib/seamonkey/chrome/en-US/locale/en-US/alerts/alert.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
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/askViewZoom.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/certError.dtd
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/console/console.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/console/console.properties
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/gopherAddon.dtd
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/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
seamonkey: Update to 2.53.3 Changelog: What's New in SeaMonkey 2.53.3 SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.53.2: The LaTex tool TexZilla, used for inserting Math, has been upgraded to 1.0.2. It is now possible to customize the toolbars in Composer and the formatting toolbar in Mailnews composition. All folders of an account can now be marked as read. There is now an option for not advertizing SeaMonkey at all in the user agent. The preference for hiding the toolbar and menubar grippies can now be changed from "Preferences->Appearance". The tab bar is now shown by default when only one tab is open bug 1634879. This change was needed as new users did not see either the tab bar or its "Open a new tab" button on a fresh installation. Existing users of the option "Hide the tab bar when only one tab is open" will need to make a one time only change in "Preferences->Browser->Tabbed Browsing" if they want to go back to the old setting. Update of help page content and links. SeaMonkey language packs are now version specific and will be disabled as part of the profile upgrade following the installation of a later version. Search Engines have been centralized and updated in bug 1300198. Address book now has updated IM fields, improved layout for card view pane, improved multi-word search, ability to search across multiple address books, more granular prompts when deleting items, print on the context menus and print button on the toolbar. Multimedia support has been updated in preparation of supporting more audio video formats in the next releases. For enhanced security the Rust multimedia parser is now used for this and the libstagefright package has been removed. SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.3 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.3 uses the same backend as Firefox and contains the relevant Firefox 60.4 security fixes. SeaMonkey 2.53.3 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 77 and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to.
2020-08-31 22:05:00 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/locationbar_search.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
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/menubar.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
seamonkey: Update to 2.53.3 Changelog: What's New in SeaMonkey 2.53.3 SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.53.2: The LaTex tool TexZilla, used for inserting Math, has been upgraded to 1.0.2. It is now possible to customize the toolbars in Composer and the formatting toolbar in Mailnews composition. All folders of an account can now be marked as read. There is now an option for not advertizing SeaMonkey at all in the user agent. The preference for hiding the toolbar and menubar grippies can now be changed from "Preferences->Appearance". The tab bar is now shown by default when only one tab is open bug 1634879. This change was needed as new users did not see either the tab bar or its "Open a new tab" button on a fresh installation. Existing users of the option "Hide the tab bar when only one tab is open" will need to make a one time only change in "Preferences->Browser->Tabbed Browsing" if they want to go back to the old setting. Update of help page content and links. SeaMonkey language packs are now version specific and will be disabled as part of the profile upgrade following the installation of a later version. Search Engines have been centralized and updated in bug 1300198. Address book now has updated IM fields, improved layout for card view pane, improved multi-word search, ability to search across multiple address books, more granular prompts when deleting items, print on the context menus and print button on the toolbar. Multimedia support has been updated in preparation of supporting more audio video formats in the next releases. For enhanced security the Rust multimedia parser is now used for this and the libstagefright package has been removed. SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.3 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.3 uses the same backend as Firefox and contains the relevant Firefox 60.4 security fixes. SeaMonkey 2.53.3 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 77 and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to.
2020-08-31 22:05:00 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/help/images/search_navigation_toolbar.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/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.dtd
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/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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/places/bookmarkProperties.properties
lib/seamonkey/chrome/en-US/locale/en-US/communicator/places/editBookmarkOverlay.dtd
lib/seamonkey/chrome/en-US/locale/en-US/communicator/places/places.dtd
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/pref/pref-media.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-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-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.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
seamonkey: Update to 2.53.3 Changelog: What's New in SeaMonkey 2.53.3 SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.53.2: The LaTex tool TexZilla, used for inserting Math, has been upgraded to 1.0.2. It is now possible to customize the toolbars in Composer and the formatting toolbar in Mailnews composition. All folders of an account can now be marked as read. There is now an option for not advertizing SeaMonkey at all in the user agent. The preference for hiding the toolbar and menubar grippies can now be changed from "Preferences->Appearance". The tab bar is now shown by default when only one tab is open bug 1634879. This change was needed as new users did not see either the tab bar or its "Open a new tab" button on a fresh installation. Existing users of the option "Hide the tab bar when only one tab is open" will need to make a one time only change in "Preferences->Browser->Tabbed Browsing" if they want to go back to the old setting. Update of help page content and links. SeaMonkey language packs are now version specific and will be disabled as part of the profile upgrade following the installation of a later version. Search Engines have been centralized and updated in bug 1300198. Address book now has updated IM fields, improved layout for card view pane, improved multi-word search, ability to search across multiple address books, more granular prompts when deleting items, print on the context menus and print button on the toolbar. Multimedia support has been updated in preparation of supporting more audio video formats in the next releases. For enhanced security the Rust multimedia parser is now used for this and the libstagefright package has been removed. SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.3 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.3 uses the same backend as Firefox and contains the relevant Firefox 60.4 security fixes. SeaMonkey 2.53.3 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 77 and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to.
2020-08-31 22:05:00 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/amazon.xml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/duckduckgo-en-US.xml
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/duckduckgo.xml
seamonkey: Update to 2.53.3 Changelog: What's New in SeaMonkey 2.53.3 SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.53.2: The LaTex tool TexZilla, used for inserting Math, has been upgraded to 1.0.2. It is now possible to customize the toolbars in Composer and the formatting toolbar in Mailnews composition. All folders of an account can now be marked as read. There is now an option for not advertizing SeaMonkey at all in the user agent. The preference for hiding the toolbar and menubar grippies can now be changed from "Preferences->Appearance". The tab bar is now shown by default when only one tab is open bug 1634879. This change was needed as new users did not see either the tab bar or its "Open a new tab" button on a fresh installation. Existing users of the option "Hide the tab bar when only one tab is open" will need to make a one time only change in "Preferences->Browser->Tabbed Browsing" if they want to go back to the old setting. Update of help page content and links. SeaMonkey language packs are now version specific and will be disabled as part of the profile upgrade following the installation of a later version. Search Engines have been centralized and updated in bug 1300198. Address book now has updated IM fields, improved layout for card view pane, improved multi-word search, ability to search across multiple address books, more granular prompts when deleting items, print on the context menus and print button on the toolbar. Multimedia support has been updated in preparation of supporting more audio video formats in the next releases. For enhanced security the Rust multimedia parser is now used for this and the libstagefright package has been removed. SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.3 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.3 uses the same backend as Firefox and contains the relevant Firefox 60.4 security fixes. SeaMonkey 2.53.3 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 77 and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to.
2020-08-31 22:05:00 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/ebay.xml
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/google.xml
seamonkey: Update to 2.53.3 Changelog: What's New in SeaMonkey 2.53.3 SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.53.2: The LaTex tool TexZilla, used for inserting Math, has been upgraded to 1.0.2. It is now possible to customize the toolbars in Composer and the formatting toolbar in Mailnews composition. All folders of an account can now be marked as read. There is now an option for not advertizing SeaMonkey at all in the user agent. The preference for hiding the toolbar and menubar grippies can now be changed from "Preferences->Appearance". The tab bar is now shown by default when only one tab is open bug 1634879. This change was needed as new users did not see either the tab bar or its "Open a new tab" button on a fresh installation. Existing users of the option "Hide the tab bar when only one tab is open" will need to make a one time only change in "Preferences->Browser->Tabbed Browsing" if they want to go back to the old setting. Update of help page content and links. SeaMonkey language packs are now version specific and will be disabled as part of the profile upgrade following the installation of a later version. Search Engines have been centralized and updated in bug 1300198. Address book now has updated IM fields, improved layout for card view pane, improved multi-word search, ability to search across multiple address books, more granular prompts when deleting items, print on the context menus and print button on the toolbar. Multimedia support has been updated in preparation of supporting more audio video formats in the next releases. For enhanced security the Rust multimedia parser is now used for this and the libstagefright package has been removed. SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.3 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.3 uses the same backend as Firefox and contains the relevant Firefox 60.4 security fixes. SeaMonkey 2.53.3 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 77 and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to.
2020-08-31 22:05:00 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/images/amazon.ico
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/images/duckduckgo.ico
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/images/ebay.ico
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/images/google.ico
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/images/startpage.ico
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/images/wikipedia.ico
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/images/yahoo.ico
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/list.json
seamonkey: Update to 2.53.6 CHangelog: What's New in SeaMonkey 2.53.6 SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.53.5.1: * Improve usability of multiple mailboxes/folders selectionbug 1600103. * Add Greek localisation (el). * Remove more RDF from mailnews code. * Switch to mozilla as topsrcdir and component for building is comm/suite now. * Rust support is now up to 1.48 and official build is now using 1.47.0 * Various security and general platform fixes. SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: * The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. * Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. * The layout panel was added to the CSS Grid tools. * TLS 1.3 is the default SSL version now. * The only NPAPI plugin which will work with SeaMonkey 2.53.6 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. * SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.6 uses the same backend as Firefox and contains the relevant Firefox 60.8 security fixes. SeaMonkey 2.53.6 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 78.6 ESR and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to. SeaMonkey-specific changes * SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to bug 1367257. Please try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox.
2021-02-08 13:26:20 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/startpage.xml
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/wikipedia.xml
lib/seamonkey/chrome/en-US/locale/en-US/communicator/searchplugins/yahoo.xml
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/communicator/sitePermissions.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/devtools/client/VariablesView.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/aboutdebugging.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/aboutdebugging.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/animationinspector.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/app-manager.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/appcacheutils.properties
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/boxmodel.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/components.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/connection-screen.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/connection-screen.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/debugger.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/debugger.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/device.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/dom.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/filterwidget.properties
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/font-inspector.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/graphs.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/har.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/inspector.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/jit-optimizations.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/jsonview.properties
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/key-shortcuts.properties
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/layout.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/markers.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/memory.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/menus.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/netmonitor.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/performance.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/performance.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/responsive.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/responsiveUI.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/scratchpad.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/scratchpad.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/shadereditor.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/shadereditor.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/shared.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/sourceeditor.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/sourceeditor.properties
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/startup.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/storage.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/storage.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/styleeditor.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/styleeditor.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/toolbox.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/toolbox.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/webConsole.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/webaudioeditor.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/webaudioeditor.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/webconsole.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/webide.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/client/webide.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/shared/csscoverage.dtd
lib/seamonkey/chrome/en-US/locale/en-US/devtools/shared/csscoverage.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/shared/debugger.properties
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/devtools/shared/eyedropper.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/shared/gcli.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/shared/gclicommands.properties
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/devtools/shared/shared.properties
lib/seamonkey/chrome/en-US/locale/en-US/devtools/shared/styleinspector.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/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/EditorInsertMath.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/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/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/aboutProfiles.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutProfiles.properties
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutReader.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutRights.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutServiceWorkers.properties
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutUrlClassifier.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutUrlClassifier.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/aboutWebrtc.properties
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/autocomplete.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/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/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/customizeToolbar.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/customizeToolbar.properties
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/global/datetimebox.dtd
lib/seamonkey/chrome/en-US/locale/en-US/global/datetimepicker.dtd
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/extensions.properties
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/global/fallbackMenubar.properties
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/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/narrate.properties
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
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/xslt/xslt.properties
lib/seamonkey/chrome/en-US/locale/en-US/global/xul.properties
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/helpviewer/help.dtd
lib/seamonkey/chrome/en-US/locale/en-US/helpviewer/help.properties
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/beckyImportMsgs.properties
lib/seamonkey/chrome/en-US/locale/en-US/messenger/charsetTitles.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/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/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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/messenger/newsError.dtd
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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/en-US/locale/en-US/messenger/removeAccount.dtd
lib/seamonkey/chrome/en-US/locale/en-US/messenger/removeAccount.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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/en-US/locale/en-US/messenger/tabmail.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.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/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/preferences/changemp.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-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/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/pluginproblem/pluginproblem.dtd
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
seamonkey: Update to 2.53.6 CHangelog: What's New in SeaMonkey 2.53.6 SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.53.5.1: * Improve usability of multiple mailboxes/folders selectionbug 1600103. * Add Greek localisation (el). * Remove more RDF from mailnews code. * Switch to mozilla as topsrcdir and component for building is comm/suite now. * Rust support is now up to 1.48 and official build is now using 1.47.0 * Various security and general platform fixes. SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: * The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. * Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. * The layout panel was added to the CSS Grid tools. * TLS 1.3 is the default SSL version now. * The only NPAPI plugin which will work with SeaMonkey 2.53.6 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. * SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.6 uses the same backend as Firefox and contains the relevant Firefox 60.8 security fixes. SeaMonkey 2.53.6 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 78.6 ESR and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to. SeaMonkey-specific changes * SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to bug 1367257. Please try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox.
2021-02-08 13:26:20 +01:00
lib/seamonkey/chrome/icons/default/chatzilla-window.png
lib/seamonkey/chrome/icons/default/chatzilla-window16.png
lib/seamonkey/chrome/icons/default/chatzilla-window48.png
lib/seamonkey/chrome/icons/default/default.png
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/icons/default/default128.png
lib/seamonkey/chrome/icons/default/default16.png
lib/seamonkey/chrome/icons/default/default48.png
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/icons/default/default64.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
seamonkey: Update to 2.53.6 CHangelog: What's New in SeaMonkey 2.53.6 SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.53.5.1: * Improve usability of multiple mailboxes/folders selectionbug 1600103. * Add Greek localisation (el). * Remove more RDF from mailnews code. * Switch to mozilla as topsrcdir and component for building is comm/suite now. * Rust support is now up to 1.48 and official build is now using 1.47.0 * Various security and general platform fixes. SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: * The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. * Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. * The layout panel was added to the CSS Grid tools. * TLS 1.3 is the default SSL version now. * The only NPAPI plugin which will work with SeaMonkey 2.53.6 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. * SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.6 uses the same backend as Firefox and contains the relevant Firefox 60.8 security fixes. SeaMonkey 2.53.6 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 78.6 ESR and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to. SeaMonkey-specific changes * SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to bug 1367257. Please try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox.
2021-02-08 13:26:20 +01:00
lib/seamonkey/chrome/icons/default/winInspectorMain.png
lib/seamonkey/chrome/icons/default/winInspectorMain16.png
lib/seamonkey/chrome/icons/default/winInspectorMain48.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/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/msgReadSMIMEOverlay.js
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
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/messenger/content/messenger/browserRequest.js
lib/seamonkey/chrome/messenger/content/messenger/browserRequest.xul
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/messenger/content/messenger/certpicker.js
lib/seamonkey/chrome/messenger/content/messenger/certpicker.xul
lib/seamonkey/chrome/messenger/content/messenger/charsetList.css
lib/seamonkey/chrome/messenger/content/messenger/charsetList.xml
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/messenger/content/messenger/folderPane.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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/EdColorPropsOverlay.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/askSendFormat.js
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/askSendFormat.xul
lib/seamonkey/chrome/messenger/content/messenger/messengercompose/mailComposeEditorOverlay.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/menulistCompactBindings.xml
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/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
seamonkey: Update to 2.53.6 CHangelog: What's New in SeaMonkey 2.53.6 SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.53.5.1: * Improve usability of multiple mailboxes/folders selectionbug 1600103. * Add Greek localisation (el). * Remove more RDF from mailnews code. * Switch to mozilla as topsrcdir and component for building is comm/suite now. * Rust support is now up to 1.48 and official build is now using 1.47.0 * Various security and general platform fixes. SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: * The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. * Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. * The layout panel was added to the CSS Grid tools. * TLS 1.3 is the default SSL version now. * The only NPAPI plugin which will work with SeaMonkey 2.53.6 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. * SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.6 uses the same backend as Firefox and contains the relevant Firefox 60.8 security fixes. SeaMonkey 2.53.6 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 78.6 ESR and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to. SeaMonkey-specific changes * SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to bug 1367257. Please try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox.
2021-02-08 13:26:20 +01:00
lib/seamonkey/chrome/messenger/content/messenger/msgSelectOfflineFolders.js
lib/seamonkey/chrome/messenger/content/messenger/msgSelectOfflineFolders.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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/messenger/content/messenger/newsError.xhtml
lib/seamonkey/chrome/messenger/content/messenger/nsDragAndDrop.js
lib/seamonkey/chrome/messenger/content/messenger/phishingDetector.js
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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/messenger/content/messenger/removeAccount.js
lib/seamonkey/chrome/messenger/content/messenger/removeAccount.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
seamonkey: Update to 2.53.6 CHangelog: What's New in SeaMonkey 2.53.6 SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.53.5.1: * Improve usability of multiple mailboxes/folders selectionbug 1600103. * Add Greek localisation (el). * Remove more RDF from mailnews code. * Switch to mozilla as topsrcdir and component for building is comm/suite now. * Rust support is now up to 1.48 and official build is now using 1.47.0 * Various security and general platform fixes. SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: * The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. * Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. * The layout panel was added to the CSS Grid tools. * TLS 1.3 is the default SSL version now. * The only NPAPI plugin which will work with SeaMonkey 2.53.6 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. * SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.6 uses the same backend as Firefox and contains the relevant Firefox 60.8 security fixes. SeaMonkey 2.53.6 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 78.6 ESR and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to. SeaMonkey-specific changes * SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to bug 1367257. Please try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox.
2021-02-08 13:26:20 +01:00
lib/seamonkey/chrome/messenger/content/messenger/virtualFolderListEdit.js
lib/seamonkey/chrome/messenger/content/messenger/virtualFolderListEdit.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/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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/pippki/content/pippki/certViewer.js
lib/seamonkey/chrome/pippki/content/pippki/certViewer.xul
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/pippki/content/pippki/changepassword.js
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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/pippki/content/pippki/editcacert.js
lib/seamonkey/chrome/pippki/content/pippki/editcacert.xul
lib/seamonkey/chrome/pippki/content/pippki/exceptionDialog.js
lib/seamonkey/chrome/pippki/content/pippki/exceptionDialog.xul
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/pippki/content/pippki/load_device.js
lib/seamonkey/chrome/pippki/content/pippki/load_device.xul
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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/pippki/content/pippki/setp12password.js
lib/seamonkey/chrome/pippki/content/pippki/setp12password.xul
lib/seamonkey/chrome/pippki/content/pippki/viewCertDetails.xul
lib/seamonkey/chrome/recording/content/recording.js
lib/seamonkey/chrome/recording/content/recording.xul
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/dummy.xul
lib/seamonkey/chrome/toolkit/content/extensions/ext-alarms.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-backgroundPage.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-browser-content.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-browserSettings.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-c-backgroundPage.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-c-extension.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-c-identity.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-c-runtime.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-c-storage.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-c-test.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-c-toolkit.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-contextualIdentities.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-cookies.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-downloads.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-extension.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-geolocation.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-i18n.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-identity.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-idle.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-management.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-notifications.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-permissions.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-privacy.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-protocolHandlers.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-proxy.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-runtime.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-storage.js
seamonkey: Update to 2.53.3 Changelog: What's New in SeaMonkey 2.53.3 SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.53.2: The LaTex tool TexZilla, used for inserting Math, has been upgraded to 1.0.2. It is now possible to customize the toolbars in Composer and the formatting toolbar in Mailnews composition. All folders of an account can now be marked as read. There is now an option for not advertizing SeaMonkey at all in the user agent. The preference for hiding the toolbar and menubar grippies can now be changed from "Preferences->Appearance". The tab bar is now shown by default when only one tab is open bug 1634879. This change was needed as new users did not see either the tab bar or its "Open a new tab" button on a fresh installation. Existing users of the option "Hide the tab bar when only one tab is open" will need to make a one time only change in "Preferences->Browser->Tabbed Browsing" if they want to go back to the old setting. Update of help page content and links. SeaMonkey language packs are now version specific and will be disabled as part of the profile upgrade following the installation of a later version. Search Engines have been centralized and updated in bug 1300198. Address book now has updated IM fields, improved layout for card view pane, improved multi-word search, ability to search across multiple address books, more granular prompts when deleting items, print on the context menus and print button on the toolbar. Multimedia support has been updated in preparation of supporting more audio video formats in the next releases. For enhanced security the Rust multimedia parser is now used for this and the libstagefright package has been removed. SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.3 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.3 uses the same backend as Firefox and contains the relevant Firefox 60.4 security fixes. SeaMonkey 2.53.3 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 77 and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to.
2020-08-31 22:05:00 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-tabs-base.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-theme.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-toolkit.js
seamonkey: Update to 2.53.3 Changelog: What's New in SeaMonkey 2.53.3 SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.53.2: The LaTex tool TexZilla, used for inserting Math, has been upgraded to 1.0.2. It is now possible to customize the toolbars in Composer and the formatting toolbar in Mailnews composition. All folders of an account can now be marked as read. There is now an option for not advertizing SeaMonkey at all in the user agent. The preference for hiding the toolbar and menubar grippies can now be changed from "Preferences->Appearance". The tab bar is now shown by default when only one tab is open bug 1634879. This change was needed as new users did not see either the tab bar or its "Open a new tab" button on a fresh installation. Existing users of the option "Hide the tab bar when only one tab is open" will need to make a one time only change in "Preferences->Browser->Tabbed Browsing" if they want to go back to the old setting. Update of help page content and links. SeaMonkey language packs are now version specific and will be disabled as part of the profile upgrade following the installation of a later version. Search Engines have been centralized and updated in bug 1300198. Address book now has updated IM fields, improved layout for card view pane, improved multi-word search, ability to search across multiple address books, more granular prompts when deleting items, print on the context menus and print button on the toolbar. Multimedia support has been updated in preparation of supporting more audio video formats in the next releases. For enhanced security the Rust multimedia parser is now used for this and the libstagefright package has been removed. SeaMonkey 2.53.3 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.3 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.3 uses the same backend as Firefox and contains the relevant Firefox 60.4 security fixes. SeaMonkey 2.53.3 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 77 and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to.
2020-08-31 22:05:00 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-toolkit.json
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/extensions/ext-topSites.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-webNavigation.js
lib/seamonkey/chrome/toolkit/content/extensions/ext-webRequest.js
lib/seamonkey/chrome/toolkit/content/extensions/schemas/alarms.json
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/browser_settings.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/contextual_identities.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/cookies.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/downloads.json
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/events.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/experiments.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/extension.json
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/extension_protocol_handlers.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/extension_types.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/i18n.json
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/identity.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/idle.json
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/management.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/manifest.json
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/native_host_manifest.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/notifications.json
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/permissions.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/privacy.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/proxy.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/runtime.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/storage.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/test.json
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/theme.json
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/top_sites.json
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/extensions/schemas/types.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/web_navigation.json
lib/seamonkey/chrome/toolkit/content/extensions/schemas/web_request.json
lib/seamonkey/chrome/toolkit/content/global/BrowserElementChild.js
lib/seamonkey/chrome/toolkit/content/global/BrowserElementChildPreload.js
lib/seamonkey/chrome/toolkit/content/global/BrowserElementCopyPaste.js
lib/seamonkey/chrome/toolkit/content/global/TopLevelVideoDocument.js
lib/seamonkey/chrome/toolkit/content/global/XPCNativeWrapper.js
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/toolkit/content/global/about.js
lib/seamonkey/chrome/toolkit/content/global/about.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutAbout.js
lib/seamonkey/chrome/toolkit/content/global/aboutAbout.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutCache.js
lib/seamonkey/chrome/toolkit/content/global/aboutCheckerboard.css
lib/seamonkey/chrome/toolkit/content/global/aboutCheckerboard.js
lib/seamonkey/chrome/toolkit/content/global/aboutCheckerboard.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/aboutPerformance.js
lib/seamonkey/chrome/toolkit/content/global/aboutPerformance.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutProfiles.js
lib/seamonkey/chrome/toolkit/content/global/aboutProfiles.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutRights.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutServiceWorkers.js
lib/seamonkey/chrome/toolkit/content/global/aboutServiceWorkers.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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/global/aboutUrlClassifier.css
lib/seamonkey/chrome/toolkit/content/global/aboutUrlClassifier.js
lib/seamonkey/chrome/toolkit/content/global/aboutUrlClassifier.xhtml
lib/seamonkey/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.css
lib/seamonkey/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.html
lib/seamonkey/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/global/backgroundPageThumbs.xhtml
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/global/bindings/calendar.js
lib/seamonkey/chrome/toolkit/content/global/bindings/checkbox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/colorpicker.xml
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/global/bindings/datekeeper.js
lib/seamonkey/chrome/toolkit/content/global/bindings/datepicker.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/global/bindings/datetimebox.css
lib/seamonkey/chrome/toolkit/content/global/bindings/datetimebox.xml
lib/seamonkey/chrome/toolkit/content/global/bindings/datetimepicker.xml
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/global/bindings/datetimepopup.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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/global/bindings/spinner.js
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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/global/bindings/timekeeper.js
lib/seamonkey/chrome/toolkit/content/global/bindings/timepicker.js
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/browser-content.js
lib/seamonkey/chrome/toolkit/content/global/buildconfig.html
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/contentAreaUtils.js
lib/seamonkey/chrome/toolkit/content/global/customizeToolbar.css
lib/seamonkey/chrome/toolkit/content/global/customizeToolbar.js
lib/seamonkey/chrome/toolkit/content/global/customizeToolbar.xul
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/global/datepicker.xhtml
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
lib/seamonkey/chrome/toolkit/content/global/globalOverlay.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/global/gmp-sources/openh264.json
lib/seamonkey/chrome/toolkit/content/global/gmp-sources/widevinecdm.json
lib/seamonkey/chrome/toolkit/content/global/license.html
lib/seamonkey/chrome/toolkit/content/global/manifestMessages.js
lib/seamonkey/chrome/toolkit/content/global/menulist.css
lib/seamonkey/chrome/toolkit/content/global/minimal-xul.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/platformHTMLBindings.xml
lib/seamonkey/chrome/toolkit/content/global/plugins.css
lib/seamonkey/chrome/toolkit/content/global/plugins.html
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/process-content.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/toolkit/content/global/reader/aboutReader.html
lib/seamonkey/chrome/toolkit/content/global/reader/aboutReader.js
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
lib/seamonkey/chrome/toolkit/content/global/selectDialog.js
lib/seamonkey/chrome/toolkit/content/global/selectDialog.xul
lib/seamonkey/chrome/toolkit/content/global/simplifyMode.css
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/textbox.css
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/content/global/timepicker.xhtml
lib/seamonkey/chrome/toolkit/content/global/treeUtils.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/global/unifiedcomplete-top-urls.json
lib/seamonkey/chrome/toolkit/content/global/viewPartialSource.js
lib/seamonkey/chrome/toolkit/content/global/viewPartialSource.xul
lib/seamonkey/chrome/toolkit/content/global/viewSource-content.js
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/global/win.xul
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/mozapps/downloads/unknownContentType.xul
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/OpenH264-license.txt
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.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
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/toolkit/content/mozapps/extensions/gmpPrefs.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/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/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/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/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/recipes.json
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/content/preferences.properties
lib/seamonkey/chrome/toolkit/content/providers.json
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/pluginproblem/pluginProblem.xml
lib/seamonkey/chrome/toolkit/pluginproblem/pluginProblemBinding.css
lib/seamonkey/chrome/toolkit/pluginproblem/pluginProblemContent.css
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/pluginproblem/pluginReplaceBinding.css
lib/seamonkey/chrome/toolkit/res/accessiblecaret-normal@1.5x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-normal@1x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-normal@2.25x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-normal@2x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-tilt-left@1.5x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-tilt-left@1x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-tilt-left@2.25x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-tilt-left@2x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-tilt-right@1.5x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-tilt-right@1x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-tilt-right@2.25x.png
lib/seamonkey/chrome/toolkit/res/accessiblecaret-tilt-right@2x.png
lib/seamonkey/chrome/toolkit/res/arrow-left.gif
lib/seamonkey/chrome/toolkit/res/arrow-right.gif
lib/seamonkey/chrome/toolkit/res/arrow.gif
lib/seamonkey/chrome/toolkit/res/arrowd-left.gif
lib/seamonkey/chrome/toolkit/res/arrowd-right.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/counterstyles.css
lib/seamonkey/chrome/toolkit/res/forms.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/noframes.css
lib/seamonkey/chrome/toolkit/res/noscript.css
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/toolkit/res/number-control.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
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/aboutReader.css
lib/seamonkey/chrome/toolkit/skin/classic/global/aboutReaderContent.css
lib/seamonkey/chrome/toolkit/skin/classic/global/aboutReaderControls.css
lib/seamonkey/chrome/toolkit/skin/classic/global/aboutSupport.css
lib/seamonkey/chrome/toolkit/skin/classic/global/alerts/alert-common.css
lib/seamonkey/chrome/toolkit/skin/classic/global/alerts/alert.css
lib/seamonkey/chrome/toolkit/skin/classic/global/appPicker.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.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.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.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.gif
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal-themed.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical-themed.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/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/customizeToolbar.css
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/datetimeinputpickers.css
lib/seamonkey/chrome/toolkit/skin/classic/global/datetimepicker.css
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/datetimepopup.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/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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/filters.svg
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/Minimize.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/Restore.gif
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/autocomplete-search.svg
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/blocked.svg
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/calendar-arrow-left.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/calendar-arrow-right.svg
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/close.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/error-16.png
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/find-next-arrow.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/find-previous-arrow.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/info.svg
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/input-clear.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/loading.png
2017-08-19 01:55:07 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/loading@2x.png
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/menubutton-dropmarker.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/question-16.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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/search-textbox.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/spinner-arrow-down.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/spinner-arrow-up.svg
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-64.png
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/icons/warning.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/in-content/check-partial.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/in-content/check.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/in-content/common.css
lib/seamonkey/chrome/toolkit/skin/classic/global/in-content/dropdown.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/in-content/help-glyph.svg
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/in-content/info-pages.css
lib/seamonkey/chrome/toolkit/skin/classic/global/in-content/radio.svg
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/media/audioMutedButton.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/media/audioNoAudioButton.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/media/audioUnmutedButton.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-off.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-on.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/media/error.png
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/media/fullscreenEnterButton.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/media/fullscreenExitButton.svg
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/media/pauseButton.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/media/playButton.svg
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/videocontrols.css
lib/seamonkey/chrome/toolkit/skin/classic/global/menu.css
lib/seamonkey/chrome/toolkit/skin/classic/global/menu/shared-menu-check-active.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/menu/shared-menu-check-black.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/menu/shared-menu-check-hover.svg
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/menu/shared-menu-check.png
lib/seamonkey/chrome/toolkit/skin/classic/global/menu/shared-menu-check@2x.png
lib/seamonkey/chrome/toolkit/skin/classic/global/menulist.css
lib/seamonkey/chrome/toolkit/skin/classic/global/narrate.css
lib/seamonkey/chrome/toolkit/skin/classic/global/narrate/arrow.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/narrate/back.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/narrate/fast.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/narrate/forward.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/narrate/slow.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/narrate/start.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/narrate/stop.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/narrateControls.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/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
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/reader/RM-Close-24x24.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Minus-42x16.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Plus-44x16.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Minus-38x14.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Plus-38x24.svg
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/global/reader/RM-Minus-24x24.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg
lib/seamonkey/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg
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/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-inverted.png
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
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/aboutProfiles.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.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/unknownContentType.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/about.css
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.svg
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.svg
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.svg
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.svg
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
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/category-legacy.svg
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-service.png
2012-03-19 15:41:45 +01:00
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/experimentGeneric.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.svg
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css
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/themeGeneric.png
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/update.css
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/extensions/utilities.svg
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/handling/handling.css
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.svg
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
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/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/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/webide/content/addons.js
lib/seamonkey/chrome/webide/content/addons.xhtml
lib/seamonkey/chrome/webide/content/details.js
lib/seamonkey/chrome/webide/content/details.xhtml
lib/seamonkey/chrome/webide/content/devicepreferences.js
lib/seamonkey/chrome/webide/content/devicepreferences.xhtml
lib/seamonkey/chrome/webide/content/newapp.js
lib/seamonkey/chrome/webide/content/newapp.xul
lib/seamonkey/chrome/webide/content/prefs.js
lib/seamonkey/chrome/webide/content/prefs.xhtml
lib/seamonkey/chrome/webide/content/project-listing.js
lib/seamonkey/chrome/webide/content/project-listing.xhtml
lib/seamonkey/chrome/webide/content/project-panel.js
lib/seamonkey/chrome/webide/content/runtime-listing.js
lib/seamonkey/chrome/webide/content/runtime-listing.xhtml
lib/seamonkey/chrome/webide/content/runtime-panel.js
lib/seamonkey/chrome/webide/content/runtimedetails.js
lib/seamonkey/chrome/webide/content/runtimedetails.xhtml
lib/seamonkey/chrome/webide/content/webide.js
lib/seamonkey/chrome/webide/content/webide.xul
lib/seamonkey/chrome/webide/content/wifi-auth.js
lib/seamonkey/chrome/webide/content/wifi-auth.xhtml
lib/seamonkey/chrome/webide/skin/addons.css
lib/seamonkey/chrome/webide/skin/config-view.css
lib/seamonkey/chrome/webide/skin/deck.css
lib/seamonkey/chrome/webide/skin/default-app-icon.png
lib/seamonkey/chrome/webide/skin/details.css
lib/seamonkey/chrome/webide/skin/icons.png
lib/seamonkey/chrome/webide/skin/newapp.css
lib/seamonkey/chrome/webide/skin/noise.png
lib/seamonkey/chrome/webide/skin/panel-listing.css
lib/seamonkey/chrome/webide/skin/rocket.svg
lib/seamonkey/chrome/webide/skin/runtimedetails.css
lib/seamonkey/chrome/webide/skin/throbber.svg
lib/seamonkey/chrome/webide/skin/webide.css
lib/seamonkey/chrome/webide/skin/wifi-auth.css
lib/seamonkey/components/BrowserElementParent.js
lib/seamonkey/components/ColorAnalyzer.js
lib/seamonkey/components/ConsoleAPIStorage.js
lib/seamonkey/components/ContentProcessSingleton.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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/components/EditorUtils.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/MainProcessSingleton.js
lib/seamonkey/components/NetworkGeolocationProvider.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/components/NotificationStorage.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/components/PageIconProtocolHandler.js
lib/seamonkey/components/PageThumbsProtocol.js
${PLIST.webrtc}lib/seamonkey/components/PeerConnection.js
lib/seamonkey/components/PlacesCategoriesStarter.js
lib/seamonkey/components/PresentationControlService.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/components/ProcessSelector.js
lib/seamonkey/components/Push.js
lib/seamonkey/components/PushComponents.js
lib/seamonkey/components/SecurityReporter.js
lib/seamonkey/components/SlowScriptDebug.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/TooltipTextProvider.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/components/UAOverridesBootstrapper.js
lib/seamonkey/components/UnifiedComplete.js
lib/seamonkey/components/WebContentConverter.js
lib/seamonkey/components/WebVTTParserWrapper.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/components/WellKnownOpportunisticUtils.js
lib/seamonkey/components/XULStore.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/components/aboutdebugging-registration.js
lib/seamonkey/components/addonManager.js
lib/seamonkey/components/amContentHandler.js
lib/seamonkey/components/amInstallTrigger.js
lib/seamonkey/components/captivedetect.js
lib/seamonkey/components/components.manifest
lib/seamonkey/components/contentAreaDropListener.js
lib/seamonkey/components/crypto-SDR.js
lib/seamonkey/components/devtools-startup.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/components/extension-process-script.js
lib/seamonkey/components/folderLookupService.js
lib/seamonkey/components/glautocomp.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/components/htmlMenuBuilder.js
lib/seamonkey/components/interfaces.xpt
lib/seamonkey/components/jsconsole-clhandler.js
lib/seamonkey/components/jsmimeemitter.js
lib/seamonkey/components/mdn-service.js
lib/seamonkey/components/mimeJSComponents.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/components/mozIntl.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/components/mozProtocolHandler.js
lib/seamonkey/components/msgAsyncPrompter.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/components/msgOAuth2Module.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/components/multiprocessShims.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/nsAsyncShutdown.js
lib/seamonkey/components/nsBlocklistService.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/components/nsBlocklistServiceContent.js
lib/seamonkey/components/nsBrowserContentHandler.js
lib/seamonkey/components/nsComposerCmdLineHandler.js
lib/seamonkey/components/nsContentDispatchChooser.js
lib/seamonkey/components/nsContentPrefService.js
lib/seamonkey/components/nsCrashMonitor.js
lib/seamonkey/components/nsDefaultCLH.js
lib/seamonkey/components/nsFilePicker.js
lib/seamonkey/components/nsFormAutoComplete.js
lib/seamonkey/components/nsGopherProtocolStubHandler.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/components/nsHandlerService-json.js
lib/seamonkey/components/nsHandlerService.js
lib/seamonkey/components/nsHelperAppDlg.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/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/recording-cmdline.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/components/simpleServices.js
lib/seamonkey/components/smileApplication.js
lib/seamonkey/components/smime-service.js
lib/seamonkey/components/storage-json.js
lib/seamonkey/components/txEXSLTRegExFunctions.js
lib/seamonkey/defaults/autoconfig/prefcalls.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/defaults/blocklists/addons.json
lib/seamonkey/defaults/blocklists/certificates.json
lib/seamonkey/defaults/blocklists/gfx.json
lib/seamonkey/defaults/blocklists/plugins.json
lib/seamonkey/defaults/messenger/mailViews.dat
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/defaults/permissions
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/defaults/pinning/pins.json
lib/seamonkey/defaults/pref/channel-prefs.js
lib/seamonkey/defaults/pref/composer.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/defaults/pref/debugger.js
lib/seamonkey/defaults/pref/devtools.js
lib/seamonkey/defaults/pref/mailnews.js
lib/seamonkey/defaults/pref/mdn.js
lib/seamonkey/defaults/pref/smime.js
lib/seamonkey/defaults/pref/suite-l10n.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/defaults/pref/suite-prefs.js
lib/seamonkey/defaults/pref/webide-prefs.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/mimeTypes.rdf
lib/seamonkey/defaults/profile/panels.rdf
lib/seamonkey/dependentlibs.list
lib/seamonkey/dictionaries/en-US.aff
lib/seamonkey/dictionaries/en-US.dic
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}.xpi
lib/seamonkey/extensions/modern@themes.mozilla.org.xpi
lib/seamonkey/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
lib/seamonkey/greprefs.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/gtk2/libmozgtk.so
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_pl.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/liblgpllibs.so
seamonkey: Update to 2.53.6 CHangelog: What's New in SeaMonkey 2.53.6 SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.53.5.1: * Improve usability of multiple mailboxes/folders selectionbug 1600103. * Add Greek localisation (el). * Remove more RDF from mailnews code. * Switch to mozilla as topsrcdir and component for building is comm/suite now. * Rust support is now up to 1.48 and official build is now using 1.47.0 * Various security and general platform fixes. SeaMonkey 2.53.6 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: * The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. * Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. * The layout panel was added to the CSS Grid tools. * TLS 1.3 is the default SSL version now. * The only NPAPI plugin which will work with SeaMonkey 2.53.6 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. For displaying pdf files in the browser you can use pdf.js-seamonkey from Isaac Schemm. * SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.6 uses the same backend as Firefox and contains the relevant Firefox 60.8 security fixes. SeaMonkey 2.53.6 shares most parts of the mail and news code with Thunderbird. Please read the Thunderbird 60.0 release notes for specific changes and security fixes in this release. Additional important security fixes up to Current Firefox 78.6 ESR and a few enhancements have been backported. We will continue to enhance SeaMonkey security in subsequent 2.53.x beta and release versions as fast as we are able to. SeaMonkey-specific changes * SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to bug 1367257. Please try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox.
2021-02-08 13:26:20 +01:00
lib/seamonkey/libmozavcodec.so
lib/seamonkey/libmozavutil.so
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/libmozgtk.so
lib/seamonkey/libmozsqlite3.so
2012-03-19 15:41:45 +01:00
lib/seamonkey/libprldap60.so
lib/seamonkey/libxul.so
lib/seamonkey/license.txt
lib/seamonkey/modules/ABQueryUtils.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/AboutReader.jsm
lib/seamonkey/modules/AddonManager.jsm
lib/seamonkey/modules/AppConstants.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/AppMenuNotifications.jsm
lib/seamonkey/modules/AsyncPrefs.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
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/AutoCompletePopup.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/BackgroundPageThumbs.jsm
lib/seamonkey/modules/BinarySearch.jsm
lib/seamonkey/modules/BookmarkHTMLUtils.jsm
lib/seamonkey/modules/BookmarkJSONUtils.jsm
lib/seamonkey/modules/Bookmarks.jsm
lib/seamonkey/modules/BrowserElementPromptService.jsm
lib/seamonkey/modules/BrowserUtils.jsm
lib/seamonkey/modules/CanonicalJSON.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/ClientID.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/CloudStorage.jsm
lib/seamonkey/modules/ClusterLib.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/Color.jsm
lib/seamonkey/modules/ColorAnalyzer_worker.js
lib/seamonkey/modules/ColorConversion.js
lib/seamonkey/modules/CommonDialog.jsm
lib/seamonkey/modules/CompatWarning.jsm
lib/seamonkey/modules/Console.jsm
lib/seamonkey/modules/ContentPrefInstance.jsm
lib/seamonkey/modules/ContentPrefService2.jsm
lib/seamonkey/modules/ContentPrefServiceChild.jsm
lib/seamonkey/modules/ContentPrefServiceParent.jsm
lib/seamonkey/modules/ContentPrefStore.jsm
lib/seamonkey/modules/ContentPrefUtils.jsm
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/ContextualIdentityService.jsm
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/CrashMonitor.jsm
lib/seamonkey/modules/Credentials.jsm
lib/seamonkey/modules/DNSPacket.jsm
lib/seamonkey/modules/DNSRecord.jsm
lib/seamonkey/modules/DNSResourceRecord.jsm
lib/seamonkey/modules/DNSTypes.jsm
lib/seamonkey/modules/DOMRequestHelper.jsm
lib/seamonkey/modules/DataReader.jsm
lib/seamonkey/modules/DataWriter.jsm
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/DateTimePickerHelper.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
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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/DownloadHistory.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/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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/DownloadsCommon.jsm
lib/seamonkey/modules/DownloadsTaskbar.jsm
lib/seamonkey/modules/E10SUtils.jsm
lib/seamonkey/modules/EventEmitter.jsm
lib/seamonkey/modules/Extension.jsm
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/ExtensionChild.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/ExtensionChildDevToolsUtils.jsm
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/ExtensionCommon.jsm
lib/seamonkey/modules/ExtensionContent.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/ExtensionPageChild.jsm
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/ExtensionParent.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/ExtensionPermissions.jsm
lib/seamonkey/modules/ExtensionPreferencesManager.jsm
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/ExtensionSearchHandler.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/ExtensionSettingsStore.jsm
lib/seamonkey/modules/ExtensionStorage.jsm
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/ExtensionStorageSync.jsm
lib/seamonkey/modules/ExtensionUtils.jsm
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/FeedUtils.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/Feeds.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
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/FinderHighlighter.jsm
lib/seamonkey/modules/FinderIterator.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
lib/seamonkey/modules/FormData.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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/FormLikeFactory.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
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/FxAccountsCommon.js
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/FxAccountsConfig.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/FxAccountsOAuthGrantClient.jsm
lib/seamonkey/modules/FxAccountsProfile.jsm
lib/seamonkey/modules/FxAccountsProfileClient.jsm
lib/seamonkey/modules/FxAccountsStorage.jsm
lib/seamonkey/modules/FxAccountsWebChannel.jsm
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/GCTelemetry.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/GMPExtractorWorker.js
lib/seamonkey/modules/GMPInstallManager.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/GMPUtils.jsm
lib/seamonkey/modules/Geometry.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/HiddenFrame.jsm
lib/seamonkey/modules/History.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/ImageObjectProcessor.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/IndexedDB.jsm
lib/seamonkey/modules/IndexedDBHelper.jsm
lib/seamonkey/modules/InlineSpellChecker.jsm
lib/seamonkey/modules/InlineSpellCheckerContent.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/Integration.jsm
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/JSONFile.jsm
lib/seamonkey/modules/JXON.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/LegacyExtensionsUtils.jsm
lib/seamonkey/modules/LightweightThemeConsumer.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/Locale.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/Log.jsm
lib/seamonkey/modules/LoginHelper.jsm
lib/seamonkey/modules/LoginImport.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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/LoginManagerContextMenu.jsm
lib/seamonkey/modules/LoginManagerParent.jsm
lib/seamonkey/modules/LoginRecipes.jsm
lib/seamonkey/modules/LoginStore.jsm
lib/seamonkey/modules/MailUtils.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/Manifest.jsm
lib/seamonkey/modules/ManifestFinder.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/ManifestIcons.jsm
lib/seamonkey/modules/ManifestObtainer.jsm
lib/seamonkey/modules/ManifestProcessor.jsm
lib/seamonkey/modules/MatchPattern.jsm
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/Memory.jsm
lib/seamonkey/modules/MessageChannel.jsm
lib/seamonkey/modules/MulticastDNS.jsm
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/NLP.jsm
lib/seamonkey/modules/NativeMessaging.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/OAuth2.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/OAuth2Providers.jsm
lib/seamonkey/modules/OSCrypto.jsm
lib/seamonkey/modules/ObjectUtils.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/OpenInTabsUtils.jsm
lib/seamonkey/modules/PageMenu.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/PageMetadata.jsm
lib/seamonkey/modules/PageThumbUtils.jsm
lib/seamonkey/modules/PageThumbs.jsm
lib/seamonkey/modules/PageThumbsWorker.js
lib/seamonkey/modules/PerfMeasurement.jsm
lib/seamonkey/modules/PerformanceStats-content.js
lib/seamonkey/modules/PerformanceStats.jsm
lib/seamonkey/modules/PerformanceWatcher-content.js
lib/seamonkey/modules/PerformanceWatcher.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/PermissionUI.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.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/PlacesRemoteTabsAutocompleteProvider.jsm
lib/seamonkey/modules/PlacesSearchAutocompleteProvider.jsm
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/PlacesSyncUtils.jsm
lib/seamonkey/modules/PlacesTransactions.jsm
lib/seamonkey/modules/PlacesUIUtils.jsm
lib/seamonkey/modules/PlacesUtils.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
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/Prefetcher.jsm
lib/seamonkey/modules/PrivateBrowsingUtils.jsm
lib/seamonkey/modules/ProfileAge.jsm
lib/seamonkey/modules/Promise-backend.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/Promise.jsm
lib/seamonkey/modules/PromiseMessage.jsm
lib/seamonkey/modules/PromiseUtils.jsm
lib/seamonkey/modules/PromiseWorker.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/ProxyScriptContext.jsm
lib/seamonkey/modules/PushCrypto.jsm
lib/seamonkey/modules/PushDB.jsm
lib/seamonkey/modules/PushRecord.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
lib/seamonkey/modules/PushServiceHttp2.jsm
lib/seamonkey/modules/PushServiceWebSocket.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/ReaderMode.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/RecentWindow.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
lib/seamonkey/modules/RemotePageManager.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.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
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/ResponsivenessMonitor.jsm
lib/seamonkey/modules/RokuApp.jsm
lib/seamonkey/modules/SafeBrowsing.jsm
lib/seamonkey/modules/Sanitizer.jsm
lib/seamonkey/modules/Schemas.jsm
lib/seamonkey/modules/ScrollPosition.jsm
lib/seamonkey/modules/SearchStaticData.jsm
lib/seamonkey/modules/SearchSuggestionController.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
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/ServiceRequest.jsm
lib/seamonkey/modules/Services.jsm
lib/seamonkey/modules/SharedPromptUtils.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/ShellService.jsm
lib/seamonkey/modules/ShimWaiver.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
lib/seamonkey/modules/SimpleServiceDiscovery.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/SitePermissions.jsm
lib/seamonkey/modules/Sqlite.jsm
lib/seamonkey/modules/StringBundle.js
lib/seamonkey/modules/Subprocess.jsm
lib/seamonkey/modules/Task.jsm
lib/seamonkey/modules/TelemetryArchive.jsm
lib/seamonkey/modules/TelemetryController.jsm
lib/seamonkey/modules/TelemetryEnvironment.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/TelemetryHealthPing.jsm
lib/seamonkey/modules/TelemetryLog.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/TelemetryModules.jsm
lib/seamonkey/modules/TelemetryReportingPolicy.jsm
lib/seamonkey/modules/TelemetrySend.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/TelemetrySession.jsm
lib/seamonkey/modules/TelemetryStopwatch.jsm
lib/seamonkey/modules/TelemetryStorage.jsm
lib/seamonkey/modules/TelemetryTimestamps.jsm
lib/seamonkey/modules/TelemetryUtils.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
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/UpdatePing.jsm
lib/seamonkey/modules/UpdateUtils.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/ValueExtractor.jsm
lib/seamonkey/modules/ViewSourceBrowser.jsm
lib/seamonkey/modules/WebChannel.jsm
lib/seamonkey/modules/WebNavigation.jsm
lib/seamonkey/modules/WebNavigationContent.js
lib/seamonkey/modules/WebNavigationFrames.jsm
lib/seamonkey/modules/WebRequest.jsm
lib/seamonkey/modules/WebRequestCommon.jsm
lib/seamonkey/modules/WebRequestContent.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/WebRequestUpload.jsm
lib/seamonkey/modules/WindowDraggingUtils.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/XPCOMUtils.jsm
lib/seamonkey/modules/ZipUtils.jsm
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
lib/seamonkey/modules/accessibility/ContentControl.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
lib/seamonkey/modules/accessibility/Gestures.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/PointerAdapter.jsm
lib/seamonkey/modules/accessibility/Presentation.jsm
lib/seamonkey/modules/accessibility/Traversal.jsm
lib/seamonkey/modules/accessibility/Utils.jsm
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/addons/APIExtensionBootstrap.js
lib/seamonkey/modules/addons/AddonRepository.jsm
lib/seamonkey/modules/addons/AddonRepository_SQLiteMigrator.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/addons/AddonSettings.jsm
lib/seamonkey/modules/addons/AddonUpdateChecker.jsm
lib/seamonkey/modules/addons/Content.js
lib/seamonkey/modules/addons/E10SAddonsRollout.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/addons/GMPProvider.jsm
lib/seamonkey/modules/addons/LightweightThemeImageOptimizer.jsm
lib/seamonkey/modules/addons/PluginProvider.jsm
lib/seamonkey/modules/addons/ProductAddonChecker.jsm
lib/seamonkey/modules/addons/SpellCheckDictionaryBootstrap.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/addons/XPIInstall.jsm
lib/seamonkey/modules/addons/XPIProvider.jsm
lib/seamonkey/modules/addons/XPIProviderUtils.js
lib/seamonkey/modules/commonjs/dev/debuggee.js
lib/seamonkey/modules/commonjs/dev/frame-script.js
lib/seamonkey/modules/commonjs/dev/panel.js
lib/seamonkey/modules/commonjs/dev/panel/view.js
lib/seamonkey/modules/commonjs/dev/ports.js
lib/seamonkey/modules/commonjs/dev/theme.js
lib/seamonkey/modules/commonjs/dev/theme/hooks.js
lib/seamonkey/modules/commonjs/dev/toolbox.js
lib/seamonkey/modules/commonjs/dev/utils.js
lib/seamonkey/modules/commonjs/dev/volcan.js
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/diffpatcher/diff.js
lib/seamonkey/modules/commonjs/diffpatcher/index.js
lib/seamonkey/modules/commonjs/diffpatcher/patch.js
lib/seamonkey/modules/commonjs/diffpatcher/rebase.js
lib/seamonkey/modules/commonjs/diffpatcher/test/common.js
lib/seamonkey/modules/commonjs/diffpatcher/test/diff.js
lib/seamonkey/modules/commonjs/diffpatcher/test/index.js
lib/seamonkey/modules/commonjs/diffpatcher/test/patch.js
lib/seamonkey/modules/commonjs/diffpatcher/test/tap.js
lib/seamonkey/modules/commonjs/framescript/FrameScriptManager.jsm
lib/seamonkey/modules/commonjs/framescript/content.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/commonjs/framescript/context-menu.js
lib/seamonkey/modules/commonjs/framescript/manager.js
lib/seamonkey/modules/commonjs/framescript/util.js
lib/seamonkey/modules/commonjs/index.js
lib/seamonkey/modules/commonjs/jetpack-id/index.js
lib/seamonkey/modules/commonjs/method/core.js
lib/seamonkey/modules/commonjs/method/test/browser.js
lib/seamonkey/modules/commonjs/method/test/common.js
lib/seamonkey/modules/commonjs/mozilla-toolkit-versioning/index.js
lib/seamonkey/modules/commonjs/mozilla-toolkit-versioning/lib/utils.js
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/node/os.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/commonjs/sdk/addon/bootstrap.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/manager.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
lib/seamonkey/modules/commonjs/sdk/content/context-menu.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/l10n-html.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/page-mod.js
lib/seamonkey/modules/commonjs/sdk/content/page-worker.js
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/sdk/content/sandbox.js
lib/seamonkey/modules/commonjs/sdk/content/sandbox/events.js
lib/seamonkey/modules/commonjs/sdk/content/tab-events.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-child.js
lib/seamonkey/modules/commonjs/sdk/content/worker.js
lib/seamonkey/modules/commonjs/sdk/context-menu.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/commonjs/sdk/context-menu/context.js
lib/seamonkey/modules/commonjs/sdk/context-menu/core.js
lib/seamonkey/modules/commonjs/sdk/context-menu/readers.js
lib/seamonkey/modules/commonjs/sdk/context-menu@2.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/observer.js
lib/seamonkey/modules/commonjs/sdk/core/promise.js
lib/seamonkey/modules/commonjs/sdk/core/reference.js
lib/seamonkey/modules/commonjs/sdk/deprecated/api-utils.js
lib/seamonkey/modules/commonjs/sdk/deprecated/events/assembler.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/commonjs/sdk/deprecated/sync-worker.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-shimmed.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.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/sdk/input/browser.js
lib/seamonkey/modules/commonjs/sdk/input/customizable-ui.js
lib/seamonkey/modules/commonjs/sdk/input/frame.js
lib/seamonkey/modules/commonjs/sdk/input/system.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/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/json/core.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/l10n/properties/core.js
lib/seamonkey/modules/commonjs/sdk/lang/functional.js
lib/seamonkey/modules/commonjs/sdk/lang/functional/concurrent.js
lib/seamonkey/modules/commonjs/sdk/lang/functional/core.js
lib/seamonkey/modules/commonjs/sdk/lang/functional/helpers.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/messaging.js
lib/seamonkey/modules/commonjs/sdk/model/core.js
lib/seamonkey/modules/commonjs/sdk/net/url.js
lib/seamonkey/modules/commonjs/sdk/net/xhr.js
lib/seamonkey/modules/commonjs/sdk/notifications.js
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/sdk/output/system.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/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/native-options.js
lib/seamonkey/modules/commonjs/sdk/preferences/service.js
lib/seamonkey/modules/commonjs/sdk/preferences/utils.js
lib/seamonkey/modules/commonjs/sdk/private-browsing.js
lib/seamonkey/modules/commonjs/sdk/private-browsing/utils.js
lib/seamonkey/modules/commonjs/sdk/querystring.js
lib/seamonkey/modules/commonjs/sdk/remote/child.js
lib/seamonkey/modules/commonjs/sdk/remote/core.js
lib/seamonkey/modules/commonjs/sdk/remote/parent.js
lib/seamonkey/modules/commonjs/sdk/remote/utils.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/child_process.js
lib/seamonkey/modules/commonjs/sdk/system/child_process/subprocess.js
lib/seamonkey/modules/commonjs/sdk/system/environment.js
lib/seamonkey/modules/commonjs/sdk/system/events-shimmed.js
lib/seamonkey/modules/commonjs/sdk/system/events.js
lib/seamonkey/modules/commonjs/sdk/system/globals.js
lib/seamonkey/modules/commonjs/sdk/system/process.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.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/commonjs/sdk/system/xul-app.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/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/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
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/sdk/test/memory.js
lib/seamonkey/modules/commonjs/sdk/test/options.js
lib/seamonkey/modules/commonjs/sdk/test/runner.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
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/sdk/ui/button/action.js
lib/seamonkey/modules/commonjs/sdk/ui/button/contract.js
lib/seamonkey/modules/commonjs/sdk/ui/button/toggle.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/button/view.js
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/sdk/ui/button/view/events.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/commonjs/sdk/ui/component.js
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/sdk/ui/frame.js
lib/seamonkey/modules/commonjs/sdk/ui/frame/model.js
lib/seamonkey/modules/commonjs/sdk/ui/frame/view.html
lib/seamonkey/modules/commonjs/sdk/ui/frame/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
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/sdk/ui/state/events.js
lib/seamonkey/modules/commonjs/sdk/ui/toolbar.js
lib/seamonkey/modules/commonjs/sdk/ui/toolbar/model.js
lib/seamonkey/modules/commonjs/sdk/ui/toolbar/view.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/commonjs/sdk/uri/resource.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
lib/seamonkey/modules/commonjs/sdk/util/dispatcher.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
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
Update to 2.26.1 Changelog: SeaMonkey-specific changes The delimiter for forwarded messages can now be configured. An option to not strip signatures on reply has been added to prevent top signatures from deleting the body. Add to Searchbar (search-engine autodiscovery) was implemented. The location bar tooltip now shows the complete current URL in case it is displayed only partially. See the changes page for a more complete overview. Mozilla platform changes The Gamepad API has been finalized and enabled (learn more). navigator.plugins is no longer enumerable, for user privacy. ECMAScript Internationalization API has been enabled. 'box-sizing' (dropping the -moz- prefix) has been implemented. SharedWorker is now enabled by default. CSS3 variables have been implemented. Console object is now available in Web Workers. Promises have been enabled by default. <input type="number"> has been implemented and enabled. <input type="color"> has been implemented and enabled. Fixed several stability issues. Fixed in SeaMonkey 2.26.1 MFSA 2014-54 Buffer overflow in Gamepad API MFSA 2014-53 Buffer overflow in Web Audio Speex resampler MFSA 2014-52 Use-after-free with SMIL Animation Controller MFSA 2014-51 Use-after-free in Event Listener Manager MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6) Fixed in SeaMonkey 2.26 MFSA 2014-47 Debugger can bypass XrayWrappers with JavaScript MFSA 2014-46 Use-after-free in nsHostResolve MFSA 2014-45 Incorrect IDNA domain name matching for wildcard certificates MFSA 2014-44 Use-after-free in imgLoader while resizing images MFSA 2014-43 Cross-site scripting (XSS) using history navigations MFSA 2014-42 Privilege escalation through Web Notification API MFSA 2014-41 Out-of-bounds write in Cairo MFSA 2014-39 Use-after-free in the Text Track Manager for HTML video MFSA 2014-38 Buffer overflow when using non-XBL object as XBL MFSA 2014-37 Out of bounds read while decoding JPG images MFSA 2014-36 Web Audio memory corruption issues MFSA 2014-34 Miscellaneous memory safety hazards (rv:29.0 / rv:24.5)
2014-06-22 10:54:39 +02:00
lib/seamonkey/modules/commonjs/sdk/util/sequence.js
lib/seamonkey/modules/commonjs/sdk/util/uuid.js
lib/seamonkey/modules/commonjs/sdk/view/core.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/commonjs/sdk/webextension.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/fennec.js
lib/seamonkey/modules/commonjs/sdk/windows/firefox.js
lib/seamonkey/modules/commonjs/sdk/windows/observer.js
lib/seamonkey/modules/commonjs/sdk/windows/tabs-fennec.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/sdk/zip/utils.js
lib/seamonkey/modules/commonjs/test.js
lib/seamonkey/modules/commonjs/toolkit/loader.js
lib/seamonkey/modules/commonjs/toolkit/require.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/css-selector.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/Loader.jsm
lib/seamonkey/modules/devtools/dbg-client.jsm
lib/seamonkey/modules/devtools/dbg-server.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/devtools/devtools.js
lib/seamonkey/modules/devtools/event-emitter.js
lib/seamonkey/modules/devtools/gDevTools.jsm
lib/seamonkey/modules/devtools/shared/Loader.jsm
2012-03-19 15:41:45 +01:00
lib/seamonkey/modules/editorUtilities.jsm
lib/seamonkey/modules/errUtils.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/extraMimeParsers.jsm
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/iteratorUtils.jsm
lib/seamonkey/modules/jsTreeSelection.js
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/jsaccount/JSAccountUtils.jsm
lib/seamonkey/modules/jsaccount/JaBaseUrl.jsm
2012-03-19 15:41:45 +01:00
lib/seamonkey/modules/jsdebugger.jsm
lib/seamonkey/modules/jsmime.jsm
lib/seamonkey/modules/jsmime/jsmime.js
lib/seamonkey/modules/lz4.js
lib/seamonkey/modules/lz4_internal.js
lib/seamonkey/modules/mailServices.js
lib/seamonkey/modules/mailnewsMigrator.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/media/IdpSandbox.jsm
lib/seamonkey/modules/media/PeerConnectionIdp.jsm
lib/seamonkey/modules/media/RTCStatsReport.jsm
lib/seamonkey/modules/microformat-shiv.js
lib/seamonkey/modules/mimeParser.jsm
lib/seamonkey/modules/msgDBCacheManager.js
lib/seamonkey/modules/narrate/NarrateControls.jsm
lib/seamonkey/modules/narrate/Narrator.jsm
lib/seamonkey/modules/narrate/VoiceSelect.jsm
lib/seamonkey/modules/nsFormAutoCompleteResult.jsm
lib/seamonkey/modules/osfile.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_native.jsm
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
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
2017-08-19 01:55:07 +02:00
lib/seamonkey/modules/presentation/ControllerStateMachine.jsm
lib/seamonkey/modules/presentation/ReceiverStateMachine.jsm
lib/seamonkey/modules/presentation/StateMachineHelper.jsm
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/reader/JSDOMParser.js
lib/seamonkey/modules/reader/Readability.js
lib/seamonkey/modules/reader/ReaderWorker.js
lib/seamonkey/modules/reader/ReaderWorker.jsm
lib/seamonkey/modules/reflect.jsm
lib/seamonkey/modules/sdk/bootstrap.js
lib/seamonkey/modules/sdk/system/Startup.js
lib/seamonkey/modules/services-common/async.js
lib/seamonkey/modules/services-common/blocklist-clients.js
lib/seamonkey/modules/services-common/blocklist-updater.js
lib/seamonkey/modules/services-common/hawkclient.js
lib/seamonkey/modules/services-common/hawkrequest.js
lib/seamonkey/modules/services-common/kinto-http-client.js
lib/seamonkey/modules/services-common/kinto-offline-client.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/services-common/kinto-storage-adapter.js
Update to 2.35 * Remove unused PLIST.enigmail. Changelog: System Requirements, Installation and Uninstallation Before installing, make sure your computer meets the system requirements. SeaMonkey 2.35 will no longer offer to migrate your data from SeaMonkey 1.x or Mozilla 1.x at the first start after installation (bug 689437). In order to upgrade from such an old version, install the last SeaMonkey 2.0 release first, do the one-time profile upgrade, uninstall SeaMonkey 2.0 and then install your target release (e.g. this one). You can find more details about installation, profile data and uninstallation in our install and uninstall document. Extensions (Add-ons) and Themes Extensions installed under SeaMonkey 1.x are not migrated to SeaMonkey 2, and may not be compatible for reinstalling in this version due to major changes in our architecture. Please report any issues to the maintainer of the extension. Extensions and Themes for SeaMonkey 2.35 can be installed from the SeaMonkey Add-Ons website or the "Get Add-Ons" section in the Add-ons Manager. Extensions with binary components such as Lightning, Enigmail and HTML Validator only work on certain platforms (e.g. Windows). Furthermore they need to be adjusted for each new SeaMonkey release, which also means that an old version of such an add-on can break SeaMonkey if you disabled compatibility checking (which e.g. happens when you install the Add-on Compatibility Reporter add-on). For Lightning, please check the Stable Releases section on the Calendar Versions page. Alternatively check the Lightning add-on page (Development Channel at the bottom of the page). For Enigmail, please refer to the Enigmail Nightly Builds page. For HTML Validator you need to check whether the Firefox version that appears on SeaMonkey's about: page is listed on the 0.9x download page. Note that only Windows is supported at this time. SeaMonkey 2.29 dropped support for the legacy JavaScript Debugger interface (JSD1). Hence add-ons that relied on it, like the JavaScript Debugger (Venkman) that came bundled with SeaMonkey, or Firebug 1.x, have stopped working. While Venkman has been discontinued, Firebug can simply be upgraded to a more recent version (2.x) which supports the new JSD2 interface. If you are searching for a Venkman replacement (especially for debugging SeaMonkey itself or add-ons), have a look at the Tiny JavaScript Debugger add-on. Known Issues This list covers some of the known problems with SeaMonkey 2.35. Please read this before reporting any new bugs. The SSL 3.0 encryption protocol is disabled by default due to security concerns (bug 1076983). Legacy websites may still rely on it and will not work with the newer TLS 1.x protocols. SSL 3.0 support can be re-enabled in Preferences under Privacy & Security, SSL. Lightning does not work with SeaMonkey when icaljs is enabled, which it is by default (bug 1081534). As a workaround, disable icaljs by setting the calendar.icaljs pref to false in about:config. The Remember Passwords add-on breaks password handling. Please disable or uninstall this add-on using the Add-ons Manager. You cannot set up a new Sync account or pair a device anymore (bug 998807). Workaround: Use an older version of SeaMonkey for such tasks for now. Data loss warning: If you use a profile with this or any later version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename your history file to places.sqlite.corrupt and create a new places.sqlite file, effectively resetting your browsing history. This is because the internal format changed and the upgrade process only works in one direction. Additionally, running MailNews with local folders and POP3 mail filters may produce summary files that are not correctly read by previous versions of SeaMonkey. If you decide to go back to a previous version of SeaMonkey, you should delete the .msf files for your local folders and POP3 accounts or repair the folders using the folder properties dialog in order to avoid potential data loss. After creating a news account through clicking a news URL, the MailNews account wizard may be broken (the account type will always be News). To work around the problem, set the mail.server.serverX.valid pref (where X is the internal number of the corresponding news account) to true in about:config, or delete the invalid news account (bug 521861). Web pages may appear differently in the MailNews feed reader than in the browser (bug 662907). Workaround: Add a "noscript {display:none}" rule to your userContent.css (note that the Stylish add-on cannot be used here since it does not integrate with the MailNews feed reader). Select Element by Click doesn't flash the element in DOM Inspector on Windows if hardware acceleration is enabled (bug 594299). The option "When opening a bookmark group" / "Replace existing tabs" under Preferences / Tabbed Browsing does not have an effect anymore (bug 664101). Lightning keyboard shortcuts for accessing the calendar tab from within the MailNews window or from the main menu (Ctrl+Shift+C/D) do not work. (bug 514512). If you try to start SeaMonkey using a locked profile, it will crash (see bug 573369). Some synaptic touch pads are unable to vertical scroll (see bug 622410). Under certain conditions, scrolling and text input may be jerky (see bug 711900). Mac OS X and Windows: Citrix Receiver no longer works. As a workaround, mark the plugin as Always Enable in the Add-ons Manager (see bug 1025627). Windows: Norton/Symantec anti-virus scanners may report that some parts of SeaMonkey (e.g. the file freebl3.dll) are suspicious. If you downloaded SeaMonkey from one of the official download sites, this is a false alarm. You might experience problems with secure websites when this happens. To fix the issue, instruct your anti-virus software to ignore these files (and move them out of quarantine) and/or switch to another anti-virus software and reinstall SeaMonkey. Linux: The cursor may change to "drag & drop" mode in the mail window, causing a hang (bug 736811). Mac: When hardware acceleration is off, background colors in the UI (toolbar, status bar etc.) might not update correctly when you switch focus from/to a window. Users running Macs with certain older hardware (e.g. Intel GMA 950) will experience this even if they haven't turned off hardware acceleration in Preferences (Appearance/Content) (bug 626096). Troubleshooting Some questions are asked more frequently than others. Have a look at the SeaMonkey FAQ. Maybe your particular problem has already been solved. Some anti-virus software keeps detectine installer so that its contents can run and install SeaMonkey. That technology is widely used and probably can be used to compress bad as well as good software, but the 7-Zip code itself is perfectly safe. Mozilla scans all our files routinely when putticanned by the same mechanisms. Poorly designed or incompatible extensions can cause problems with SeaMonkey, including make it crash, slow down page display, etc. If you encounter strange problems relating to parts of SeaMonkey no longer working, the etc, you may be suffering from Extension or Theme trouble. Restart SeaMonkey in Safe Mode. On Windows, start using the "Safe Mode" shortcut created in your Start menu or by running seamonkey.exe -safe-mode. On Linux, start with ./seamonkey -safe-mode and on Mac OS X, run: cd /Applications/SeaMonkey.app/Contents/MacOS/ ./seamonkey-bin -safe-mode When started in Safe Mode all extensions are disabled and the Default theme is used. Disable the Extension/Theme that is causing trouble and then start normally. If you uninstall an extension that is installed with your user profile (i.e. you installed it from a Web page) and then wish to install it for all user profiles using the -install-global-extension command line flag, you must restart SeaMonkey once to cleanse the profile extensions datasource of traces of that extension before installing with the switch. If you do not do this you may end up with a jammed entry in the Extensions list and will be unable to install the extension globally. If you encounter strange problems relating to bookmarks, downloads, window placement, toolbars, history, or other settings, it is recommended that you try creating a new profile and attempting to reproduce the problem before filing bugs. Create a new profile by running SeaMonkey with the -P command line argument, choose the "Manage Profiles" button and then choose "Create Profile...". Migrate your settings files (Bookmarks, Saved Passwords, etc) over one by one, checking each time to see if the problems resurface. If you do find a particular profile data file is causing a problem, file a bug and attach the file.
2015-09-21 07:03:45 +02:00
lib/seamonkey/modules/services-common/logmanager.js
lib/seamonkey/modules/services-common/observers.js
lib/seamonkey/modules/services-common/rest.js
lib/seamonkey/modules/services-common/tokenserverclient.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/services-common/uptake-telemetry.js
lib/seamonkey/modules/services-common/utils.js
lib/seamonkey/modules/services-crypto/WeaveCrypto.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/services-crypto/jwcrypto.jsm
lib/seamonkey/modules/services-crypto/utils.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/sessionstore/PrivacyLevel.jsm
lib/seamonkey/modules/sessionstore/SessionHistory.jsm
Update to 2.49.1 Changelog: Based on Firefox 52.4.1 SeaMonkey-specific changes SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater. You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed. Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images. Language support for nb-NO has been re-added. SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox. Quotes are now colored differently in Mails bug 1374708. Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904. Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 23:45:27 +01:00
lib/seamonkey/modules/sessionstore/Utils.jsm
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/modules/sessionstore/XPathGenerator.jsm
lib/seamonkey/modules/subprocess/subprocess_common.jsm
lib/seamonkey/modules/subprocess/subprocess_shared.js
lib/seamonkey/modules/subprocess/subprocess_shared_unix.js
lib/seamonkey/modules/subprocess/subprocess_unix.jsm
lib/seamonkey/modules/subprocess/subprocess_worker_common.js
lib/seamonkey/modules/subprocess/subprocess_worker_unix.js
lib/seamonkey/modules/templateUtils.js
lib/seamonkey/modules/third_party/jsesc/jsesc.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
lib/seamonkey/modules/workers/PromiseWorker.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/workers/require.js
seamonkey: Update to 2.53.2 Changelog: SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.53.1: Scrollbars have been switched over to the native gtk3 theme in bug 1625754. If your theme does not show scrollbar buttons and you would like to see them try editing ~/.config/gtk-3.0/gtk.css and adding the following: * { -GtkScrollbar-has-backward-stepper: 1; -GtkScrollbar-has-forward-stepper: 1; } The download progress dialog has been fixed and is now showing the correct status for downloads. Some downloads may not show the transferred count. This problem is under investigation. SeaMonkey is now translated and available in Finnish and Georgian. Because of website compatibility issues and privacy concerns the Lightning version is no longer appended to the user agent string and has been removed from the preferences dialog. Advanced Layers has been activated on Windows. This should boost performance on some websites. If you experience graphics problems please disable it by setting the pref "layers.mlgpu.enabled" to false. Whether the native app chooser is used in Linux is now controlled via a preference setting in the Helper Applications preference pane. In the Modern theme, popup notifications have improved styling and column headers now display sort direction arrows. The column picker and folder view have been reinstated for the bookmarks panel. Introduced the ability to close all tabs to the right of the current tab. Whether mailnews tabs open in the background is controlled by a separate preference to browser tabs via General Settings section of main Mail & Newsgroups preference pane. Fixed an issue with the recipient being missing when using Reply to Sender and Group button in Newsgroup discussions. SeaMonkey now prevents address books from having duplicate names. SeaMonkey 2.53.2 contains (among other changes) the following major changes relative to SeaMonkey 2.49.5: The Bookmarks Manager has switched its name to Library, and now also includes the History list. When invoking History, the Library will be shown with the History list selected. The extensive modifications were needed because of Mozilla Gecko platform API changes. Download Manager has been migrated to a new API. Although it looks pretty much the same as before, the search option is missing and some other minor details work differently. The previous downloads history is removed during the upgrade. The layout panel was added to the CSS Grid tools. TLS 1.3 is the default SSL version now. The only NPAPI plugin which will work with SeaMonkey 2.53.2 is Flash. Support for other NPAPI plugins like Java and Silverlight has been removed. SeaMonkey now uses a new api for formatting regional data like time and date. Default is to use the application locale of the current SeaMonkey build. If you use a language pack or a different OS formatting this is usually not desired. You can change the formatting from the application locale to the regional settings locale (OS) in the preferences dialog under "Appearance". SeaMonkey 2.53.2 uses the same backend as Firefox and contains the relevant Firefox 60.3 security fixes.
2020-05-06 16:34:52 +02:00
lib/seamonkey/pingsender
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/mathml20.properties
lib/seamonkey/res/fonts/mathfont.properties
lib/seamonkey/res/fonts/mathfontSTIXGeneral.properties
lib/seamonkey/res/fonts/mathfontUnicode.properties
lib/seamonkey/res/grabber.gif
lib/seamonkey/res/html/folder.png
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
share/applications/seamonkey.desktop
share/icons/hicolor/128x128/apps/seamonkey.png
share/icons/hicolor/16x16/apps/seamonkey.png
share/icons/hicolor/32x32/apps/seamonkey.png
share/icons/hicolor/48x48/apps/seamonkey.png
share/icons/hicolor/64x64/apps/seamonkey.png