官方版本116.0预计在 2023年08月01日(美国时间) 台湾时间08月01日~08月02日 更新 115.0.3 Release Note https://www.mozilla.org/en-US/firefox/115.0.3/releasenotes/ Fixed︰ Improved migration experience for users switching to the ESR release. (bug 1845338) https://bugzilla.mozilla.org/show_bug.cgi?id=1845338 115.0.2 Release Note https://www.mozilla.org/en-US/firefox/115.0.2/releasenotes/ Fixed︰ Fixed a startup crash experienced by some Windows 10 and 11 users by blocking instances of a malicious injected DLL (bug 1841751) https://bugzilla.mozilla.org/show_bug.cgi?id=1841751 Fixed a bug with displaying a caret in the text editor on some websites (bug 1840804) https://bugzilla.mozilla.org/show_bug.cgi?id=1840804 Fixed a bug with broken audio rendering on some websites (bug 1841982) https://bugzilla.mozilla.org/show_bug.cgi?id=1841982 Fixed a bug with patternTransform translate using the wrong units (bug 1840746) https://developer.mozilla.org/docs/Web/SVG/Attribute/patternTransform A security fix. https://www.mozilla.org/security/advisories/mfsa2023-26/ Fixed a crash affecting Windows 7 users related to the DLL blocklist. https://mzl.la/3pBJso5 115.0.1 Release Note https://www.mozilla.org/en-US/firefox/115.0.1/releasenotes/ Fixed︰ Fixed a startup crash for Windows users with Kingsoft Antivirus software installed (bug 1837242) 115.0 Release Note https://www.mozilla.org/en-US/firefox/115.0/releasenotes/ New︰ Migrating from another browser? Now you can bring over payment methods you've saved in Chrome-based browsers to Firefox. Hardware video decoding is now enabled for Intel GPUs on Linux. The Tab Manager dropdown now features close buttons, so you can close tabs more quickly. We've refreshed and streamlined the user interface for importing data in from other browsers. Users without platform support for H264 video decoding can now fallback to Cisco's OpenH264 plugin for playback. Fixed︰ Windows Magnifier now follows the text cursor correctly when the Firefox title bar is visible. Windows users on low-end/USB wifi drivers and with OS geolocation disabled can now approve geolocation on a case by case basis without causing system-wide network instability. Various security fixes. https://www.mozilla.org/security/advisories/mfsa2023-22/ Changed︰ Undo and redo are now available in Password fields. On Linux, middle clicks on the new tab button will now open the xclipboard contents in the new tab. If the xclipboard content is a URL then that URL is opened, any other text is opened with your default search provider. For users with a Firefox Colorways built-in theme, the theme will be automatically migrated to the same theme hosted on addons.mozilla.org for Firefox profiles that have disabled add-ons auto-updates. This will allow users to keep their Colorways theme when they are later removed from Firefox installer files. https://support.mozilla.org/kb/personalize-firefox-colorways https://addons.mozilla.org/firefox/collections/4757633/colorways/ Certain Firefox users may come across a message in the extensions panel indicating that their add-ons are not allowed on the site currently open. We have introduced a new back-end feature to only allow some extensions monitored by Mozilla to run on specific websites for various reasons, including security concerns. https://support.mozilla.org/kb/quarantined-domains Enterprise︰ You can find information about policy updates and enterprise specific bug fixes in the Firefox for Enterprise 115 Release Notes. https://support.mozilla.org/kb/firefox-enterprise-115-release-notes Developer︰ In web development, we rely on third-party libraries which you may not be interested in while debugging. These can be ignored. Ignoring them means that breakpoints will not get hit and they are skipped during stepping. You can now choose to Hide ignore-listed sources in the Developer Tools source tree (bug). https://bugzilla.mozilla.org/show_bug.cgi?id=1824703 https://i.imgur.com/4rwusJL.png Ignored sources are also skipped by JavaScript tracing feature (bug). https://bugzilla.mozilla.org/show_bug.cgi?id=1830319 We have introduced a new option, devtools.f12_enabled, that can be utilized to prevent the accidental use of the F12 key, which opens the DevTools toolbox (bug). https://bugzilla.mozilla.org/show_bug.cgi?id=1704521 Web Platform︰ The builtin editor now behaves similarly to other browsers with contenteditable and designMode when splitting a node, e.g. typing Enter to split a paragraph, and also when joining two nodes, e.g. typing Backspace at the start of a paragraph to join the paragraph and the previous one. When a node is split, the builtin editor creates a new node after the original one instead of before, i.e. creates the right node instead of the left node. Similarly, when two nodes are joined, the builtin editor deletes the latter node and moves its children to the end of the preceding node instead of deleting the former node and moving its child to the start of the following node. WebRTC application developers can now specify a target in milliseconds of media for the jitter buffer to hold. Altering the target value allows applications to control the tradeoff between playout delay and the risk of running out of audio or video fraalso in private browsingmes due to network jitter. https://bit.ly/3PHbKb2 Change array by copy provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change. https://github.com/tc39/proposal-change-array-by-copy The animation-composition property is now supported, allowing a declarative way to define the composite operation used when multiple animations affect the same property simultaneously. https://developer.mozilla.org/docs/Web/CSS/animation-composition Added the URL.canParse() function to allow easy and fast checking if URLs are valid and parseable. https://developer.mozilla.org/docs/Web/API/URL/canParse_static IndexedDB is now also supported in private browsing without memory limits thanks to encrypted storage on disk. The temporary keys to decrypt the information are hold in RAM only and all stored information is purged at the normal end of a private browsing session from disk. https://w3c.github.io/IndexedDB/ https://bugzilla.mozilla.org/show_bug.cgi?id=1639542 Supports conditions are now supported in CSS import rules @import supports(...) https://www.w3.org/TR/css-cascade-5/#conditional-import