|
26 | 26 | - spidermonkey |
27 | 27 | - web |
28 | 28 | - web-browser |
| 29 | +ReleaseNotes: |- |
| 30 | + New |
| 31 | + - You can now close a Picture-in-Picture window without pausing the video. Press Shift + Click on the close button or use Shift + Esc to exit while keeping playback uninterrupted. |
| 32 | + - Logins in the Firefox Password Manager are now encrypted using a more modern encryption scheme, switching from 3DES-CBC to AES-256-CBC. This change only affects the local encryption of logins on the disk; logins synced through Firefox Sync are end-to-end encrypted independently and have already been using a strong encryption scheme (AES-256-GCM) previously. |
| 33 | + Changed |
| 34 | + - On Windows, when opening a link from another application, Firefox will only use a window on the current virtual desktop or open a new window if needed. |
| 35 | + - On Firefox for Android, the "Allow screenshots in private browsing" setting has been removed. |
| 36 | + Developer |
| 37 | +
|
| 38 | + Web Platform |
| 39 | + - Firefox now supports the Element.moveBefore API. |
| 40 | + - Firefox now supports math-shift compact. |
| 41 | + - Firefox now supports the WebGPU GPUDevice.importExternalTexture API on Windows. |
| 42 | + - Firefox now supports PerformanceEventTiming.interactionId, allowing developers to group related input events. This enables support for the Interaction to Next Paint (INP) responsiveness metric. |
| 43 | + - Firefox now supports the command and commandfor attributes. |
| 44 | + - Firefox now supports the View Transition API. The View Transition API provides a mechanism for easily creating animated transitions between different website views. |
| 45 | + - The resizeMode getUserMedia constraint is now available, allowing developers to crop and downscale video captured from a camera to any resolution they choose. |
| 46 | + - Dithering is now applied when linear-gradient, conic-gradient, and radial-gradient are rendered using hardware WebRender. |
| 47 | + - Firefox now supports the upsert proposal. This adds getOrInsert and getOrInsertComputed methods to Map and WeakMap. These methods either return the value associated with a key, or insert a default value, and then return that value, simplifying handling of cases where it's not known if a key is already present in the Map or WeakMap. |
| 48 | + - Firefox now supports the lock() and unlock() methods of ScreenOrientation interface on Windows tablets and Android devices. |
| 49 | + - Implemented worker transfer for RTCDataChannel. |
| 50 | + - WebCodecs on Windows now has a batch-encoding path for VideoEncoder, improving performance with higher throughput and lower submission latency due to a larger default batch size. |
29 | 51 | ReleaseNotesUrl: https://www.mozilla.org/firefox/144.0beta/releasenotes/ |
30 | 52 | ManifestType: defaultLocale |
31 | 53 | ManifestVersion: 1.10.0 |
0 commit comments