Skip to content

Commit 926107f

Browse files
authored
Update: Mozilla.Firefox.DeveloperEdition.sk version 149.0 (149.0b5) (microsoft#346010)
1 parent 6b951b9 commit 926107f

File tree

3 files changed

+47
-12
lines changed

3 files changed

+47
-12
lines changed

manifests/m/Mozilla/Firefox/DeveloperEdition/sk/149.0/Mozilla.Firefox.DeveloperEdition.sk.installer.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,17 @@ FileExtensions:
2424
- webp
2525
- xht
2626
- xhtml
27-
ReleaseDate: 2026-03-04
27+
ProductCode: Firefox Developer Edition
28+
ReleaseDate: 2026-03-06
2829
Installers:
2930
- Architecture: x86
30-
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/sk/Firefox%20Setup%20149.0b4.exe
31-
InstallerSha256: AB56FAC45EADCC87216EAF40AA9C255994F1E02A84F5C283D2E1E6ED331BD59C
32-
ProductCode: Firefox Developer Edition 149.0 (x86 sk)
31+
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b5/win32/sk/Firefox%20Setup%20149.0b5.exe
32+
InstallerSha256: F8F936AEB52472DE7E296D1FBE16AC7ED05A8A36E48FFCBC202C247492423940
3333
- Architecture: x64
34-
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/sk/Firefox%20Setup%20149.0b4.exe
35-
InstallerSha256: E316BEBBB0389198A50B9E9C04FBFA7E84ABD9A04B4A3E9B0F16327DDC690A0C
36-
ProductCode: Firefox Developer Edition 149.0 (x64 sk)
34+
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b5/win64/sk/Firefox%20Setup%20149.0b5.exe
35+
InstallerSha256: 313A395A8A5D360C6C0C839E0FC3F00228E347873B63FCCB3664DA5564DFD21B
3736
- Architecture: arm64
38-
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/sk/Firefox%20Setup%20149.0b4.exe
39-
InstallerSha256: 7F2C0AE4EF40EA5ACF8256C7FB2811BFE78FFEF9E9B926155DE659722F2DE26D
40-
ProductCode: Firefox Developer Edition 149.0 (arm64 sk)
37+
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b5/win64-aarch64/sk/Firefox%20Setup%20149.0b5.exe
38+
InstallerSha256: 52B652082975DB782E0DFB82C25B369EC1B0B027FEC335B1749416D5825A4C04
4139
ManifestType: installer
4240
ManifestVersion: 1.12.0

manifests/m/Mozilla/Firefox/DeveloperEdition/sk/149.0/Mozilla.Firefox.DeveloperEdition.sk.locale.en-US.yaml

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,44 @@ Tags:
2626
- spidermonkey
2727
- web
2828
- web-browser
29-
ReleaseNotesUrl: https://www.mozilla.org/firefox/149.0beta/releasenotes/
29+
ReleaseNotes: |-
30+
Version 149.0beta, first offered to Beta channel users on February 25, 2026
31+
Firefox Beta gets updated 3 times a week and as a consequence, the release notes for the Beta channel are updated continuously to reflect features that have reached sufficient maturity to benefit from community feedback and bug reports.
32+
Warning: Features listed here may or may not make a final release of Firefox.
33+
In addition to these release notes, you can follow ongoing development via the Firefox Trains website or our @FirefoxBeta Bluesky account.
34+
35+
New
36+
- The WebRender layer compositor is now enabled on Windows, reducing power usage during full-screen video playback and improving WebGL/WebGPU performance.
37+
- Many PDF files will now load significantly faster thanks to hardware acceleration.
38+
- Address Autofill is enabled for users in Australia, India, Italy, Poland, and Austria
39+
- Firefox now automatically blocks notifications and permanently revokes permissions for any website flagged as malicious by SafeBrowsing. This prevents unsafe sites from sending background notifications to users, commonly used for ads, spam or phishing.
40+
- You can now add a Share button to your toolbar from Customize Toolbar. It lets you easily share the addresss of your current tab using your Windows or macOS Operating system’s sharing services.
41+
- Local network access restrictions are now being extended to all users. Firefox will require websites to request your permission before connecting to devices on your local network or to apps and services on your device. Previously limited to users with Enhanced Tracking Protection set to Strict, this protection is now rolling out gradually to all users. You can find more details about this on our support page.
42+
This feature is part of a progressive roll out.
43+
What is a progressive roll out?
44+
Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience.
45+
- View two pages side-by-side in a single window with the new Split View feature that makes it easier to compare information, research topics, or work across two pages at once. To create a split view, select one or two tabs and choose Add to Split View or Open in Split View.
46+
47+
Fixed
48+
- Increased robustness of HTTP/3 upload performance for unstable network conditions.
49+
50+
Changed
51+
- TrustPanel combines the privacy and security panels accessed from the urlbar to give the user one place to check the privacy & security settings of the current page
52+
- Firefox 149 tightens the security requirements for the JavaScript files that can be loaded in the parent process, to provide defense in depth against security threats.
53+
- On Linux, Firefox will now default to the XDG portal file picker if available, rather than the GTK3 one, which is usually better integrated with the user's desktop environment, and more powerful.
54+
55+
Developer
56+
- The toolbar of the Storage Inspector now has a button to delete all entries of the currently selected storage.
57+
58+
Web Platform
59+
- showPicker() now supports text-based <input> elements with an associated <datalist>, displaying the autofill dropdown. See documentation.
60+
- The functions xywh() and rect() were previously already implemented for the clip-path and offset-path properties. Now they are also available for the shape-outside property.
61+
- The math value of the CSS font-family is now supported and used by default for MathML's <math> element. It enables Web developers to indicate special fonts with advanced math features should be used. Firefox will rely on the serif font for mathematics defined in Firefox preferences.
62+
- Added support for the HTML attribute popover="hint".
63+
- Enabled media element pseudo-classes, such as :playing, :paused…
64+
- Enabled the spec-compliant HTMLMediaElement.captureStream() API.
65+
- Added support for closing popovers & dialogs with the Android Back Button, and implement the CloseWatcher API for handling this in script.
66+
- The new Reporting API provides a generic reporting mechanism for web applications to use to make reports available based on various platform features (for example Content Security Policy, Permissions-Policy, or feature deprecation reports) in a consistent manner.
67+
ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/149.0beta/releasenotes/
3068
ManifestType: defaultLocale
3169
ManifestVersion: 1.12.0

manifests/m/Mozilla/Firefox/DeveloperEdition/sk/149.0/Mozilla.Firefox.DeveloperEdition.sk.locale.zh-CN.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ Tags:
2222
- 火狐
2323
- 火狐浏览器
2424
- 网页浏览器
25-
ReleaseNotesUrl: https://www.mozilla.org/firefox/149.0beta/releasenotes/
2625
ManifestType: locale
2726
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)